Shades of Serenade #FCE8D2
Tints of Serenade #FCE8D2
RGB
CMYK
RGB Variations
Color information
#FCE8D2 (or 0xFCE8D2) is known color: Serenade. HEX triplet: FC, E8 and D2. RGB value is (252,232,210). Sum of RGB (Red+Green+Blue) = 252+232+210=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 210 (82.42% from 255 or 30.26% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8D2 is #03172D. Grayscale: #EBEBEB. Windows color (decimal): -202542 or 13822204. OLE color: 13822204.
HSL color Cylindrical-coordinate representation of color #FCE8D2: hue angle of 31.43º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCE8D2 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 210 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.01 |
| HSL | 31.43º | 0.88% | 0.91% | - |
| HSV(B) | 31.43º | 0.17% | 0.99% | - |
| XYZ | 80.63 | 83.06 | 72.76 | - |
| YUV | 235.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 210 | 0 | 0.08 | 0.17 | 0.01 | 31.43 | 0.88 | 0.91 |
| Hex | FC | E8 | D2 | 0 | 8 | 11 | 1 | 1F | 58 | 5B |
| Octal | 374 | 350 | 322 | 0 | 10 | 21 | 1 | 37 | 130 | 133 |
| Binary | 11111100 | 11101000 | 11010010 | 0 | 1000 | 10001 | 1 | 11111 | 1011000 | 1011011 |
Color Harmonies of #FCE8D2
Complementary color
Monochromatic Colors of #FCE8D2
Black with #FCE8D2
Text Example
Text Example
White with #FCE8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8D2; }
p { color: rgb(252,232,210); }
H1.HeaderClassName
{
color: #FCE8D2;
}
.AnyTagClassName
{
color: #FCE8D2;
}
</style>
background-color css
<style>
a { background-color: #FCE8D2; }
a { background-color: rgb(252,232,210); }
div.DivClassName
{
background-color: #FCE8D2;
}
.BgClassName
{
background-color: #FCE8D2;
}
</style>
border-color css
<style>
span { border-color: #FCE8D2; }
span { border-color: rgb(252,232,210); }
td.TdClassName
{
border-color: #FCE8D2;
}
.TagClassName
{
border-color: #FCE8D2;
}
</style>