Shades of Serenade #FCE9D5
Tints of Serenade #FCE9D5
RGB
CMYK
RGB Variations
Color information
#FCE9D5 (or 0xFCE9D5) is known color: Serenade. HEX triplet: FC, E9 and D5. RGB value is (252,233,213). Sum of RGB (Red+Green+Blue) = 252+233+213=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 233 (91.41% from 255 or 33.38% from 698); Blue value is 213 (83.59% from 255 or 30.52% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9D5 is #03162A. Grayscale: #ECECEC. Windows color (decimal): -202283 or 14019068. OLE color: 14019068.
HSL color Cylindrical-coordinate representation of color #FCE9D5: hue angle of 30.77º 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 #FCE9D5 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 213 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.01 |
| HSL | 30.77º | 0.87% | 0.91% | - |
| HSV(B) | 30.77º | 0.15% | 0.99% | - |
| XYZ | 81.29 | 83.78 | 74.84 | - |
| YUV | 236.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 213 | 0 | 0.08 | 0.15 | 0.01 | 30.77 | 0.87 | 0.91 |
| Hex | FC | E9 | D5 | 0 | 8 | F | 1 | 1F | 57 | 5B |
| Octal | 374 | 351 | 325 | 0 | 10 | 17 | 1 | 37 | 127 | 133 |
| Binary | 11111100 | 11101001 | 11010101 | 0 | 1000 | 1111 | 1 | 11111 | 1010111 | 1011011 |
Color Harmonies of #FCE9D5
Complementary color
Monochromatic Colors of #FCE9D5
Black with #FCE9D5
Text Example
Text Example
White with #FCE9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9D5; }
p { color: rgb(252,233,213); }
H1.HeaderClassName
{
color: #FCE9D5;
}
.AnyTagClassName
{
color: #FCE9D5;
}
</style>
background-color css
<style>
a { background-color: #FCE9D5; }
a { background-color: rgb(252,233,213); }
div.DivClassName
{
background-color: #FCE9D5;
}
.BgClassName
{
background-color: #FCE9D5;
}
</style>
border-color css
<style>
span { border-color: #FCE9D5; }
span { border-color: rgb(252,233,213); }
td.TdClassName
{
border-color: #FCE9D5;
}
.TagClassName
{
border-color: #FCE9D5;
}
</style>