Shades of Serenade #FCEBDA
Tints of Serenade #FCEBDA
RGB
CMYK
RGB Variations
Color information
#FCEBDA (or 0xFCEBDA) is known color: Serenade. HEX triplet: FC, EB and DA. RGB value is (252,235,218). Sum of RGB (Red+Green+Blue) = 252+235+218=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBDA is #031425. Grayscale: #EEEEEE. Windows color (decimal): -201766 or 14347260. OLE color: 14347260.
HSL color Cylindrical-coordinate representation of color #FCEBDA: hue angle of 30º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCEBDA is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 218 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.01 |
| HSL | 30º | 0.85% | 0.92% | - |
| HSV(B) | 30º | 0.13% | 0.99% | - |
| XYZ | 82.51 | 85.17 | 78.42 | - |
| YUV | 238.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 218 | 0 | 0.07 | 0.13 | 0.01 | 30 | 0.85 | 0.92 |
| Hex | FC | EB | DA | 0 | 7 | D | 1 | 1E | 55 | 5C |
| Octal | 374 | 353 | 332 | 0 | 7 | 15 | 1 | 36 | 125 | 134 |
| Binary | 11111100 | 11101011 | 11011010 | 0 | 111 | 1101 | 1 | 11110 | 1010101 | 1011100 |
Color Harmonies of #FCEBDA
Complementary color
Monochromatic Colors of #FCEBDA
Black with #FCEBDA
Text Example
Text Example
White with #FCEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBDA; }
p { color: rgb(252,235,218); }
H1.HeaderClassName
{
color: #FCEBDA;
}
.AnyTagClassName
{
color: #FCEBDA;
}
</style>
background-color css
<style>
a { background-color: #FCEBDA; }
a { background-color: rgb(252,235,218); }
div.DivClassName
{
background-color: #FCEBDA;
}
.BgClassName
{
background-color: #FCEBDA;
}
</style>
border-color css
<style>
span { border-color: #FCEBDA; }
span { border-color: rgb(252,235,218); }
td.TdClassName
{
border-color: #FCEBDA;
}
.TagClassName
{
border-color: #FCEBDA;
}
</style>