Shades of Serenade #FEE7D6
Tints of Serenade #FEE7D6
RGB
CMYK
RGB Variations
Color information
#FEE7D6 (or 0xFEE7D6) is known color: Serenade. HEX triplet: FE, E7 and D6. RGB value is (254,231,214). Sum of RGB (Red+Green+Blue) = 254+231+214=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 214 (83.98% from 255 or 30.62% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7D6 is #011829. Grayscale: #ECECEC. Windows color (decimal): -71722 or 14084094. OLE color: 14084094.
HSL color Cylindrical-coordinate representation of color #FEE7D6: hue angle of 25.5º 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 #FEE7D6 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 214 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.00 |
| HSL | 25.5º | 0.95% | 0.92% | - |
| HSV(B) | 25.5º | 0.16% | 1% | - |
| XYZ | 81.59 | 83.08 | 75.35 | - |
| YUV | 235.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 214 | 0 | 0.09 | 0.16 | 0.00 | 25.5 | 0.95 | 0.92 |
| Hex | FE | E7 | D6 | 0 | 9 | 10 | 0 | 1A | 5F | 5C |
| Octal | 376 | 347 | 326 | 0 | 11 | 20 | 0 | 32 | 137 | 134 |
| Binary | 11111110 | 11100111 | 11010110 | 0 | 1001 | 10000 | 0 | 11010 | 1011111 | 1011100 |
Color Harmonies of #FEE7D6
Complementary color
Monochromatic Colors of #FEE7D6
Black with #FEE7D6
Text Example
Text Example
White with #FEE7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7D6; }
p { color: rgb(254,231,214); }
H1.HeaderClassName
{
color: #FEE7D6;
}
.AnyTagClassName
{
color: #FEE7D6;
}
</style>
background-color css
<style>
a { background-color: #FEE7D6; }
a { background-color: rgb(254,231,214); }
div.DivClassName
{
background-color: #FEE7D6;
}
.BgClassName
{
background-color: #FEE7D6;
}
</style>
border-color css
<style>
span { border-color: #FEE7D6; }
span { border-color: rgb(254,231,214); }
td.TdClassName
{
border-color: #FEE7D6;
}
.TagClassName
{
border-color: #FEE7D6;
}
</style>