Shades of Serenade #FCE6D0
Tints of Serenade #FCE6D0
RGB
CMYK
RGB Variations
Color information
#FCE6D0 (or 0xFCE6D0) is known color: Serenade. HEX triplet: FC, E6 and D0. RGB value is (252,230,208). Sum of RGB (Red+Green+Blue) = 252+230+208=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 208 (81.64% from 255 or 30.14% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6D0 is #03192F. Grayscale: #EAEAEA. Windows color (decimal): -203056 or 13690620. OLE color: 13690620.
HSL color Cylindrical-coordinate representation of color #FCE6D0: hue angle of 30º 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 #FCE6D0 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 208 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.01 |
| HSL | 30º | 0.88% | 0.9% | - |
| HSV(B) | 30º | 0.17% | 0.99% | - |
| XYZ | 79.83 | 81.84 | 71.26 | - |
| YUV | 234.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 208 | 0 | 0.09 | 0.17 | 0.01 | 30 | 0.88 | 0.9 |
| Hex | FC | E6 | D0 | 0 | 9 | 11 | 1 | 1E | 58 | 5A |
| Octal | 374 | 346 | 320 | 0 | 11 | 21 | 1 | 36 | 130 | 132 |
| Binary | 11111100 | 11100110 | 11010000 | 0 | 1001 | 10001 | 1 | 11110 | 1011000 | 1011010 |
Color Harmonies of #FCE6D0
Complementary color
Monochromatic Colors of #FCE6D0
Black with #FCE6D0
Text Example
Text Example
White with #FCE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6D0; }
p { color: rgb(252,230,208); }
H1.HeaderClassName
{
color: #FCE6D0;
}
.AnyTagClassName
{
color: #FCE6D0;
}
</style>
background-color css
<style>
a { background-color: #FCE6D0; }
a { background-color: rgb(252,230,208); }
div.DivClassName
{
background-color: #FCE6D0;
}
.BgClassName
{
background-color: #FCE6D0;
}
</style>
border-color css
<style>
span { border-color: #FCE6D0; }
span { border-color: rgb(252,230,208); }
td.TdClassName
{
border-color: #FCE6D0;
}
.TagClassName
{
border-color: #FCE6D0;
}
</style>