Shades of Early Dawn #FAF1DC
Tints of Early Dawn #FAF1DC
RGB
CMYK
RGB Variations
Color information
#FAF1DC (or 0xFAF1DC) is known color: Early Dawn. HEX triplet: FA, F1 and DC. RGB value is (250,241,220). Sum of RGB (Red+Green+Blue) = 250+241+220=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1DC is #050E23. Grayscale: #F1F1F1. Windows color (decimal): -331300 or 14479866. OLE color: 14479866.
HSL color Cylindrical-coordinate representation of color #FAF1DC: hue angle of 42º 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 #FAF1DC is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 220 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.02 |
| HSL | 42º | 0.75% | 0.92% | - |
| HSV(B) | 42º | 0.12% | 0.98% | - |
| XYZ | 83.8 | 88.4 | 80.36 | - |
| YUV | 241.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 220 | 0 | 0.04 | 0.12 | 0.02 | 42 | 0.75 | 0.92 |
| Hex | FA | F1 | DC | 0 | 4 | C | 2 | 2A | 4B | 5C |
| Octal | 372 | 361 | 334 | 0 | 4 | 14 | 2 | 52 | 113 | 134 |
| Binary | 11111010 | 11110001 | 11011100 | 0 | 100 | 1100 | 10 | 101010 | 1001011 | 1011100 |
Color Harmonies of #FAF1DC
Complementary color
Monochromatic Colors of #FAF1DC
Black with #FAF1DC
Text Example
Text Example
White with #FAF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1DC; }
p { color: rgb(250,241,220); }
H1.HeaderClassName
{
color: #FAF1DC;
}
.AnyTagClassName
{
color: #FAF1DC;
}
</style>
background-color css
<style>
a { background-color: #FAF1DC; }
a { background-color: rgb(250,241,220); }
div.DivClassName
{
background-color: #FAF1DC;
}
.BgClassName
{
background-color: #FAF1DC;
}
</style>
border-color css
<style>
span { border-color: #FAF1DC; }
span { border-color: rgb(250,241,220); }
td.TdClassName
{
border-color: #FAF1DC;
}
.TagClassName
{
border-color: #FAF1DC;
}
</style>