Shades of Serenade #FEE4CE
Tints of Serenade #FEE4CE
RGB
CMYK
RGB Variations
Color information
#FEE4CE (or 0xFEE4CE) is known color: Serenade. HEX triplet: FE, E4 and CE. RGB value is (254,228,206). Sum of RGB (Red+Green+Blue) = 254+228+206=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4CE is #011B31. Grayscale: #E9E9E9. Windows color (decimal): -72498 or 13559038. OLE color: 13559038.
HSL color Cylindrical-coordinate representation of color #FEE4CE: hue angle of 27.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEE4CE is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 206 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.00 |
| HSL | 27.5º | 0.96% | 0.9% | - |
| HSV(B) | 27.5º | 0.19% | 1% | - |
| XYZ | 79.76 | 81.01 | 69.83 | - |
| YUV | 233.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 206 | 0 | 0.10 | 0.19 | 0.00 | 27.5 | 0.96 | 0.9 |
| Hex | FE | E4 | CE | 0 | A | 13 | 0 | 1C | 60 | 5A |
| Octal | 376 | 344 | 316 | 0 | 12 | 23 | 0 | 34 | 140 | 132 |
| Binary | 11111110 | 11100100 | 11001110 | 0 | 1010 | 10011 | 0 | 11100 | 1100000 | 1011010 |
Color Harmonies of #FEE4CE
Complementary color
Monochromatic Colors of #FEE4CE
Black with #FEE4CE
Text Example
Text Example
White with #FEE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4CE; }
p { color: rgb(254,228,206); }
H1.HeaderClassName
{
color: #FEE4CE;
}
.AnyTagClassName
{
color: #FEE4CE;
}
</style>
background-color css
<style>
a { background-color: #FEE4CE; }
a { background-color: rgb(254,228,206); }
div.DivClassName
{
background-color: #FEE4CE;
}
.BgClassName
{
background-color: #FEE4CE;
}
</style>
border-color css
<style>
span { border-color: #FEE4CE; }
span { border-color: rgb(254,228,206); }
td.TdClassName
{
border-color: #FEE4CE;
}
.TagClassName
{
border-color: #FEE4CE;
}
</style>