Shades of Serenade #FEE8D5
Tints of Serenade #FEE8D5
RGB
CMYK
RGB Variations
Color information
#FEE8D5 (or 0xFEE8D5) is known color: Serenade. HEX triplet: FE, E8 and D5. RGB value is (254,232,213). Sum of RGB (Red+Green+Blue) = 254+232+213=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 232 (91.02% from 255 or 33.19% from 699); Blue value is 213 (83.59% from 255 or 30.47% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8D5 is #01172A. Grayscale: #ECECEC. Windows color (decimal): -71467 or 14018814. OLE color: 14018814.
HSL color Cylindrical-coordinate representation of color #FEE8D5: hue angle of 27.8º 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 #FEE8D5 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 213 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.00 |
| HSL | 27.8º | 0.95% | 0.92% | - |
| HSV(B) | 27.8º | 0.16% | 1% | - |
| XYZ | 81.74 | 83.59 | 74.78 | - |
| YUV | 236.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 213 | 0 | 0.09 | 0.16 | 0.00 | 27.8 | 0.95 | 0.92 |
| Hex | FE | E8 | D5 | 0 | 9 | 10 | 0 | 1C | 5F | 5C |
| Octal | 376 | 350 | 325 | 0 | 11 | 20 | 0 | 34 | 137 | 134 |
| Binary | 11111110 | 11101000 | 11010101 | 0 | 1001 | 10000 | 0 | 11100 | 1011111 | 1011100 |
Color Harmonies of #FEE8D5
Complementary color
Monochromatic Colors of #FEE8D5
Black with #FEE8D5
Text Example
Text Example
White with #FEE8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8D5; }
p { color: rgb(254,232,213); }
H1.HeaderClassName
{
color: #FEE8D5;
}
.AnyTagClassName
{
color: #FEE8D5;
}
</style>
background-color css
<style>
a { background-color: #FEE8D5; }
a { background-color: rgb(254,232,213); }
div.DivClassName
{
background-color: #FEE8D5;
}
.BgClassName
{
background-color: #FEE8D5;
}
</style>
border-color css
<style>
span { border-color: #FEE8D5; }
span { border-color: rgb(254,232,213); }
td.TdClassName
{
border-color: #FEE8D5;
}
.TagClassName
{
border-color: #FEE8D5;
}
</style>