Shades of Early Dawn #F8F0DD
Tints of Early Dawn #F8F0DD
RGB
CMYK
RGB Variations
Color information
#F8F0DD (or 0xF8F0DD) is known color: Early Dawn. HEX triplet: F8, F0 and DD. RGB value is (248,240,221). Sum of RGB (Red+Green+Blue) = 248+240+221=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0DD is #070F22. Grayscale: #F0F0F0. Windows color (decimal): -462627 or 14545144. OLE color: 14545144.
HSL color Cylindrical-coordinate representation of color #F8F0DD: hue angle of 42.22º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8F0DD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 221 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.03 |
| HSL | 42.22º | 0.66% | 0.92% | - |
| HSV(B) | 42.22º | 0.11% | 0.97% | - |
| XYZ | 82.92 | 87.5 | 80.92 | - |
| YUV | 240.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 221 | 0 | 0.03 | 0.11 | 0.03 | 42.22 | 0.66 | 0.92 |
| Hex | F8 | F0 | DD | 0 | 3 | B | 3 | 2A | 42 | 5C |
| Octal | 370 | 360 | 335 | 0 | 3 | 13 | 3 | 52 | 102 | 134 |
| Binary | 11111000 | 11110000 | 11011101 | 0 | 11 | 1011 | 11 | 101010 | 1000010 | 1011100 |
Color Harmonies of #F8F0DD
Complementary color
Monochromatic Colors of #F8F0DD
Black with #F8F0DD
Text Example
Text Example
White with #F8F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0DD; }
p { color: rgb(248,240,221); }
H1.HeaderClassName
{
color: #F8F0DD;
}
.AnyTagClassName
{
color: #F8F0DD;
}
</style>
background-color css
<style>
a { background-color: #F8F0DD; }
a { background-color: rgb(248,240,221); }
div.DivClassName
{
background-color: #F8F0DD;
}
.BgClassName
{
background-color: #F8F0DD;
}
</style>
border-color css
<style>
span { border-color: #F8F0DD; }
span { border-color: rgb(248,240,221); }
td.TdClassName
{
border-color: #F8F0DD;
}
.TagClassName
{
border-color: #F8F0DD;
}
</style>