Shades of Serenade #FFE2CE
Tints of Serenade #FFE2CE
RGB
CMYK
RGB Variations
Color information
#FFE2CE (or 0xFFE2CE) is known color: Serenade. HEX triplet: FF, E2 and CE. RGB value is (255,226,206). Sum of RGB (Red+Green+Blue) = 255+226+206=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2CE is #001D31. Grayscale: #E8E8E8. Windows color (decimal): -7474 or 13558527. OLE color: 13558527.
HSL color Cylindrical-coordinate representation of color #FFE2CE: hue angle of 24.49º 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 #FFE2CE is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 206 | - |
| CMYK | 0 | 0.11 | 0.19 | 0 |
| HSL | 24.49º | 1% | 0.9% | - |
| HSV(B) | 24.49º | 0.19% | 1% | - |
| XYZ | 79.58 | 80.11 | 69.66 | - |
| YUV | 232.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 206 | 0 | 0.11 | 0.19 | 0 | 24.49 | 1 | 0.9 |
| Hex | FF | E2 | CE | 0 | B | 13 | 0 | 18 | 64 | 5A |
| Octal | 377 | 342 | 316 | 0 | 13 | 23 | 0 | 30 | 144 | 132 |
| Binary | 11111111 | 11100010 | 11001110 | 0 | 1011 | 10011 | 0 | 11000 | 1100100 | 1011010 |
Color Harmonies of #FFE2CE
Complementary color
Monochromatic Colors of #FFE2CE
Black with #FFE2CE
Text Example
Text Example
White with #FFE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2CE; }
p { color: rgb(255,226,206); }
H1.HeaderClassName
{
color: #FFE2CE;
}
.AnyTagClassName
{
color: #FFE2CE;
}
</style>
background-color css
<style>
a { background-color: #FFE2CE; }
a { background-color: rgb(255,226,206); }
div.DivClassName
{
background-color: #FFE2CE;
}
.BgClassName
{
background-color: #FFE2CE;
}
</style>
border-color css
<style>
span { border-color: #FFE2CE; }
span { border-color: rgb(255,226,206); }
td.TdClassName
{
border-color: #FFE2CE;
}
.TagClassName
{
border-color: #FFE2CE;
}
</style>