Shades of Early Dawn #FAF2DF
Tints of Early Dawn #FAF2DF
RGB
CMYK
RGB Variations
Color information
#FAF2DF (or 0xFAF2DF) is known color: Early Dawn. HEX triplet: FA, F2 and DF. RGB value is (250,242,223). Sum of RGB (Red+Green+Blue) = 250+242+223=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2DF is #050D20. Grayscale: #F2F2F2. Windows color (decimal): -331041 or 14676730. OLE color: 14676730.
HSL color Cylindrical-coordinate representation of color #FAF2DF: hue angle of 42.22º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAF2DF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 223 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.02 |
| HSL | 42.22º | 0.73% | 0.93% | - |
| HSV(B) | 42.22º | 0.11% | 0.98% | - |
| XYZ | 84.5 | 89.16 | 82.57 | - |
| YUV | 242.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 223 | 0 | 0.03 | 0.11 | 0.02 | 42.22 | 0.73 | 0.93 |
| Hex | FA | F2 | DF | 0 | 3 | B | 2 | 2A | 49 | 5D |
| Octal | 372 | 362 | 337 | 0 | 3 | 13 | 2 | 52 | 111 | 135 |
| Binary | 11111010 | 11110010 | 11011111 | 0 | 11 | 1011 | 10 | 101010 | 1001001 | 1011101 |
Color Harmonies of #FAF2DF
Complementary color
Monochromatic Colors of #FAF2DF
Black with #FAF2DF
Text Example
Text Example
White with #FAF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2DF; }
p { color: rgb(250,242,223); }
H1.HeaderClassName
{
color: #FAF2DF;
}
.AnyTagClassName
{
color: #FAF2DF;
}
</style>
background-color css
<style>
a { background-color: #FAF2DF; }
a { background-color: rgb(250,242,223); }
div.DivClassName
{
background-color: #FAF2DF;
}
.BgClassName
{
background-color: #FAF2DF;
}
</style>
border-color css
<style>
span { border-color: #FAF2DF; }
span { border-color: rgb(250,242,223); }
td.TdClassName
{
border-color: #FAF2DF;
}
.TagClassName
{
border-color: #FAF2DF;
}
</style>