Shades of Early Dawn #FAF2DC
Tints of Early Dawn #FAF2DC
RGB
CMYK
RGB Variations
Color information
#FAF2DC (or 0xFAF2DC) is known color: Early Dawn. HEX triplet: FA, F2 and DC. RGB value is (250,242,220). Sum of RGB (Red+Green+Blue) = 250+242+220=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2DC is #050D23. Grayscale: #F1F1F1. Windows color (decimal): -331044 or 14480122. OLE color: 14480122.
HSL color Cylindrical-coordinate representation of color #FAF2DC: hue angle of 44º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAF2DC is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 220 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.02 |
| HSL | 44º | 0.75% | 0.92% | - |
| HSV(B) | 44º | 0.12% | 0.98% | - |
| XYZ | 84.09 | 89 | 80.46 | - |
| YUV | 241.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 220 | 0 | 0.03 | 0.12 | 0.02 | 44 | 0.75 | 0.92 |
| Hex | FA | F2 | DC | 0 | 3 | C | 2 | 2C | 4B | 5C |
| Octal | 372 | 362 | 334 | 0 | 3 | 14 | 2 | 54 | 113 | 134 |
| Binary | 11111010 | 11110010 | 11011100 | 0 | 11 | 1100 | 10 | 101100 | 1001011 | 1011100 |
Color Harmonies of #FAF2DC
Complementary color
Monochromatic Colors of #FAF2DC
Black with #FAF2DC
Text Example
Text Example
White with #FAF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2DC; }
p { color: rgb(250,242,220); }
H1.HeaderClassName
{
color: #FAF2DC;
}
.AnyTagClassName
{
color: #FAF2DC;
}
</style>
background-color css
<style>
a { background-color: #FAF2DC; }
a { background-color: rgb(250,242,220); }
div.DivClassName
{
background-color: #FAF2DC;
}
.BgClassName
{
background-color: #FAF2DC;
}
</style>
border-color css
<style>
span { border-color: #FAF2DC; }
span { border-color: rgb(250,242,220); }
td.TdClassName
{
border-color: #FAF2DC;
}
.TagClassName
{
border-color: #FAF2DC;
}
</style>