Shades of Serenade #FEE1CF
Tints of Serenade #FEE1CF
RGB
CMYK
RGB Variations
Color information
#FEE1CF (or 0xFEE1CF) is known color: Serenade. HEX triplet: FE, E1 and CF. RGB value is (254,225,207). Sum of RGB (Red+Green+Blue) = 254+225+207=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1CF is #011E30. Grayscale: #E7E7E7. Windows color (decimal): -73265 or 13623806. OLE color: 13623806.
HSL color Cylindrical-coordinate representation of color #FEE1CF: hue angle of 22.98º 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 #FEE1CF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 207 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.00 |
| HSL | 22.98º | 0.96% | 0.9% | - |
| HSV(B) | 22.98º | 0.19% | 1% | - |
| XYZ | 79.06 | 79.43 | 70.2 | - |
| YUV | 231.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 207 | 0 | 0.11 | 0.19 | 0.00 | 22.98 | 0.96 | 0.9 |
| Hex | FE | E1 | CF | 0 | B | 13 | 0 | 17 | 60 | 5A |
| Octal | 376 | 341 | 317 | 0 | 13 | 23 | 0 | 27 | 140 | 132 |
| Binary | 11111110 | 11100001 | 11001111 | 0 | 1011 | 10011 | 0 | 10111 | 1100000 | 1011010 |
Color Harmonies of #FEE1CF
Complementary color
Monochromatic Colors of #FEE1CF
Black with #FEE1CF
Text Example
Text Example
White with #FEE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1CF; }
p { color: rgb(254,225,207); }
H1.HeaderClassName
{
color: #FEE1CF;
}
.AnyTagClassName
{
color: #FEE1CF;
}
</style>
background-color css
<style>
a { background-color: #FEE1CF; }
a { background-color: rgb(254,225,207); }
div.DivClassName
{
background-color: #FEE1CF;
}
.BgClassName
{
background-color: #FEE1CF;
}
</style>
border-color css
<style>
span { border-color: #FEE1CF; }
span { border-color: rgb(254,225,207); }
td.TdClassName
{
border-color: #FEE1CF;
}
.TagClassName
{
border-color: #FEE1CF;
}
</style>