In a RGB color space, #fafafa hex color (also known as Dr. White) is composed of 98% red, 98% green and 98% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 0% yellow and 2% black. It has a hue angle of 0 degrees, a saturation of 0% and a lightness of 98%. #fafafa color hex could be obtained by blending #ffffff with #f5f5f5. Closest websafe color is: #ffffff.
The hexadecimal color #fafafa has RGB values of R:250, G:250, B:250 and CMYK values of C:0, M:0, Y:0, K:0.02. Its decimal value is 16448250.
Hex triplet | fafafa | #fafafa |
RGB Decimal | 250, 250, 250 | rgb(250,250,250) |
RGB Percent | 98, 98, 98 | rgb(98%,98%,98%) |
CMYK | 0, 0, 0, 2 | |
HSL | 0°, 0, 98 | hsl(0,0%,98%) |
HSV(HSB) | 0°, 0, 98 | |
Web Safe | ffffff | #fff |
XYZ | 90.865, 95.597, 104.105 |
xyY | 0.313, 0.329, 95.597 |
CIE-LAB | 98.272, 0.005, -0.01 |
CIE-LCH | 98.272, 0.011, 296.813 |
CIE-LUV | 98.272, 0.001, -0.017 |
Hunter-Lab | 97.774, -5.217, 5.312 |
Binary | 11111010, 11111010, 11111010 |
Below, you can see some colors close to #fafafa. 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 #fafafa.
<span style="color:#fafafa">Text here</span>
This paragraph has a background color of #fafafa.
<p style="background-color:#fafafa;">Content here</p>
This element has a border color of #fafafa.
<div style="border:1px #fafafa;">Content here</div>
.text {color:#fafafa;}
.background {background-color:#fafafa;}
.border {border:1px solid #fafafa;}
.text-shadow {border:1px solid #fafafa;}
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, #060606 is the darkest color, while #fafafa is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #fafafa is the less saturated color, while #fff5f5 is the most saturated one.