Shades of Serenade #FCE5D0
Tints of Serenade #FCE5D0
RGB
CMYK
RGB Variations
Color information
#FCE5D0 (or 0xFCE5D0) is known color: Serenade. HEX triplet: FC, E5 and D0. RGB value is (252,229,208). Sum of RGB (Red+Green+Blue) = 252+229+208=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 208 (81.64% from 255 or 30.19% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5D0 is #031A2F. Grayscale: #E9E9E9. Windows color (decimal): -203312 or 13690364. OLE color: 13690364.
HSL color Cylindrical-coordinate representation of color #FCE5D0: hue angle of 28.64º 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 #FCE5D0 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 208 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.01 |
| HSL | 28.64º | 0.88% | 0.9% | - |
| HSV(B) | 28.64º | 0.17% | 0.99% | - |
| XYZ | 79.55 | 81.29 | 71.17 | - |
| YUV | 233.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 208 | 0 | 0.09 | 0.17 | 0.01 | 28.64 | 0.88 | 0.9 |
| Hex | FC | E5 | D0 | 0 | 9 | 11 | 1 | 1D | 58 | 5A |
| Octal | 374 | 345 | 320 | 0 | 11 | 21 | 1 | 35 | 130 | 132 |
| Binary | 11111100 | 11100101 | 11010000 | 0 | 1001 | 10001 | 1 | 11101 | 1011000 | 1011010 |
Color Harmonies of #FCE5D0
Complementary color
Monochromatic Colors of #FCE5D0
Black with #FCE5D0
Text Example
Text Example
White with #FCE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5D0; }
p { color: rgb(252,229,208); }
H1.HeaderClassName
{
color: #FCE5D0;
}
.AnyTagClassName
{
color: #FCE5D0;
}
</style>
background-color css
<style>
a { background-color: #FCE5D0; }
a { background-color: rgb(252,229,208); }
div.DivClassName
{
background-color: #FCE5D0;
}
.BgClassName
{
background-color: #FCE5D0;
}
</style>
border-color css
<style>
span { border-color: #FCE5D0; }
span { border-color: rgb(252,229,208); }
td.TdClassName
{
border-color: #FCE5D0;
}
.TagClassName
{
border-color: #FCE5D0;
}
</style>