Shades of Serenade #FCE6D6
Tints of Serenade #FCE6D6
RGB
CMYK
RGB Variations
Color information
#FCE6D6 (or 0xFCE6D6) is known color: Serenade. HEX triplet: FC, E6 and D6. RGB value is (252,230,214). Sum of RGB (Red+Green+Blue) = 252+230+214=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 230 (90.23% from 255 or 33.05% from 696); Blue value is 214 (83.98% from 255 or 30.75% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6D6 is #031929. Grayscale: #EAEAEA. Windows color (decimal): -203050 or 14083836. OLE color: 14083836.
HSL color Cylindrical-coordinate representation of color #FCE6D6: hue angle of 25.26º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCE6D6 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 214 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.01 |
| HSL | 25.26º | 0.86% | 0.91% | - |
| HSV(B) | 25.26º | 0.15% | 0.99% | - |
| XYZ | 80.58 | 82.14 | 75.23 | - |
| YUV | 234.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 214 | 0 | 0.09 | 0.15 | 0.01 | 25.26 | 0.86 | 0.91 |
| Hex | FC | E6 | D6 | 0 | 9 | F | 1 | 19 | 56 | 5B |
| Octal | 374 | 346 | 326 | 0 | 11 | 17 | 1 | 31 | 126 | 133 |
| Binary | 11111100 | 11100110 | 11010110 | 0 | 1001 | 1111 | 1 | 11001 | 1010110 | 1011011 |
Color Harmonies of #FCE6D6
Complementary color
Monochromatic Colors of #FCE6D6
Black with #FCE6D6
Text Example
Text Example
White with #FCE6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6D6; }
p { color: rgb(252,230,214); }
H1.HeaderClassName
{
color: #FCE6D6;
}
.AnyTagClassName
{
color: #FCE6D6;
}
</style>
background-color css
<style>
a { background-color: #FCE6D6; }
a { background-color: rgb(252,230,214); }
div.DivClassName
{
background-color: #FCE6D6;
}
.BgClassName
{
background-color: #FCE6D6;
}
</style>
border-color css
<style>
span { border-color: #FCE6D6; }
span { border-color: rgb(252,230,214); }
td.TdClassName
{
border-color: #FCE6D6;
}
.TagClassName
{
border-color: #FCE6D6;
}
</style>