Shades of Serenade #FFE5CE
Tints of Serenade #FFE5CE
RGB
CMYK
RGB Variations
Color information
#FFE5CE (or 0xFFE5CE) is known color: Serenade. HEX triplet: FF, E5 and CE. RGB value is (255,229,206). Sum of RGB (Red+Green+Blue) = 255+229+206=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5CE is #001A31. Grayscale: #EAEAEA. Windows color (decimal): -6706 or 13559295. OLE color: 13559295.
HSL color Cylindrical-coordinate representation of color #FFE5CE: hue angle of 28.16º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFE5CE is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 206 | - |
| CMYK | 0 | 0.10 | 0.19 | 0 |
| HSL | 28.16º | 1% | 0.9% | - |
| HSV(B) | 28.16º | 0.19% | 1% | - |
| XYZ | 80.4 | 81.75 | 69.94 | - |
| YUV | 234.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 206 | 0 | 0.10 | 0.19 | 0 | 28.16 | 1 | 0.9 |
| Hex | FF | E5 | CE | 0 | A | 13 | 0 | 1C | 64 | 5A |
| Octal | 377 | 345 | 316 | 0 | 12 | 23 | 0 | 34 | 144 | 132 |
| Binary | 11111111 | 11100101 | 11001110 | 0 | 1010 | 10011 | 0 | 11100 | 1100100 | 1011010 |
Color Harmonies of #FFE5CE
Complementary color
Monochromatic Colors of #FFE5CE
Black with #FFE5CE
Text Example
Text Example
White with #FFE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5CE; }
p { color: rgb(255,229,206); }
H1.HeaderClassName
{
color: #FFE5CE;
}
.AnyTagClassName
{
color: #FFE5CE;
}
</style>
background-color css
<style>
a { background-color: #FFE5CE; }
a { background-color: rgb(255,229,206); }
div.DivClassName
{
background-color: #FFE5CE;
}
.BgClassName
{
background-color: #FFE5CE;
}
</style>
border-color css
<style>
span { border-color: #FFE5CE; }
span { border-color: rgb(255,229,206); }
td.TdClassName
{
border-color: #FFE5CE;
}
.TagClassName
{
border-color: #FFE5CE;
}
</style>