Shades of Serenade #FEE4CF
Tints of Serenade #FEE4CF
RGB
CMYK
RGB Variations
Color information
#FEE4CF (or 0xFEE4CF) is known color: Serenade. HEX triplet: FE, E4 and CF. RGB value is (254,228,207). Sum of RGB (Red+Green+Blue) = 254+228+207=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4CF is #011B30. Grayscale: #E9E9E9. Windows color (decimal): -72497 or 13624574. OLE color: 13624574.
HSL color Cylindrical-coordinate representation of color #FEE4CF: hue angle of 26.81º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEE4CF is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 207 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.00 |
| HSL | 26.81º | 0.96% | 0.9% | - |
| HSV(B) | 26.81º | 0.19% | 1% | - |
| XYZ | 79.88 | 81.06 | 70.47 | - |
| YUV | 233.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 207 | 0 | 0.10 | 0.19 | 0.00 | 26.81 | 0.96 | 0.9 |
| Hex | FE | E4 | CF | 0 | A | 13 | 0 | 1B | 60 | 5A |
| Octal | 376 | 344 | 317 | 0 | 12 | 23 | 0 | 33 | 140 | 132 |
| Binary | 11111110 | 11100100 | 11001111 | 0 | 1010 | 10011 | 0 | 11011 | 1100000 | 1011010 |
Color Harmonies of #FEE4CF
Complementary color
Monochromatic Colors of #FEE4CF
Black with #FEE4CF
Text Example
Text Example
White with #FEE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4CF; }
p { color: rgb(254,228,207); }
H1.HeaderClassName
{
color: #FEE4CF;
}
.AnyTagClassName
{
color: #FEE4CF;
}
</style>
background-color css
<style>
a { background-color: #FEE4CF; }
a { background-color: rgb(254,228,207); }
div.DivClassName
{
background-color: #FEE4CF;
}
.BgClassName
{
background-color: #FEE4CF;
}
</style>
border-color css
<style>
span { border-color: #FEE4CF; }
span { border-color: rgb(254,228,207); }
td.TdClassName
{
border-color: #FEE4CF;
}
.TagClassName
{
border-color: #FEE4CF;
}
</style>