Shades of Serenade #FCE2D1
Tints of Serenade #FCE2D1
RGB
CMYK
RGB Variations
Color information
#FCE2D1 (or 0xFCE2D1) is known color: Serenade. HEX triplet: FC, E2 and D1. RGB value is (252,226,209). Sum of RGB (Red+Green+Blue) = 252+226+209=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 209 (82.03% from 255 or 30.42% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2D1 is #031D2E. Grayscale: #E7E7E7. Windows color (decimal): -204079 or 13755132. OLE color: 13755132.
HSL color Cylindrical-coordinate representation of color #FCE2D1: hue angle of 23.72º 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 #FCE2D1 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 209 | - |
CMYK | 0 | 0.10 | 0.17 | 0.01 |
HSL | 23.72º | 0.88% | 0.9% | - |
HSV(B) | 23.72º | 0.17% | 0.99% | - |
XYZ | 78.85 | 79.69 | 71.55 | - |
YUV | 231.84 | 115.11 | 142.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 209 | 0 | 0.10 | 0.17 | 0.01 | 23.72 | 0.88 | 0.9 |
Hex | FC | E2 | D1 | 0 | A | 11 | 1 | 18 | 58 | 5A |
Octal | 374 | 342 | 321 | 0 | 12 | 21 | 1 | 30 | 130 | 132 |
Binary | 11111100 | 11100010 | 11010001 | 0 | 1010 | 10001 | 1 | 11000 | 1011000 | 1011010 |
Color Harmonies of #FCE2D1
Complementary color
Monochromatic Colors of #FCE2D1
Black with #FCE2D1
Text Example
Text Example
White with #FCE2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2D1; }
p { color: rgb(252,226,209); }
H1.HeaderClassName
{
color: #FCE2D1;
}
.AnyTagClassName
{
color: #FCE2D1;
}
</style>
background-color css
<style>
a { background-color: #FCE2D1; }
a { background-color: rgb(252,226,209); }
div.DivClassName
{
background-color: #FCE2D1;
}
.BgClassName
{
background-color: #FCE2D1;
}
</style>
border-color css
<style>
span { border-color: #FCE2D1; }
span { border-color: rgb(252,226,209); }
td.TdClassName
{
border-color: #FCE2D1;
}
.TagClassName
{
border-color: #FCE2D1;
}
</style>