Shades of Early Dawn #FFF5DC
Tints of Early Dawn #FFF5DC
RGB
CMYK
RGB Variations
Color information
#FFF5DC (or 0xFFF5DC) is known color: Early Dawn. HEX triplet: FF, F5 and DC. RGB value is (255,245,220). Sum of RGB (Red+Green+Blue) = 255+245+220=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5DC is #000A23. Grayscale: #F5F5F5. Windows color (decimal): -2596 or 14480895. OLE color: 14480895.
HSL color Cylindrical-coordinate representation of color #FFF5DC: hue angle of 42.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFF5DC is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 220 | - |
| CMYK | 0 | 0.04 | 0.14 | 0 |
| HSL | 42.86º | 1% | 0.93% | - |
| HSV(B) | 42.86º | 0.14% | 1% | - |
| XYZ | 86.81 | 91.73 | 80.84 | - |
| YUV | 245.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 220 | 0 | 0.04 | 0.14 | 0 | 42.86 | 1 | 0.93 |
| Hex | FF | F5 | DC | 0 | 4 | E | 0 | 2B | 64 | 5D |
| Octal | 377 | 365 | 334 | 0 | 4 | 16 | 0 | 53 | 144 | 135 |
| Binary | 11111111 | 11110101 | 11011100 | 0 | 100 | 1110 | 0 | 101011 | 1100100 | 1011101 |
Color Harmonies of #FFF5DC
Complementary color
Monochromatic Colors of #FFF5DC
Black with #FFF5DC
Text Example
Text Example
White with #FFF5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5DC; }
p { color: rgb(255,245,220); }
H1.HeaderClassName
{
color: #FFF5DC;
}
.AnyTagClassName
{
color: #FFF5DC;
}
</style>
background-color css
<style>
a { background-color: #FFF5DC; }
a { background-color: rgb(255,245,220); }
div.DivClassName
{
background-color: #FFF5DC;
}
.BgClassName
{
background-color: #FFF5DC;
}
</style>
border-color css
<style>
span { border-color: #FFF5DC; }
span { border-color: rgb(255,245,220); }
td.TdClassName
{
border-color: #FFF5DC;
}
.TagClassName
{
border-color: #FFF5DC;
}
</style>