Shades of Serenade #FCE4CE
Tints of Serenade #FCE4CE
RGB
CMYK
RGB Variations
Color information
#FCE4CE (or 0xFCE4CE) is known color: Serenade. HEX triplet: FC, E4 and CE. RGB value is (252,228,206). Sum of RGB (Red+Green+Blue) = 252+228+206=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4CE is #031B31. Grayscale: #E8E8E8. Windows color (decimal): -203570 or 13559036. OLE color: 13559036.
HSL color Cylindrical-coordinate representation of color #FCE4CE: hue angle of 28.7º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCE4CE is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 206 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.01 |
| HSL | 28.7º | 0.88% | 0.9% | - |
| HSV(B) | 28.7º | 0.18% | 0.99% | - |
| XYZ | 79.03 | 80.64 | 69.79 | - |
| YUV | 232.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 206 | 0 | 0.10 | 0.18 | 0.01 | 28.7 | 0.88 | 0.9 |
| Hex | FC | E4 | CE | 0 | A | 12 | 1 | 1D | 58 | 5A |
| Octal | 374 | 344 | 316 | 0 | 12 | 22 | 1 | 35 | 130 | 132 |
| Binary | 11111100 | 11100100 | 11001110 | 0 | 1010 | 10010 | 1 | 11101 | 1011000 | 1011010 |
Color Harmonies of #FCE4CE
Complementary color
Monochromatic Colors of #FCE4CE
Black with #FCE4CE
Text Example
Text Example
White with #FCE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4CE; }
p { color: rgb(252,228,206); }
H1.HeaderClassName
{
color: #FCE4CE;
}
.AnyTagClassName
{
color: #FCE4CE;
}
</style>
background-color css
<style>
a { background-color: #FCE4CE; }
a { background-color: rgb(252,228,206); }
div.DivClassName
{
background-color: #FCE4CE;
}
.BgClassName
{
background-color: #FCE4CE;
}
</style>
border-color css
<style>
span { border-color: #FCE4CE; }
span { border-color: rgb(252,228,206); }
td.TdClassName
{
border-color: #FCE4CE;
}
.TagClassName
{
border-color: #FCE4CE;
}
</style>