Shades of Serenade #FEE8D6
Tints of Serenade #FEE8D6
RGB
CMYK
RGB Variations
Color information
#FEE8D6 (or 0xFEE8D6) is known color: Serenade. HEX triplet: FE, E8 and D6. RGB value is (254,232,214). Sum of RGB (Red+Green+Blue) = 254+232+214=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8D6 is #011729. Grayscale: #ECECEC. Windows color (decimal): -71466 or 14084350. OLE color: 14084350.
HSL color Cylindrical-coordinate representation of color #FEE8D6: hue angle of 27º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEE8D6 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 214 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.00 |
| HSL | 27º | 0.95% | 0.92% | - |
| HSV(B) | 27º | 0.16% | 1% | - |
| XYZ | 81.87 | 83.64 | 75.45 | - |
| YUV | 236.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 214 | 0 | 0.09 | 0.16 | 0.00 | 27 | 0.95 | 0.92 |
| Hex | FE | E8 | D6 | 0 | 9 | 10 | 0 | 1B | 5F | 5C |
| Octal | 376 | 350 | 326 | 0 | 11 | 20 | 0 | 33 | 137 | 134 |
| Binary | 11111110 | 11101000 | 11010110 | 0 | 1001 | 10000 | 0 | 11011 | 1011111 | 1011100 |
Color Harmonies of #FEE8D6
Complementary color
Monochromatic Colors of #FEE8D6
Black with #FEE8D6
Text Example
Text Example
White with #FEE8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8D6; }
p { color: rgb(254,232,214); }
H1.HeaderClassName
{
color: #FEE8D6;
}
.AnyTagClassName
{
color: #FEE8D6;
}
</style>
background-color css
<style>
a { background-color: #FEE8D6; }
a { background-color: rgb(254,232,214); }
div.DivClassName
{
background-color: #FEE8D6;
}
.BgClassName
{
background-color: #FEE8D6;
}
</style>
border-color css
<style>
span { border-color: #FEE8D6; }
span { border-color: rgb(254,232,214); }
td.TdClassName
{
border-color: #FEE8D6;
}
.TagClassName
{
border-color: #FEE8D6;
}
</style>