Shades of Early Dawn #F9F2E1
Tints of Early Dawn #F9F2E1
RGB
CMYK
RGB Variations
Color information
#F9F2E1 (or 0xF9F2E1) is known color: Early Dawn. HEX triplet: F9, F2 and E1. RGB value is (249,242,225). Sum of RGB (Red+Green+Blue) = 249+242+225=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 225 (88.28% from 255 or 31.42% from 716); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2E1 is #060D1E. Grayscale: #F2F2F2. Windows color (decimal): -396575 or 14807801. OLE color: 14807801.
HSL color Cylindrical-coordinate representation of color #F9F2E1: hue angle of 42.5º degrees, saturation: 0.67, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9F2E1 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 225 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.02 |
| HSL | 42.5º | 0.67% | 0.93% | - |
| HSV(B) | 42.5º | 0.1% | 0.98% | - |
| XYZ | 84.41 | 89.08 | 83.98 | - |
| YUV | 242.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 225 | 0 | 0.03 | 0.10 | 0.02 | 42.5 | 0.67 | 0.93 |
| Hex | F9 | F2 | E1 | 0 | 3 | A | 2 | 2A | 43 | 5D |
| Octal | 371 | 362 | 341 | 0 | 3 | 12 | 2 | 52 | 103 | 135 |
| Binary | 11111001 | 11110010 | 11100001 | 0 | 11 | 1010 | 10 | 101010 | 1000011 | 1011101 |
Color Harmonies of #F9F2E1
Complementary color
Monochromatic Colors of #F9F2E1
Black with #F9F2E1
Text Example
Text Example
White with #F9F2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F2E1; }
p { color: rgb(249,242,225); }
H1.HeaderClassName
{
color: #F9F2E1;
}
.AnyTagClassName
{
color: #F9F2E1;
}
</style>
background-color css
<style>
a { background-color: #F9F2E1; }
a { background-color: rgb(249,242,225); }
div.DivClassName
{
background-color: #F9F2E1;
}
.BgClassName
{
background-color: #F9F2E1;
}
</style>
border-color css
<style>
span { border-color: #F9F2E1; }
span { border-color: rgb(249,242,225); }
td.TdClassName
{
border-color: #F9F2E1;
}
.TagClassName
{
border-color: #F9F2E1;
}
</style>