Shades of Serenade #FCE3D0
Tints of Serenade #FCE3D0
RGB
CMYK
RGB Variations
Color information
#FCE3D0 (or 0xFCE3D0) is known color: Serenade. HEX triplet: FC, E3 and D0. RGB value is (252,227,208). Sum of RGB (Red+Green+Blue) = 252+227+208=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3D0 is #031C2F. Grayscale: #E8E8E8. Windows color (decimal): -203824 or 13689852. OLE color: 13689852.
HSL color Cylindrical-coordinate representation of color #FCE3D0: hue angle of 25.91º 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 #FCE3D0 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 208 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.01 |
| HSL | 25.91º | 0.88% | 0.9% | - |
| HSV(B) | 25.91º | 0.17% | 0.99% | - |
| XYZ | 79 | 80.19 | 70.99 | - |
| YUV | 232.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 208 | 0 | 0.10 | 0.17 | 0.01 | 25.91 | 0.88 | 0.9 |
| Hex | FC | E3 | D0 | 0 | A | 11 | 1 | 1A | 58 | 5A |
| Octal | 374 | 343 | 320 | 0 | 12 | 21 | 1 | 32 | 130 | 132 |
| Binary | 11111100 | 11100011 | 11010000 | 0 | 1010 | 10001 | 1 | 11010 | 1011000 | 1011010 |
Color Harmonies of #FCE3D0
Complementary color
Monochromatic Colors of #FCE3D0
Black with #FCE3D0
Text Example
Text Example
White with #FCE3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3D0; }
p { color: rgb(252,227,208); }
H1.HeaderClassName
{
color: #FCE3D0;
}
.AnyTagClassName
{
color: #FCE3D0;
}
</style>
background-color css
<style>
a { background-color: #FCE3D0; }
a { background-color: rgb(252,227,208); }
div.DivClassName
{
background-color: #FCE3D0;
}
.BgClassName
{
background-color: #FCE3D0;
}
</style>
border-color css
<style>
span { border-color: #FCE3D0; }
span { border-color: rgb(252,227,208); }
td.TdClassName
{
border-color: #FCE3D0;
}
.TagClassName
{
border-color: #FCE3D0;
}
</style>