Shades of Serenade #FCE5D3
Tints of Serenade #FCE5D3
RGB
CMYK
RGB Variations
Color information
#FCE5D3 (or 0xFCE5D3) is known color: Serenade. HEX triplet: FC, E5 and D3. RGB value is (252,229,211). Sum of RGB (Red+Green+Blue) = 252+229+211=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 211 (82.81% from 255 or 30.49% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5D3 is #031A2C. Grayscale: #E9E9E9. Windows color (decimal): -203309 or 13886972. OLE color: 13886972.
HSL color Cylindrical-coordinate representation of color #FCE5D3: hue angle of 26.34º 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 #FCE5D3 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 229 | 211 | - |
CMYK | 0 | 0.09 | 0.16 | 0.01 |
HSL | 26.34º | 0.87% | 0.91% | - |
HSV(B) | 26.34º | 0.16% | 0.99% | - |
XYZ | 79.92 | 81.44 | 73.13 | - |
YUV | 233.83 | 115.12 | 140.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 229 | 211 | 0 | 0.09 | 0.16 | 0.01 | 26.34 | 0.87 | 0.91 |
Hex | FC | E5 | D3 | 0 | 9 | 10 | 1 | 1A | 57 | 5B |
Octal | 374 | 345 | 323 | 0 | 11 | 20 | 1 | 32 | 127 | 133 |
Binary | 11111100 | 11100101 | 11010011 | 0 | 1001 | 10000 | 1 | 11010 | 1010111 | 1011011 |
Color Harmonies of #FCE5D3
Complementary color
Monochromatic Colors of #FCE5D3
Black with #FCE5D3
Text Example
Text Example
White with #FCE5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5D3; }
p { color: rgb(252,229,211); }
H1.HeaderClassName
{
color: #FCE5D3;
}
.AnyTagClassName
{
color: #FCE5D3;
}
</style>
background-color css
<style>
a { background-color: #FCE5D3; }
a { background-color: rgb(252,229,211); }
div.DivClassName
{
background-color: #FCE5D3;
}
.BgClassName
{
background-color: #FCE5D3;
}
</style>
border-color css
<style>
span { border-color: #FCE5D3; }
span { border-color: rgb(252,229,211); }
td.TdClassName
{
border-color: #FCE5D3;
}
.TagClassName
{
border-color: #FCE5D3;
}
</style>