Shades of Serenade #FCE8D3
Tints of Serenade #FCE8D3
RGB
CMYK
RGB Variations
Color information
#FCE8D3 (or 0xFCE8D3) is known color: Serenade. HEX triplet: FC, E8 and D3. RGB value is (252,232,211). Sum of RGB (Red+Green+Blue) = 252+232+211=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 211 (82.81% from 255 or 30.36% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8D3 is #03172C. Grayscale: #EBEBEB. Windows color (decimal): -202541 or 13887740. OLE color: 13887740.
HSL color Cylindrical-coordinate representation of color #FCE8D3: hue angle of 30.73º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCE8D3 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 211 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.01 |
| HSL | 30.73º | 0.87% | 0.91% | - |
| HSV(B) | 30.73º | 0.16% | 0.99% | - |
| XYZ | 80.76 | 83.11 | 73.41 | - |
| YUV | 235.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 211 | 0 | 0.08 | 0.16 | 0.01 | 30.73 | 0.87 | 0.91 |
| Hex | FC | E8 | D3 | 0 | 8 | 10 | 1 | 1F | 57 | 5B |
| Octal | 374 | 350 | 323 | 0 | 10 | 20 | 1 | 37 | 127 | 133 |
| Binary | 11111100 | 11101000 | 11010011 | 0 | 1000 | 10000 | 1 | 11111 | 1010111 | 1011011 |
Color Harmonies of #FCE8D3
Complementary color
Monochromatic Colors of #FCE8D3
Black with #FCE8D3
Text Example
Text Example
White with #FCE8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8D3; }
p { color: rgb(252,232,211); }
H1.HeaderClassName
{
color: #FCE8D3;
}
.AnyTagClassName
{
color: #FCE8D3;
}
</style>
background-color css
<style>
a { background-color: #FCE8D3; }
a { background-color: rgb(252,232,211); }
div.DivClassName
{
background-color: #FCE8D3;
}
.BgClassName
{
background-color: #FCE8D3;
}
</style>
border-color css
<style>
span { border-color: #FCE8D3; }
span { border-color: rgb(252,232,211); }
td.TdClassName
{
border-color: #FCE8D3;
}
.TagClassName
{
border-color: #FCE8D3;
}
</style>