Shades of Early Dawn #F9F0DA
Tints of Early Dawn #F9F0DA
RGB
CMYK
RGB Variations
Color information
#F9F0DA (or 0xF9F0DA) is known color: Early Dawn. HEX triplet: F9, F0 and DA. RGB value is (249,240,218). Sum of RGB (Red+Green+Blue) = 249+240+218=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F0DA is #060F25. Grayscale: #F0F0F0. Windows color (decimal): -397094 or 14348537. OLE color: 14348537.
HSL color Cylindrical-coordinate representation of color #F9F0DA: hue angle of 42.58º degrees, saturation: 0.72, 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 #F9F0DA is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 240 | 218 | - |
CMYK | 0 | 0.04 | 0.12 | 0.02 |
HSL | 42.58º | 0.72% | 0.92% | - |
HSV(B) | 42.58º | 0.12% | 0.98% | - |
XYZ | 82.88 | 87.52 | 78.85 | - |
YUV | 240.18 | 115.48 | 134.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 240 | 218 | 0 | 0.04 | 0.12 | 0.02 | 42.58 | 0.72 | 0.92 |
Hex | F9 | F0 | DA | 0 | 4 | C | 2 | 2B | 48 | 5C |
Octal | 371 | 360 | 332 | 0 | 4 | 14 | 2 | 53 | 110 | 134 |
Binary | 11111001 | 11110000 | 11011010 | 0 | 100 | 1100 | 10 | 101011 | 1001000 | 1011100 |
Color Harmonies of #F9F0DA
Complementary color
Monochromatic Colors of #F9F0DA
Black with #F9F0DA
Text Example
Text Example
White with #F9F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0DA; }
p { color: rgb(249,240,218); }
H1.HeaderClassName
{
color: #F9F0DA;
}
.AnyTagClassName
{
color: #F9F0DA;
}
</style>
background-color css
<style>
a { background-color: #F9F0DA; }
a { background-color: rgb(249,240,218); }
div.DivClassName
{
background-color: #F9F0DA;
}
.BgClassName
{
background-color: #F9F0DA;
}
</style>
border-color css
<style>
span { border-color: #F9F0DA; }
span { border-color: rgb(249,240,218); }
td.TdClassName
{
border-color: #F9F0DA;
}
.TagClassName
{
border-color: #F9F0DA;
}
</style>