Shades of Early Dawn #FAF1DD
Tints of Early Dawn #FAF1DD
RGB
CMYK
RGB Variations
Color information
#FAF1DD (or 0xFAF1DD) is known color: Early Dawn. HEX triplet: FA, F1 and DD. RGB value is (250,241,221). Sum of RGB (Red+Green+Blue) = 250+241+221=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1DD is #050E22. Grayscale: #F1F1F1. Windows color (decimal): -331299 or 14545402. OLE color: 14545402.
HSL color Cylindrical-coordinate representation of color #FAF1DD: hue angle of 41.38º degrees, saturation: 0.74, 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 #FAF1DD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 221 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.02 |
| HSL | 41.38º | 0.74% | 0.92% | - |
| HSV(B) | 41.38º | 0.12% | 0.98% | - |
| XYZ | 83.93 | 88.46 | 81.06 | - |
| YUV | 241.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 221 | 0 | 0.04 | 0.12 | 0.02 | 41.38 | 0.74 | 0.92 |
| Hex | FA | F1 | DD | 0 | 4 | C | 2 | 29 | 4A | 5C |
| Octal | 372 | 361 | 335 | 0 | 4 | 14 | 2 | 51 | 112 | 134 |
| Binary | 11111010 | 11110001 | 11011101 | 0 | 100 | 1100 | 10 | 101001 | 1001010 | 1011100 |
Color Harmonies of #FAF1DD
Complementary color
Monochromatic Colors of #FAF1DD
Black with #FAF1DD
Text Example
Text Example
White with #FAF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1DD; }
p { color: rgb(250,241,221); }
H1.HeaderClassName
{
color: #FAF1DD;
}
.AnyTagClassName
{
color: #FAF1DD;
}
</style>
background-color css
<style>
a { background-color: #FAF1DD; }
a { background-color: rgb(250,241,221); }
div.DivClassName
{
background-color: #FAF1DD;
}
.BgClassName
{
background-color: #FAF1DD;
}
</style>
border-color css
<style>
span { border-color: #FAF1DD; }
span { border-color: rgb(250,241,221); }
td.TdClassName
{
border-color: #FAF1DD;
}
.TagClassName
{
border-color: #FAF1DD;
}
</style>