Shades of Early Dawn #F9F1DD
Tints of Early Dawn #F9F1DD
RGB
CMYK
RGB Variations
Color information
#F9F1DD (or 0xF9F1DD) is known color: Early Dawn. HEX triplet: F9, F1 and DD. RGB value is (249,241,221). Sum of RGB (Red+Green+Blue) = 249+241+221=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F1DD is #060E22. Grayscale: #F1F1F1. Windows color (decimal): -396835 or 14545401. OLE color: 14545401.
HSL color Cylindrical-coordinate representation of color #F9F1DD: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9F1DD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 241 | 221 | - |
CMYK | 0 | 0.03 | 0.11 | 0.02 |
HSL | 42.86º | 0.7% | 0.92% | - |
HSV(B) | 42.86º | 0.11% | 0.98% | - |
XYZ | 83.57 | 88.27 | 81.04 | - |
YUV | 241.11 | 116.65 | 133.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 241 | 221 | 0 | 0.03 | 0.11 | 0.02 | 42.86 | 0.7 | 0.92 |
Hex | F9 | F1 | DD | 0 | 3 | B | 2 | 2B | 46 | 5C |
Octal | 371 | 361 | 335 | 0 | 3 | 13 | 2 | 53 | 106 | 134 |
Binary | 11111001 | 11110001 | 11011101 | 0 | 11 | 1011 | 10 | 101011 | 1000110 | 1011100 |
Color Harmonies of #F9F1DD
Complementary color
Monochromatic Colors of #F9F1DD
Black with #F9F1DD
Text Example
Text Example
White with #F9F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F1DD; }
p { color: rgb(249,241,221); }
H1.HeaderClassName
{
color: #F9F1DD;
}
.AnyTagClassName
{
color: #F9F1DD;
}
</style>
background-color css
<style>
a { background-color: #F9F1DD; }
a { background-color: rgb(249,241,221); }
div.DivClassName
{
background-color: #F9F1DD;
}
.BgClassName
{
background-color: #F9F1DD;
}
</style>
border-color css
<style>
span { border-color: #F9F1DD; }
span { border-color: rgb(249,241,221); }
td.TdClassName
{
border-color: #F9F1DD;
}
.TagClassName
{
border-color: #F9F1DD;
}
</style>