Shades of Serenade #FEE5D1
Tints of Serenade #FEE5D1
RGB
CMYK
RGB Variations
Color information
#FEE5D1 (or 0xFEE5D1) is known color: Serenade. HEX triplet: FE, E5 and D1. RGB value is (254,229,209). Sum of RGB (Red+Green+Blue) = 254+229+209=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 209 (82.03% from 255 or 30.20% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5D1 is #011A2E. Grayscale: #EAEAEA. Windows color (decimal): -72239 or 13755902. OLE color: 13755902.
HSL color Cylindrical-coordinate representation of color #FEE5D1: hue angle of 26.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 #FEE5D1 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 209 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.00 |
| HSL | 26.67º | 0.96% | 0.91% | - |
| HSV(B) | 26.67º | 0.18% | 1% | - |
| XYZ | 80.4 | 81.71 | 71.86 | - |
| YUV | 234.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 209 | 0 | 0.10 | 0.18 | 0.00 | 26.67 | 0.96 | 0.91 |
| Hex | FE | E5 | D1 | 0 | A | 12 | 0 | 1B | 60 | 5B |
| Octal | 376 | 345 | 321 | 0 | 12 | 22 | 0 | 33 | 140 | 133 |
| Binary | 11111110 | 11100101 | 11010001 | 0 | 1010 | 10010 | 0 | 11011 | 1100000 | 1011011 |
Color Harmonies of #FEE5D1
Complementary color
Monochromatic Colors of #FEE5D1
Black with #FEE5D1
Text Example
Text Example
White with #FEE5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5D1; }
p { color: rgb(254,229,209); }
H1.HeaderClassName
{
color: #FEE5D1;
}
.AnyTagClassName
{
color: #FEE5D1;
}
</style>
background-color css
<style>
a { background-color: #FEE5D1; }
a { background-color: rgb(254,229,209); }
div.DivClassName
{
background-color: #FEE5D1;
}
.BgClassName
{
background-color: #FEE5D1;
}
</style>
border-color css
<style>
span { border-color: #FEE5D1; }
span { border-color: rgb(254,229,209); }
td.TdClassName
{
border-color: #FEE5D1;
}
.TagClassName
{
border-color: #FEE5D1;
}
</style>