Shades of Serenade #FCE5D1
Tints of Serenade #FCE5D1
RGB
CMYK
RGB Variations
Color information
#FCE5D1 (or 0xFCE5D1) is known color: Serenade. HEX triplet: FC, E5 and D1. RGB value is (252,229,209). Sum of RGB (Red+Green+Blue) = 252+229+209=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 209 (82.03% from 255 or 30.29% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5D1 is #031A2E. Grayscale: #E9E9E9. Windows color (decimal): -203311 or 13755900. OLE color: 13755900.
HSL color Cylindrical-coordinate representation of color #FCE5D1: hue angle of 27.91º 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 #FCE5D1 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 209 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.01 |
| HSL | 27.91º | 0.88% | 0.9% | - |
| HSV(B) | 27.91º | 0.17% | 0.99% | - |
| XYZ | 79.67 | 81.34 | 71.82 | - |
| YUV | 233.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 209 | 0 | 0.09 | 0.17 | 0.01 | 27.91 | 0.88 | 0.9 |
| Hex | FC | E5 | D1 | 0 | 9 | 11 | 1 | 1C | 58 | 5A |
| Octal | 374 | 345 | 321 | 0 | 11 | 21 | 1 | 34 | 130 | 132 |
| Binary | 11111100 | 11100101 | 11010001 | 0 | 1001 | 10001 | 1 | 11100 | 1011000 | 1011010 |
Color Harmonies of #FCE5D1
Complementary color
Monochromatic Colors of #FCE5D1
Black with #FCE5D1
Text Example
Text Example
White with #FCE5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5D1; }
p { color: rgb(252,229,209); }
H1.HeaderClassName
{
color: #FCE5D1;
}
.AnyTagClassName
{
color: #FCE5D1;
}
</style>
background-color css
<style>
a { background-color: #FCE5D1; }
a { background-color: rgb(252,229,209); }
div.DivClassName
{
background-color: #FCE5D1;
}
.BgClassName
{
background-color: #FCE5D1;
}
</style>
border-color css
<style>
span { border-color: #FCE5D1; }
span { border-color: rgb(252,229,209); }
td.TdClassName
{
border-color: #FCE5D1;
}
.TagClassName
{
border-color: #FCE5D1;
}
</style>