Shades of Serenade #FCE2CE
Tints of Serenade #FCE2CE
RGB
CMYK
RGB Variations
Color information
#FCE2CE (or 0xFCE2CE) is known color: Serenade. HEX triplet: FC, E2 and CE. RGB value is (252,226,206). Sum of RGB (Red+Green+Blue) = 252+226+206=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CE is #031D31. Grayscale: #E7E7E7. Windows color (decimal): -204082 or 13558524. OLE color: 13558524.
HSL color Cylindrical-coordinate representation of color #FCE2CE: hue angle of 26.09º 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 #FCE2CE is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 206 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.01 |
| HSL | 26.09º | 0.88% | 0.9% | - |
| HSV(B) | 26.09º | 0.18% | 0.99% | - |
| XYZ | 78.48 | 79.54 | 69.61 | - |
| YUV | 231.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 206 | 0 | 0.10 | 0.18 | 0.01 | 26.09 | 0.88 | 0.9 |
| Hex | FC | E2 | CE | 0 | A | 12 | 1 | 1A | 58 | 5A |
| Octal | 374 | 342 | 316 | 0 | 12 | 22 | 1 | 32 | 130 | 132 |
| Binary | 11111100 | 11100010 | 11001110 | 0 | 1010 | 10010 | 1 | 11010 | 1011000 | 1011010 |
Color Harmonies of #FCE2CE
Complementary color
Monochromatic Colors of #FCE2CE
Black with #FCE2CE
Text Example
Text Example
White with #FCE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2CE; }
p { color: rgb(252,226,206); }
H1.HeaderClassName
{
color: #FCE2CE;
}
.AnyTagClassName
{
color: #FCE2CE;
}
</style>
background-color css
<style>
a { background-color: #FCE2CE; }
a { background-color: rgb(252,226,206); }
div.DivClassName
{
background-color: #FCE2CE;
}
.BgClassName
{
background-color: #FCE2CE;
}
</style>
border-color css
<style>
span { border-color: #FCE2CE; }
span { border-color: rgb(252,226,206); }
td.TdClassName
{
border-color: #FCE2CE;
}
.TagClassName
{
border-color: #FCE2CE;
}
</style>