Shades of Serenade #FCE4D0
Tints of Serenade #FCE4D0
RGB
CMYK
RGB Variations
Color information
#FCE4D0 (or 0xFCE4D0) is known color: Serenade. HEX triplet: FC, E4 and D0. RGB value is (252,228,208). Sum of RGB (Red+Green+Blue) = 252+228+208=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 208 (81.64% from 255 or 30.23% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4D0 is #031B2F. Grayscale: #E8E8E8. Windows color (decimal): -203568 or 13690108. OLE color: 13690108.
HSL color Cylindrical-coordinate representation of color #FCE4D0: hue angle of 27.27º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCE4D0 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 208 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.01 |
| HSL | 27.27º | 0.88% | 0.9% | - |
| HSV(B) | 27.27º | 0.17% | 0.99% | - |
| XYZ | 79.27 | 80.74 | 71.08 | - |
| YUV | 232.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 208 | 0 | 0.10 | 0.17 | 0.01 | 27.27 | 0.88 | 0.9 |
| Hex | FC | E4 | D0 | 0 | A | 11 | 1 | 1B | 58 | 5A |
| Octal | 374 | 344 | 320 | 0 | 12 | 21 | 1 | 33 | 130 | 132 |
| Binary | 11111100 | 11100100 | 11010000 | 0 | 1010 | 10001 | 1 | 11011 | 1011000 | 1011010 |
Color Harmonies of #FCE4D0
Complementary color
Monochromatic Colors of #FCE4D0
Black with #FCE4D0
Text Example
Text Example
White with #FCE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4D0; }
p { color: rgb(252,228,208); }
H1.HeaderClassName
{
color: #FCE4D0;
}
.AnyTagClassName
{
color: #FCE4D0;
}
</style>
background-color css
<style>
a { background-color: #FCE4D0; }
a { background-color: rgb(252,228,208); }
div.DivClassName
{
background-color: #FCE4D0;
}
.BgClassName
{
background-color: #FCE4D0;
}
</style>
border-color css
<style>
span { border-color: #FCE4D0; }
span { border-color: rgb(252,228,208); }
td.TdClassName
{
border-color: #FCE4D0;
}
.TagClassName
{
border-color: #FCE4D0;
}
</style>