Shades of Early Dawn #F8F0DF
Tints of Early Dawn #F8F0DF
RGB
CMYK
RGB Variations
Color information
#F8F0DF (or 0xF8F0DF) is known color: Early Dawn. HEX triplet: F8, F0 and DF. RGB value is (248,240,223). Sum of RGB (Red+Green+Blue) = 248+240+223=711 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.88% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0DF is #070F20. Grayscale: #F0F0F0. Windows color (decimal): -462625 or 14676216. OLE color: 14676216.
HSL color Cylindrical-coordinate representation of color #F8F0DF: hue angle of 40.8º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8F0DF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 240 | 223 | - |
CMYK | 0 | 0.03 | 0.10 | 0.03 |
HSL | 40.8º | 0.64% | 0.92% | - |
HSV(B) | 40.8º | 0.1% | 0.97% | - |
XYZ | 83.19 | 87.6 | 82.34 | - |
YUV | 240.45 | 118.15 | 133.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 240 | 223 | 0 | 0.03 | 0.10 | 0.03 | 40.8 | 0.64 | 0.92 |
Hex | F8 | F0 | DF | 0 | 3 | A | 3 | 29 | 40 | 5C |
Octal | 370 | 360 | 337 | 0 | 3 | 12 | 3 | 51 | 100 | 134 |
Binary | 11111000 | 11110000 | 11011111 | 0 | 11 | 1010 | 11 | 101001 | 1000000 | 1011100 |
Color Harmonies of #F8F0DF
Complementary color
Monochromatic Colors of #F8F0DF
Black with #F8F0DF
Text Example
Text Example
White with #F8F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0DF; }
p { color: rgb(248,240,223); }
H1.HeaderClassName
{
color: #F8F0DF;
}
.AnyTagClassName
{
color: #F8F0DF;
}
</style>
background-color css
<style>
a { background-color: #F8F0DF; }
a { background-color: rgb(248,240,223); }
div.DivClassName
{
background-color: #F8F0DF;
}
.BgClassName
{
background-color: #F8F0DF;
}
</style>
border-color css
<style>
span { border-color: #F8F0DF; }
span { border-color: rgb(248,240,223); }
td.TdClassName
{
border-color: #F8F0DF;
}
.TagClassName
{
border-color: #F8F0DF;
}
</style>