Shades of Serenade #FCE6D5
Tints of Serenade #FCE6D5
RGB
CMYK
RGB Variations
Color information
#FCE6D5 (or 0xFCE6D5) is known color: Serenade. HEX triplet: FC, E6 and D5. RGB value is (252,230,213). Sum of RGB (Red+Green+Blue) = 252+230+213=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 213 (83.59% from 255 or 30.65% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6D5 is #03192A. Grayscale: #EAEAEA. Windows color (decimal): -203051 or 14018300. OLE color: 14018300.
HSL color Cylindrical-coordinate representation of color #FCE6D5: hue angle of 26.15º degrees, saturation: 0.87, 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 #FCE6D5 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 213 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.01 |
| HSL | 26.15º | 0.87% | 0.91% | - |
| HSV(B) | 26.15º | 0.15% | 0.99% | - |
| XYZ | 80.45 | 82.09 | 74.56 | - |
| YUV | 234.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 213 | 0 | 0.09 | 0.15 | 0.01 | 26.15 | 0.87 | 0.91 |
| Hex | FC | E6 | D5 | 0 | 9 | F | 1 | 1A | 57 | 5B |
| Octal | 374 | 346 | 325 | 0 | 11 | 17 | 1 | 32 | 127 | 133 |
| Binary | 11111100 | 11100110 | 11010101 | 0 | 1001 | 1111 | 1 | 11010 | 1010111 | 1011011 |
Color Harmonies of #FCE6D5
Complementary color
Monochromatic Colors of #FCE6D5
Black with #FCE6D5
Text Example
Text Example
White with #FCE6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6D5; }
p { color: rgb(252,230,213); }
H1.HeaderClassName
{
color: #FCE6D5;
}
.AnyTagClassName
{
color: #FCE6D5;
}
</style>
background-color css
<style>
a { background-color: #FCE6D5; }
a { background-color: rgb(252,230,213); }
div.DivClassName
{
background-color: #FCE6D5;
}
.BgClassName
{
background-color: #FCE6D5;
}
</style>
border-color css
<style>
span { border-color: #FCE6D5; }
span { border-color: rgb(252,230,213); }
td.TdClassName
{
border-color: #FCE6D5;
}
.TagClassName
{
border-color: #FCE6D5;
}
</style>