Shades of Early Dawn #FAF0DC
Tints of Early Dawn #FAF0DC
RGB
CMYK
RGB Variations
Color information
#FAF0DC (or 0xFAF0DC) is known color: Early Dawn. HEX triplet: FA, F0 and DC. RGB value is (250,240,220). Sum of RGB (Red+Green+Blue) = 250+240+220=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0DC is #050F23. Grayscale: #F0F0F0. Windows color (decimal): -331556 or 14479610. OLE color: 14479610.
HSL color Cylindrical-coordinate representation of color #FAF0DC: hue angle of 40º 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 #FAF0DC is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 220 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.02 |
| HSL | 40º | 0.75% | 0.92% | - |
| HSV(B) | 40º | 0.12% | 0.98% | - |
| XYZ | 83.5 | 87.81 | 80.26 | - |
| YUV | 240.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 220 | 0 | 0.04 | 0.12 | 0.02 | 40 | 0.75 | 0.92 |
| Hex | FA | F0 | DC | 0 | 4 | C | 2 | 28 | 4B | 5C |
| Octal | 372 | 360 | 334 | 0 | 4 | 14 | 2 | 50 | 113 | 134 |
| Binary | 11111010 | 11110000 | 11011100 | 0 | 100 | 1100 | 10 | 101000 | 1001011 | 1011100 |
Color Harmonies of #FAF0DC
Complementary color
Monochromatic Colors of #FAF0DC
Black with #FAF0DC
Text Example
Text Example
White with #FAF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0DC; }
p { color: rgb(250,240,220); }
H1.HeaderClassName
{
color: #FAF0DC;
}
.AnyTagClassName
{
color: #FAF0DC;
}
</style>
background-color css
<style>
a { background-color: #FAF0DC; }
a { background-color: rgb(250,240,220); }
div.DivClassName
{
background-color: #FAF0DC;
}
.BgClassName
{
background-color: #FAF0DC;
}
</style>
border-color css
<style>
span { border-color: #FAF0DC; }
span { border-color: rgb(250,240,220); }
td.TdClassName
{
border-color: #FAF0DC;
}
.TagClassName
{
border-color: #FAF0DC;
}
</style>