Shades of Serenade #FEE8D1
Tints of Serenade #FEE8D1
RGB
CMYK
RGB Variations
Color information
#FEE8D1 (or 0xFEE8D1) is known color: Serenade. HEX triplet: FE, E8 and D1. RGB value is (254,232,209). Sum of RGB (Red+Green+Blue) = 254+232+209=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 209 (82.03% from 255 or 30.07% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8D1 is #01172E. Grayscale: #ECECEC. Windows color (decimal): -71471 or 13756670. OLE color: 13756670.
HSL color Cylindrical-coordinate representation of color #FEE8D1: hue angle of 30.67º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEE8D1 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 209 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.00 |
| HSL | 30.67º | 0.96% | 0.91% | - |
| HSV(B) | 30.67º | 0.18% | 1% | - |
| XYZ | 81.24 | 83.39 | 72.14 | - |
| YUV | 235.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 209 | 0 | 0.09 | 0.18 | 0.00 | 30.67 | 0.96 | 0.91 |
| Hex | FE | E8 | D1 | 0 | 9 | 12 | 0 | 1F | 60 | 5B |
| Octal | 376 | 350 | 321 | 0 | 11 | 22 | 0 | 37 | 140 | 133 |
| Binary | 11111110 | 11101000 | 11010001 | 0 | 1001 | 10010 | 0 | 11111 | 1100000 | 1011011 |
Color Harmonies of #FEE8D1
Complementary color
Monochromatic Colors of #FEE8D1
Black with #FEE8D1
Text Example
Text Example
White with #FEE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8D1; }
p { color: rgb(254,232,209); }
H1.HeaderClassName
{
color: #FEE8D1;
}
.AnyTagClassName
{
color: #FEE8D1;
}
</style>
background-color css
<style>
a { background-color: #FEE8D1; }
a { background-color: rgb(254,232,209); }
div.DivClassName
{
background-color: #FEE8D1;
}
.BgClassName
{
background-color: #FEE8D1;
}
</style>
border-color css
<style>
span { border-color: #FEE8D1; }
span { border-color: rgb(254,232,209); }
td.TdClassName
{
border-color: #FEE8D1;
}
.TagClassName
{
border-color: #FEE8D1;
}
</style>