Shades of Serenade #FCE3CE
Tints of Serenade #FCE3CE
RGB
CMYK
RGB Variations
Color information
#FCE3CE (or 0xFCE3CE) is known color: Serenade. HEX triplet: FC, E3 and CE. RGB value is (252,227,206). Sum of RGB (Red+Green+Blue) = 252+227+206=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 206 (80.86% from 255 or 30.07% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3CE is #031C31. Grayscale: #E8E8E8. Windows color (decimal): -203826 or 13558780. OLE color: 13558780.
HSL color Cylindrical-coordinate representation of color #FCE3CE: hue angle of 27.39º 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 #FCE3CE is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 206 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.01 |
| HSL | 27.39º | 0.88% | 0.9% | - |
| HSV(B) | 27.39º | 0.18% | 0.99% | - |
| XYZ | 78.75 | 80.09 | 69.7 | - |
| YUV | 232.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 206 | 0 | 0.10 | 0.18 | 0.01 | 27.39 | 0.88 | 0.9 |
| Hex | FC | E3 | CE | 0 | A | 12 | 1 | 1B | 58 | 5A |
| Octal | 374 | 343 | 316 | 0 | 12 | 22 | 1 | 33 | 130 | 132 |
| Binary | 11111100 | 11100011 | 11001110 | 0 | 1010 | 10010 | 1 | 11011 | 1011000 | 1011010 |
Color Harmonies of #FCE3CE
Complementary color
Monochromatic Colors of #FCE3CE
Black with #FCE3CE
Text Example
Text Example
White with #FCE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3CE; }
p { color: rgb(252,227,206); }
H1.HeaderClassName
{
color: #FCE3CE;
}
.AnyTagClassName
{
color: #FCE3CE;
}
</style>
background-color css
<style>
a { background-color: #FCE3CE; }
a { background-color: rgb(252,227,206); }
div.DivClassName
{
background-color: #FCE3CE;
}
.BgClassName
{
background-color: #FCE3CE;
}
</style>
border-color css
<style>
span { border-color: #FCE3CE; }
span { border-color: rgb(252,227,206); }
td.TdClassName
{
border-color: #FCE3CE;
}
.TagClassName
{
border-color: #FCE3CE;
}
</style>