Shades of Serenade #FCE2CF
Tints of Serenade #FCE2CF
RGB
CMYK
RGB Variations
Color information
#FCE2CF (or 0xFCE2CF) is known color: Serenade. HEX triplet: FC, E2 and CF. RGB value is (252,226,207). Sum of RGB (Red+Green+Blue) = 252+226+207=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CF is #031D30. Grayscale: #E7E7E7. Windows color (decimal): -204081 or 13624060. OLE color: 13624060.
HSL color Cylindrical-coordinate representation of color #FCE2CF: hue angle of 25.33º 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 #FCE2CF is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 207 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.01 |
| HSL | 25.33º | 0.88% | 0.9% | - |
| HSV(B) | 25.33º | 0.18% | 0.99% | - |
| XYZ | 78.6 | 79.59 | 70.25 | - |
| YUV | 231.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 207 | 0 | 0.10 | 0.18 | 0.01 | 25.33 | 0.88 | 0.9 |
| Hex | FC | E2 | CF | 0 | A | 12 | 1 | 19 | 58 | 5A |
| Octal | 374 | 342 | 317 | 0 | 12 | 22 | 1 | 31 | 130 | 132 |
| Binary | 11111100 | 11100010 | 11001111 | 0 | 1010 | 10010 | 1 | 11001 | 1011000 | 1011010 |
Color Harmonies of #FCE2CF
Complementary color
Monochromatic Colors of #FCE2CF
Black with #FCE2CF
Text Example
Text Example
White with #FCE2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2CF; }
p { color: rgb(252,226,207); }
H1.HeaderClassName
{
color: #FCE2CF;
}
.AnyTagClassName
{
color: #FCE2CF;
}
</style>
background-color css
<style>
a { background-color: #FCE2CF; }
a { background-color: rgb(252,226,207); }
div.DivClassName
{
background-color: #FCE2CF;
}
.BgClassName
{
background-color: #FCE2CF;
}
</style>
border-color css
<style>
span { border-color: #FCE2CF; }
span { border-color: rgb(252,226,207); }
td.TdClassName
{
border-color: #FCE2CF;
}
.TagClassName
{
border-color: #FCE2CF;
}
</style>