Shades of Early Dawn #F9F0DB
Tints of Early Dawn #F9F0DB
RGB
CMYK
RGB Variations
Color information
#F9F0DB (or 0xF9F0DB) is known color: Early Dawn. HEX triplet: F9, F0 and DB. RGB value is (249,240,219). Sum of RGB (Red+Green+Blue) = 249+240+219=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F0DB is #060F24. Grayscale: #F0F0F0. Windows color (decimal): -397093 or 14414073. OLE color: 14414073.
HSL color Cylindrical-coordinate representation of color #F9F0DB: hue angle of 42º degrees, saturation: 0.71, 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 #F9F0DB is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 240 | 219 | - |
CMYK | 0 | 0.04 | 0.12 | 0.02 |
HSL | 42º | 0.71% | 0.92% | - |
HSV(B) | 42º | 0.12% | 0.98% | - |
XYZ | 83.01 | 87.57 | 79.55 | - |
YUV | 240.3 | 115.98 | 134.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 240 | 219 | 0 | 0.04 | 0.12 | 0.02 | 42 | 0.71 | 0.92 |
Hex | F9 | F0 | DB | 0 | 4 | C | 2 | 2A | 47 | 5C |
Octal | 371 | 360 | 333 | 0 | 4 | 14 | 2 | 52 | 107 | 134 |
Binary | 11111001 | 11110000 | 11011011 | 0 | 100 | 1100 | 10 | 101010 | 1000111 | 1011100 |
Color Harmonies of #F9F0DB
Complementary color
Monochromatic Colors of #F9F0DB
Black with #F9F0DB
Text Example
Text Example
White with #F9F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0DB; }
p { color: rgb(249,240,219); }
H1.HeaderClassName
{
color: #F9F0DB;
}
.AnyTagClassName
{
color: #F9F0DB;
}
</style>
background-color css
<style>
a { background-color: #F9F0DB; }
a { background-color: rgb(249,240,219); }
div.DivClassName
{
background-color: #F9F0DB;
}
.BgClassName
{
background-color: #F9F0DB;
}
</style>
border-color css
<style>
span { border-color: #F9F0DB; }
span { border-color: rgb(249,240,219); }
td.TdClassName
{
border-color: #F9F0DB;
}
.TagClassName
{
border-color: #F9F0DB;
}
</style>