In a RGB color space, #fffafa hex color (also known as Snow) is composed of 100% red, 98% green and 98% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 2% yellow and 0% black. It has a hue angle of 0 degrees, a saturation of 100% and a lightness of 99%. #fffafa color hex could be obtained by blending #ffffff with #fff5f5. Closest websafe color is: #ffffff.
The hexadecimal color #fffafa has RGB values of R:255, G:250, B:250 and CMYK values of C:0, M:0.02, Y:0.02, K:0. Its decimal value is 16775930.
Hex triplet | fffafa | #fffafa |
RGB Decimal | 255, 250, 250 | rgb(255,250,250) |
RGB Percent | 100, 98, 98 | rgb(100%,98%,98%) |
CMYK | 0, 2, 2, 0 | |
HSL | 0°, 100, 99 | hsl(0,100%,99%) |
HSV(HSB) | 0°, 2, 100 | |
Web Safe | ffffff | #fff |
XYZ | 92.681, 96.533, 104.19 |
xyY | 0.316, 0.329, 96.533 |
CIE-LAB | 98.644, 1.662, 0.577 |
CIE-LCH | 98.644, 1.759, 19.148 |
CIE-LUV | 98.644, 2.821, 0.591 |
Hunter-Lab | 98.251, -3.56, 5.902 |
Binary | 11111111, 11111010, 11111010 |
Below, you can see some colors close to #fffafa. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #fffafa.
<span style="color:#fffafa">Text here</span>
This paragraph has a background color of #fffafa.
<p style="background-color:#fffafa;">Content here</p>
This element has a border color of #fffafa.
<div style="border:1px #fffafa;">Content here</div>
.text {color:#fffafa;}
.background {background-color:#fffafa;}
.border {border:1px solid #fffafa;}
.text-shadow {border:1px solid #fffafa;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #100000 is the darkest color, while #fffafa is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #fdfcfc is the less saturated color, while #fffafa is the most saturated one.