Shades of Early Dawn #FFF5DE
Tints of Early Dawn #FFF5DE
RGB
CMYK
RGB Variations
Color information
#FFF5DE (or 0xFFF5DE) is known color: Early Dawn. HEX triplet: FF, F5 and DE. RGB value is (255,245,222). Sum of RGB (Red+Green+Blue) = 255+245+222=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 222 (87.11% from 255 or 30.75% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5DE is #000A21. Grayscale: #F5F5F5. Windows color (decimal): -2594 or 14611967. OLE color: 14611967.
HSL color Cylindrical-coordinate representation of color #FFF5DE: hue angle of 41.82º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF5DE is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 222 | - |
| CMYK | 0 | 0.04 | 0.13 | 0 |
| HSL | 41.82º | 1% | 0.94% | - |
| HSV(B) | 41.82º | 0.13% | 1% | - |
| XYZ | 87.08 | 91.84 | 82.24 | - |
| YUV | 245.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 222 | 0 | 0.04 | 0.13 | 0 | 41.82 | 1 | 0.94 |
| Hex | FF | F5 | DE | 0 | 4 | D | 0 | 2A | 64 | 5E |
| Octal | 377 | 365 | 336 | 0 | 4 | 15 | 0 | 52 | 144 | 136 |
| Binary | 11111111 | 11110101 | 11011110 | 0 | 100 | 1101 | 0 | 101010 | 1100100 | 1011110 |
Color Harmonies of #FFF5DE
Complementary color
Monochromatic Colors of #FFF5DE
Black with #FFF5DE
Text Example
Text Example
White with #FFF5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5DE; }
p { color: rgb(255,245,222); }
H1.HeaderClassName
{
color: #FFF5DE;
}
.AnyTagClassName
{
color: #FFF5DE;
}
</style>
background-color css
<style>
a { background-color: #FFF5DE; }
a { background-color: rgb(255,245,222); }
div.DivClassName
{
background-color: #FFF5DE;
}
.BgClassName
{
background-color: #FFF5DE;
}
</style>
border-color css
<style>
span { border-color: #FFF5DE; }
span { border-color: rgb(255,245,222); }
td.TdClassName
{
border-color: #FFF5DE;
}
.TagClassName
{
border-color: #FFF5DE;
}
</style>