Shades of Serenade #FCE3CF
Tints of Serenade #FCE3CF
RGB
CMYK
RGB Variations
Color information
#FCE3CF (or 0xFCE3CF) is known color: Serenade. HEX triplet: FC, E3 and CF. RGB value is (252,227,207). Sum of RGB (Red+Green+Blue) = 252+227+207=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3CF is #031C30. Grayscale: #E8E8E8. Windows color (decimal): -203825 or 13624316. OLE color: 13624316.
HSL color Cylindrical-coordinate representation of color #FCE3CF: hue angle of 26.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCE3CF is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 207 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.01 |
| HSL | 26.67º | 0.88% | 0.9% | - |
| HSV(B) | 26.67º | 0.18% | 0.99% | - |
| XYZ | 78.88 | 80.14 | 70.34 | - |
| YUV | 232.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 207 | 0 | 0.10 | 0.18 | 0.01 | 26.67 | 0.88 | 0.9 |
| Hex | FC | E3 | CF | 0 | A | 12 | 1 | 1B | 58 | 5A |
| Octal | 374 | 343 | 317 | 0 | 12 | 22 | 1 | 33 | 130 | 132 |
| Binary | 11111100 | 11100011 | 11001111 | 0 | 1010 | 10010 | 1 | 11011 | 1011000 | 1011010 |
Color Harmonies of #FCE3CF
Complementary color
Monochromatic Colors of #FCE3CF
Black with #FCE3CF
Text Example
Text Example
White with #FCE3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3CF; }
p { color: rgb(252,227,207); }
H1.HeaderClassName
{
color: #FCE3CF;
}
.AnyTagClassName
{
color: #FCE3CF;
}
</style>
background-color css
<style>
a { background-color: #FCE3CF; }
a { background-color: rgb(252,227,207); }
div.DivClassName
{
background-color: #FCE3CF;
}
.BgClassName
{
background-color: #FCE3CF;
}
</style>
border-color css
<style>
span { border-color: #FCE3CF; }
span { border-color: rgb(252,227,207); }
td.TdClassName
{
border-color: #FCE3CF;
}
.TagClassName
{
border-color: #FCE3CF;
}
</style>