Shades of Early Dawn #FAF2DD
Tints of Early Dawn #FAF2DD
RGB
CMYK
RGB Variations
Color information
#FAF2DD (or 0xFAF2DD) is known color: Early Dawn. HEX triplet: FA, F2 and DD. RGB value is (250,242,221). Sum of RGB (Red+Green+Blue) = 250+242+221=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2DD is #050D22. Grayscale: #F2F2F2. Windows color (decimal): -331043 or 14545658. OLE color: 14545658.
HSL color Cylindrical-coordinate representation of color #FAF2DD: hue angle of 43.45º 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 #FAF2DD is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 221 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.02 |
| HSL | 43.45º | 0.74% | 0.92% | - |
| HSV(B) | 43.45º | 0.12% | 0.98% | - |
| XYZ | 84.23 | 89.05 | 81.16 | - |
| YUV | 242 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 221 | 0 | 0.03 | 0.12 | 0.02 | 43.45 | 0.74 | 0.92 |
| Hex | FA | F2 | DD | 0 | 3 | C | 2 | 2B | 4A | 5C |
| Octal | 372 | 362 | 335 | 0 | 3 | 14 | 2 | 53 | 112 | 134 |
| Binary | 11111010 | 11110010 | 11011101 | 0 | 11 | 1100 | 10 | 101011 | 1001010 | 1011100 |
Color Harmonies of #FAF2DD
Complementary color
Monochromatic Colors of #FAF2DD
Black with #FAF2DD
Text Example
Text Example
White with #FAF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2DD; }
p { color: rgb(250,242,221); }
H1.HeaderClassName
{
color: #FAF2DD;
}
.AnyTagClassName
{
color: #FAF2DD;
}
</style>
background-color css
<style>
a { background-color: #FAF2DD; }
a { background-color: rgb(250,242,221); }
div.DivClassName
{
background-color: #FAF2DD;
}
.BgClassName
{
background-color: #FAF2DD;
}
</style>
border-color css
<style>
span { border-color: #FAF2DD; }
span { border-color: rgb(250,242,221); }
td.TdClassName
{
border-color: #FAF2DD;
}
.TagClassName
{
border-color: #FAF2DD;
}
</style>