Shades of Serenade #FCE8D5
Tints of Serenade #FCE8D5
RGB
CMYK
RGB Variations
Color information
#FCE8D5 (or 0xFCE8D5) is known color: Serenade. HEX triplet: FC, E8 and D5. RGB value is (252,232,213). Sum of RGB (Red+Green+Blue) = 252+232+213=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 232 (91.02% from 255 or 33.29% from 697); Blue value is 213 (83.59% from 255 or 30.56% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8D5 is #03172A. Grayscale: #EBEBEB. Windows color (decimal): -202539 or 14018812. OLE color: 14018812.
HSL color Cylindrical-coordinate representation of color #FCE8D5: hue angle of 29.23º degrees, saturation: 0.87, 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 #FCE8D5 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 213 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.01 |
| HSL | 29.23º | 0.87% | 0.91% | - |
| HSV(B) | 29.23º | 0.15% | 0.99% | - |
| XYZ | 81.01 | 83.21 | 74.74 | - |
| YUV | 235.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 213 | 0 | 0.08 | 0.15 | 0.01 | 29.23 | 0.87 | 0.91 |
| Hex | FC | E8 | D5 | 0 | 8 | F | 1 | 1D | 57 | 5B |
| Octal | 374 | 350 | 325 | 0 | 10 | 17 | 1 | 35 | 127 | 133 |
| Binary | 11111100 | 11101000 | 11010101 | 0 | 1000 | 1111 | 1 | 11101 | 1010111 | 1011011 |
Color Harmonies of #FCE8D5
Complementary color
Monochromatic Colors of #FCE8D5
Black with #FCE8D5
Text Example
Text Example
White with #FCE8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8D5; }
p { color: rgb(252,232,213); }
H1.HeaderClassName
{
color: #FCE8D5;
}
.AnyTagClassName
{
color: #FCE8D5;
}
</style>
background-color css
<style>
a { background-color: #FCE8D5; }
a { background-color: rgb(252,232,213); }
div.DivClassName
{
background-color: #FCE8D5;
}
.BgClassName
{
background-color: #FCE8D5;
}
</style>
border-color css
<style>
span { border-color: #FCE8D5; }
span { border-color: rgb(252,232,213); }
td.TdClassName
{
border-color: #FCE8D5;
}
.TagClassName
{
border-color: #FCE8D5;
}
</style>