Shades of Early Dawn #FFF5DA
Tints of Early Dawn #FFF5DA
RGB
CMYK
RGB Variations
Color information
#FFF5DA (or 0xFFF5DA) is known color: Early Dawn. HEX triplet: FF, F5 and DA. RGB value is (255,245,218). Sum of RGB (Red+Green+Blue) = 255+245+218=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 218 (85.55% from 255 or 30.36% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5DA is #000A25. Grayscale: #F5F5F5. Windows color (decimal): -2598 or 14349823. OLE color: 14349823.
HSL color Cylindrical-coordinate representation of color #FFF5DA: hue angle of 43.78º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFF5DA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 218 | - |
| CMYK | 0 | 0.04 | 0.15 | 0 |
| HSL | 43.78º | 1% | 0.93% | - |
| HSV(B) | 43.78º | 0.15% | 1% | - |
| XYZ | 86.55 | 91.63 | 79.45 | - |
| YUV | 244.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 218 | 0 | 0.04 | 0.15 | 0 | 43.78 | 1 | 0.93 |
| Hex | FF | F5 | DA | 0 | 4 | F | 0 | 2C | 64 | 5D |
| Octal | 377 | 365 | 332 | 0 | 4 | 17 | 0 | 54 | 144 | 135 |
| Binary | 11111111 | 11110101 | 11011010 | 0 | 100 | 1111 | 0 | 101100 | 1100100 | 1011101 |
Color Harmonies of #FFF5DA
Complementary color
Monochromatic Colors of #FFF5DA
Black with #FFF5DA
Text Example
Text Example
White with #FFF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5DA; }
p { color: rgb(255,245,218); }
H1.HeaderClassName
{
color: #FFF5DA;
}
.AnyTagClassName
{
color: #FFF5DA;
}
</style>
background-color css
<style>
a { background-color: #FFF5DA; }
a { background-color: rgb(255,245,218); }
div.DivClassName
{
background-color: #FFF5DA;
}
.BgClassName
{
background-color: #FFF5DA;
}
</style>
border-color css
<style>
span { border-color: #FFF5DA; }
span { border-color: rgb(255,245,218); }
td.TdClassName
{
border-color: #FFF5DA;
}
.TagClassName
{
border-color: #FFF5DA;
}
</style>