Shades of Serenade #FCE1CE
Tints of Serenade #FCE1CE
RGB
CMYK
RGB Variations
Color information
#FCE1CE (or 0xFCE1CE) is known color: Serenade. HEX triplet: FC, E1 and CE. RGB value is (252,225,206). Sum of RGB (Red+Green+Blue) = 252+225+206=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1CE is #031E31. Grayscale: #E7E7E7. Windows color (decimal): -204338 or 13558268. OLE color: 13558268.
HSL color Cylindrical-coordinate representation of color #FCE1CE: hue angle of 24.78º 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 #FCE1CE is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 206 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.01 |
| HSL | 24.78º | 0.88% | 0.9% | - |
| HSV(B) | 24.78º | 0.18% | 0.99% | - |
| XYZ | 78.21 | 79 | 69.52 | - |
| YUV | 230.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 206 | 0 | 0.11 | 0.18 | 0.01 | 24.78 | 0.88 | 0.9 |
| Hex | FC | E1 | CE | 0 | B | 12 | 1 | 19 | 58 | 5A |
| Octal | 374 | 341 | 316 | 0 | 13 | 22 | 1 | 31 | 130 | 132 |
| Binary | 11111100 | 11100001 | 11001110 | 0 | 1011 | 10010 | 1 | 11001 | 1011000 | 1011010 |
Color Harmonies of #FCE1CE
Complementary color
Monochromatic Colors of #FCE1CE
Black with #FCE1CE
Text Example
Text Example
White with #FCE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1CE; }
p { color: rgb(252,225,206); }
H1.HeaderClassName
{
color: #FCE1CE;
}
.AnyTagClassName
{
color: #FCE1CE;
}
</style>
background-color css
<style>
a { background-color: #FCE1CE; }
a { background-color: rgb(252,225,206); }
div.DivClassName
{
background-color: #FCE1CE;
}
.BgClassName
{
background-color: #FCE1CE;
}
</style>
border-color css
<style>
span { border-color: #FCE1CE; }
span { border-color: rgb(252,225,206); }
td.TdClassName
{
border-color: #FCE1CE;
}
.TagClassName
{
border-color: #FCE1CE;
}
</style>