Shades of Serenade #FCE6CF
Tints of Serenade #FCE6CF
RGB
CMYK
RGB Variations
Color information
#FCE6CF (or 0xFCE6CF) is known color: Serenade. HEX triplet: FC, E6 and CF. RGB value is (252,230,207). Sum of RGB (Red+Green+Blue) = 252+230+207=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6CF is #031930. Grayscale: #EAEAEA. Windows color (decimal): -203057 or 13625084. OLE color: 13625084.
HSL color Cylindrical-coordinate representation of color #FCE6CF: hue angle of 30.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 #FCE6CF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 207 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.01 |
| HSL | 30.67º | 0.88% | 0.9% | - |
| HSV(B) | 30.67º | 0.18% | 0.99% | - |
| XYZ | 79.7 | 81.79 | 70.62 | - |
| YUV | 233.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 207 | 0 | 0.09 | 0.18 | 0.01 | 30.67 | 0.88 | 0.9 |
| Hex | FC | E6 | CF | 0 | 9 | 12 | 1 | 1F | 58 | 5A |
| Octal | 374 | 346 | 317 | 0 | 11 | 22 | 1 | 37 | 130 | 132 |
| Binary | 11111100 | 11100110 | 11001111 | 0 | 1001 | 10010 | 1 | 11111 | 1011000 | 1011010 |
Color Harmonies of #FCE6CF
Complementary color
Monochromatic Colors of #FCE6CF
Black with #FCE6CF
Text Example
Text Example
White with #FCE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6CF; }
p { color: rgb(252,230,207); }
H1.HeaderClassName
{
color: #FCE6CF;
}
.AnyTagClassName
{
color: #FCE6CF;
}
</style>
background-color css
<style>
a { background-color: #FCE6CF; }
a { background-color: rgb(252,230,207); }
div.DivClassName
{
background-color: #FCE6CF;
}
.BgClassName
{
background-color: #FCE6CF;
}
</style>
border-color css
<style>
span { border-color: #FCE6CF; }
span { border-color: rgb(252,230,207); }
td.TdClassName
{
border-color: #FCE6CF;
}
.TagClassName
{
border-color: #FCE6CF;
}
</style>