Shades of Serenade #FEE5CF
Tints of Serenade #FEE5CF
RGB
CMYK
RGB Variations
Color information
#FEE5CF (or 0xFEE5CF) is known color: Serenade. HEX triplet: FE, E5 and CF. RGB value is (254,229,207). Sum of RGB (Red+Green+Blue) = 254+229+207=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5CF is #011A30. Grayscale: #EAEAEA. Windows color (decimal): -72241 or 13624830. OLE color: 13624830.
HSL color Cylindrical-coordinate representation of color #FEE5CF: hue angle of 28.09º 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 #FEE5CF is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 207 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.00 |
| HSL | 28.09º | 0.96% | 0.9% | - |
| HSV(B) | 28.09º | 0.19% | 1% | - |
| XYZ | 80.15 | 81.61 | 70.56 | - |
| YUV | 233.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 207 | 0 | 0.10 | 0.19 | 0.00 | 28.09 | 0.96 | 0.9 |
| Hex | FE | E5 | CF | 0 | A | 13 | 0 | 1C | 60 | 5A |
| Octal | 376 | 345 | 317 | 0 | 12 | 23 | 0 | 34 | 140 | 132 |
| Binary | 11111110 | 11100101 | 11001111 | 0 | 1010 | 10011 | 0 | 11100 | 1100000 | 1011010 |
Color Harmonies of #FEE5CF
Complementary color
Monochromatic Colors of #FEE5CF
Black with #FEE5CF
Text Example
Text Example
White with #FEE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5CF; }
p { color: rgb(254,229,207); }
H1.HeaderClassName
{
color: #FEE5CF;
}
.AnyTagClassName
{
color: #FEE5CF;
}
</style>
background-color css
<style>
a { background-color: #FEE5CF; }
a { background-color: rgb(254,229,207); }
div.DivClassName
{
background-color: #FEE5CF;
}
.BgClassName
{
background-color: #FEE5CF;
}
</style>
border-color css
<style>
span { border-color: #FEE5CF; }
span { border-color: rgb(254,229,207); }
td.TdClassName
{
border-color: #FEE5CF;
}
.TagClassName
{
border-color: #FEE5CF;
}
</style>