Shades of Serenade #FCE9DA
Tints of Serenade #FCE9DA
RGB
CMYK
RGB Variations
Color information
#FCE9DA (or 0xFCE9DA) is known color: Serenade. HEX triplet: FC, E9 and DA. RGB value is (252,233,218). Sum of RGB (Red+Green+Blue) = 252+233+218=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 218 (85.55% from 255 or 31.01% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9DA is #031625. Grayscale: #EDEDED. Windows color (decimal): -202278 or 14346748. OLE color: 14346748.
HSL color Cylindrical-coordinate representation of color #FCE9DA: hue angle of 26.47º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCE9DA is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 233 | 218 | - |
CMYK | 0 | 0.08 | 0.13 | 0.01 |
HSL | 26.47º | 0.85% | 0.92% | - |
HSV(B) | 26.47º | 0.13% | 0.99% | - |
XYZ | 81.94 | 84.04 | 78.23 | - |
YUV | 236.97 | 117.29 | 138.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 233 | 218 | 0 | 0.08 | 0.13 | 0.01 | 26.47 | 0.85 | 0.92 |
Hex | FC | E9 | DA | 0 | 8 | D | 1 | 1A | 55 | 5C |
Octal | 374 | 351 | 332 | 0 | 10 | 15 | 1 | 32 | 125 | 134 |
Binary | 11111100 | 11101001 | 11011010 | 0 | 1000 | 1101 | 1 | 11010 | 1010101 | 1011100 |
Color Harmonies of #FCE9DA
Complementary color
Monochromatic Colors of #FCE9DA
Black with #FCE9DA
Text Example
Text Example
White with #FCE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9DA; }
p { color: rgb(252,233,218); }
H1.HeaderClassName
{
color: #FCE9DA;
}
.AnyTagClassName
{
color: #FCE9DA;
}
</style>
background-color css
<style>
a { background-color: #FCE9DA; }
a { background-color: rgb(252,233,218); }
div.DivClassName
{
background-color: #FCE9DA;
}
.BgClassName
{
background-color: #FCE9DA;
}
</style>
border-color css
<style>
span { border-color: #FCE9DA; }
span { border-color: rgb(252,233,218); }
td.TdClassName
{
border-color: #FCE9DA;
}
.TagClassName
{
border-color: #FCE9DA;
}
</style>