Shades of Serenade #FCEBDC
Tints of Serenade #FCEBDC
RGB
CMYK
RGB Variations
Color information
#FCEBDC (or 0xFCEBDC) is known color: Serenade. HEX triplet: FC, EB and DC. RGB value is (252,235,220). Sum of RGB (Red+Green+Blue) = 252+235+220=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBDC is #031423. Grayscale: #EEEEEE. Windows color (decimal): -201764 or 14478332. OLE color: 14478332.
HSL color Cylindrical-coordinate representation of color #FCEBDC: hue angle of 28.12º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCEBDC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 220 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.01 |
| HSL | 28.13º | 0.84% | 0.93% | - |
| HSV(B) | 28.13º | 0.13% | 0.99% | - |
| XYZ | 82.77 | 85.28 | 79.81 | - |
| YUV | 238.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 220 | 0 | 0.07 | 0.13 | 0.01 | 28.13 | 0.84 | 0.93 |
| Hex | FC | EB | DC | 0 | 7 | D | 1 | 1C | 54 | 5D |
| Octal | 374 | 353 | 334 | 0 | 7 | 15 | 1 | 34 | 124 | 135 |
| Binary | 11111100 | 11101011 | 11011100 | 0 | 111 | 1101 | 1 | 11100 | 1010100 | 1011101 |
Color Harmonies of #FCEBDC
Complementary color
Monochromatic Colors of #FCEBDC
Black with #FCEBDC
Text Example
Text Example
White with #FCEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBDC; }
p { color: rgb(252,235,220); }
H1.HeaderClassName
{
color: #FCEBDC;
}
.AnyTagClassName
{
color: #FCEBDC;
}
</style>
background-color css
<style>
a { background-color: #FCEBDC; }
a { background-color: rgb(252,235,220); }
div.DivClassName
{
background-color: #FCEBDC;
}
.BgClassName
{
background-color: #FCEBDC;
}
</style>
border-color css
<style>
span { border-color: #FCEBDC; }
span { border-color: rgb(252,235,220); }
td.TdClassName
{
border-color: #FCEBDC;
}
.TagClassName
{
border-color: #FCEBDC;
}
</style>