Shades of Serenade #FEE3CE
Tints of Serenade #FEE3CE
RGB
CMYK
RGB Variations
Color information
#FEE3CE (or 0xFEE3CE) is known color: Serenade. HEX triplet: FE, E3 and CE. RGB value is (254,227,206). Sum of RGB (Red+Green+Blue) = 254+227+206=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3CE is #011C31. Grayscale: #E8E8E8. Windows color (decimal): -72754 or 13558782. OLE color: 13558782.
HSL color Cylindrical-coordinate representation of color #FEE3CE: hue angle of 26.25º 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 #FEE3CE is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 206 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.00 |
| HSL | 26.25º | 0.96% | 0.9% | - |
| HSV(B) | 26.25º | 0.19% | 1% | - |
| XYZ | 79.48 | 80.47 | 69.73 | - |
| YUV | 232.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 206 | 0 | 0.11 | 0.19 | 0.00 | 26.25 | 0.96 | 0.9 |
| Hex | FE | E3 | CE | 0 | B | 13 | 0 | 1A | 60 | 5A |
| Octal | 376 | 343 | 316 | 0 | 13 | 23 | 0 | 32 | 140 | 132 |
| Binary | 11111110 | 11100011 | 11001110 | 0 | 1011 | 10011 | 0 | 11010 | 1100000 | 1011010 |
Color Harmonies of #FEE3CE
Complementary color
Monochromatic Colors of #FEE3CE
Black with #FEE3CE
Text Example
Text Example
White with #FEE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3CE; }
p { color: rgb(254,227,206); }
H1.HeaderClassName
{
color: #FEE3CE;
}
.AnyTagClassName
{
color: #FEE3CE;
}
</style>
background-color css
<style>
a { background-color: #FEE3CE; }
a { background-color: rgb(254,227,206); }
div.DivClassName
{
background-color: #FEE3CE;
}
.BgClassName
{
background-color: #FEE3CE;
}
</style>
border-color css
<style>
span { border-color: #FEE3CE; }
span { border-color: rgb(254,227,206); }
td.TdClassName
{
border-color: #FEE3CE;
}
.TagClassName
{
border-color: #FEE3CE;
}
</style>