Shades of Serenade #FCE5D6
Tints of Serenade #FCE5D6
RGB
CMYK
RGB Variations
Color information
#FCE5D6 (or 0xFCE5D6) is known color: Serenade. HEX triplet: FC, E5 and D6. RGB value is (252,229,214). Sum of RGB (Red+Green+Blue) = 252+229+214=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 214 (83.98% from 255 or 30.79% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5D6 is #031A29. Grayscale: #EAEAEA. Windows color (decimal): -203306 or 14083580. OLE color: 14083580.
HSL color Cylindrical-coordinate representation of color #FCE5D6: hue angle of 23.68º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCE5D6 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 214 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.01 |
| HSL | 23.68º | 0.86% | 0.91% | - |
| HSV(B) | 23.68º | 0.15% | 0.99% | - |
| XYZ | 80.3 | 81.59 | 75.13 | - |
| YUV | 234.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 214 | 0 | 0.09 | 0.15 | 0.01 | 23.68 | 0.86 | 0.91 |
| Hex | FC | E5 | D6 | 0 | 9 | F | 1 | 18 | 56 | 5B |
| Octal | 374 | 345 | 326 | 0 | 11 | 17 | 1 | 30 | 126 | 133 |
| Binary | 11111100 | 11100101 | 11010110 | 0 | 1001 | 1111 | 1 | 11000 | 1010110 | 1011011 |
Color Harmonies of #FCE5D6
Complementary color
Monochromatic Colors of #FCE5D6
Black with #FCE5D6
Text Example
Text Example
White with #FCE5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5D6; }
p { color: rgb(252,229,214); }
H1.HeaderClassName
{
color: #FCE5D6;
}
.AnyTagClassName
{
color: #FCE5D6;
}
</style>
background-color css
<style>
a { background-color: #FCE5D6; }
a { background-color: rgb(252,229,214); }
div.DivClassName
{
background-color: #FCE5D6;
}
.BgClassName
{
background-color: #FCE5D6;
}
</style>
border-color css
<style>
span { border-color: #FCE5D6; }
span { border-color: rgb(252,229,214); }
td.TdClassName
{
border-color: #FCE5D6;
}
.TagClassName
{
border-color: #FCE5D6;
}
</style>