Shades of Serenade #FFEAD8
Tints of Serenade #FFEAD8
RGB
CMYK
RGB Variations
Color information
#FFEAD8 (or 0xFFEAD8) is known color: Serenade. HEX triplet: FF, EA and D8. RGB value is (255,234,216). Sum of RGB (Red+Green+Blue) = 255+234+216=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 216 (84.77% from 255 or 30.64% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAD8 is #001527. Grayscale: #EEEEEE. Windows color (decimal): -5416 or 14215935. OLE color: 14215935.
HSL color Cylindrical-coordinate representation of color #FFEAD8: hue angle of 27.69º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFEAD8 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 216 | - |
| CMYK | 0 | 0.08 | 0.15 | 0 |
| HSL | 27.69º | 1% | 0.92% | - |
| HSV(B) | 27.69º | 0.15% | 1% | - |
| XYZ | 83.06 | 85.06 | 77.01 | - |
| YUV | 238.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 216 | 0 | 0.08 | 0.15 | 0 | 27.69 | 1 | 0.92 |
| Hex | FF | EA | D8 | 0 | 8 | F | 0 | 1C | 64 | 5C |
| Octal | 377 | 352 | 330 | 0 | 10 | 17 | 0 | 34 | 144 | 134 |
| Binary | 11111111 | 11101010 | 11011000 | 0 | 1000 | 1111 | 0 | 11100 | 1100100 | 1011100 |
Color Harmonies of #FFEAD8
Complementary color
Monochromatic Colors of #FFEAD8
Black with #FFEAD8
Text Example
Text Example
White with #FFEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAD8; }
p { color: rgb(255,234,216); }
H1.HeaderClassName
{
color: #FFEAD8;
}
.AnyTagClassName
{
color: #FFEAD8;
}
</style>
background-color css
<style>
a { background-color: #FFEAD8; }
a { background-color: rgb(255,234,216); }
div.DivClassName
{
background-color: #FFEAD8;
}
.BgClassName
{
background-color: #FFEAD8;
}
</style>
border-color css
<style>
span { border-color: #FFEAD8; }
span { border-color: rgb(255,234,216); }
td.TdClassName
{
border-color: #FFEAD8;
}
.TagClassName
{
border-color: #FFEAD8;
}
</style>