Shades of Early Dawn #FFF5D7
Tints of Early Dawn #FFF5D7
RGB
CMYK
RGB Variations
Color information
#FFF5D7 (or 0xFFF5D7) is known color: Early Dawn. HEX triplet: FF, F5 and D7. RGB value is (255,245,215). Sum of RGB (Red+Green+Blue) = 255+245+215=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 215 (84.38% from 255 or 30.07% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5D7 is #000A28. Grayscale: #F4F4F4. Windows color (decimal): -2601 or 14153215. OLE color: 14153215.
HSL color Cylindrical-coordinate representation of color #FFF5D7: hue angle of 45º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFF5D7 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 215 | - |
| CMYK | 0 | 0.04 | 0.16 | 0 |
| HSL | 45º | 1% | 0.92% | - |
| HSV(B) | 45º | 0.16% | 1% | - |
| XYZ | 86.16 | 91.47 | 77.4 | - |
| YUV | 244.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 215 | 0 | 0.04 | 0.16 | 0 | 45 | 1 | 0.92 |
| Hex | FF | F5 | D7 | 0 | 4 | 10 | 0 | 2D | 64 | 5C |
| Octal | 377 | 365 | 327 | 0 | 4 | 20 | 0 | 55 | 144 | 134 |
| Binary | 11111111 | 11110101 | 11010111 | 0 | 100 | 10000 | 0 | 101101 | 1100100 | 1011100 |
Color Harmonies of #FFF5D7
Complementary color
Monochromatic Colors of #FFF5D7
Black with #FFF5D7
Text Example
Text Example
White with #FFF5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5D7; }
p { color: rgb(255,245,215); }
H1.HeaderClassName
{
color: #FFF5D7;
}
.AnyTagClassName
{
color: #FFF5D7;
}
</style>
background-color css
<style>
a { background-color: #FFF5D7; }
a { background-color: rgb(255,245,215); }
div.DivClassName
{
background-color: #FFF5D7;
}
.BgClassName
{
background-color: #FFF5D7;
}
</style>
border-color css
<style>
span { border-color: #FFF5D7; }
span { border-color: rgb(255,245,215); }
td.TdClassName
{
border-color: #FFF5D7;
}
.TagClassName
{
border-color: #FFF5D7;
}
</style>