Shades of Serenade #FCE1CF
Tints of Serenade #FCE1CF
RGB
CMYK
RGB Variations
Color information
#FCE1CF (or 0xFCE1CF) is known color: Serenade. HEX triplet: FC, E1 and CF. RGB value is (252,225,207). Sum of RGB (Red+Green+Blue) = 252+225+207=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1CF is #031E30. Grayscale: #E7E7E7. Windows color (decimal): -204337 or 13623804. OLE color: 13623804.
HSL color Cylindrical-coordinate representation of color #FCE1CF: hue angle of 24º 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 #FCE1CF is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 207 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.01 |
| HSL | 24º | 0.88% | 0.9% | - |
| HSV(B) | 24º | 0.18% | 0.99% | - |
| XYZ | 78.33 | 79.05 | 70.16 | - |
| YUV | 231.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 207 | 0 | 0.11 | 0.18 | 0.01 | 24 | 0.88 | 0.9 |
| Hex | FC | E1 | CF | 0 | B | 12 | 1 | 18 | 58 | 5A |
| Octal | 374 | 341 | 317 | 0 | 13 | 22 | 1 | 30 | 130 | 132 |
| Binary | 11111100 | 11100001 | 11001111 | 0 | 1011 | 10010 | 1 | 11000 | 1011000 | 1011010 |
Color Harmonies of #FCE1CF
Complementary color
Monochromatic Colors of #FCE1CF
Black with #FCE1CF
Text Example
Text Example
White with #FCE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1CF; }
p { color: rgb(252,225,207); }
H1.HeaderClassName
{
color: #FCE1CF;
}
.AnyTagClassName
{
color: #FCE1CF;
}
</style>
background-color css
<style>
a { background-color: #FCE1CF; }
a { background-color: rgb(252,225,207); }
div.DivClassName
{
background-color: #FCE1CF;
}
.BgClassName
{
background-color: #FCE1CF;
}
</style>
border-color css
<style>
span { border-color: #FCE1CF; }
span { border-color: rgb(252,225,207); }
td.TdClassName
{
border-color: #FCE1CF;
}
.TagClassName
{
border-color: #FCE1CF;
}
</style>