Shades of Serenade #FCE7D5
Tints of Serenade #FCE7D5
RGB
CMYK
RGB Variations
Color information
#FCE7D5 (or 0xFCE7D5) is known color: Serenade. HEX triplet: FC, E7 and D5. RGB value is (252,231,213). Sum of RGB (Red+Green+Blue) = 252+231+213=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 231 (90.62% from 255 or 33.19% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7D5 is #03182A. Grayscale: #EBEBEB. Windows color (decimal): -202795 or 14018556. OLE color: 14018556.
HSL color Cylindrical-coordinate representation of color #FCE7D5: hue angle of 27.69º 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 #FCE7D5 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 231 | 213 | - |
CMYK | 0 | 0.08 | 0.15 | 0.01 |
HSL | 27.69º | 0.87% | 0.91% | - |
HSV(B) | 27.69º | 0.15% | 0.99% | - |
XYZ | 80.73 | 82.65 | 74.65 | - |
YUV | 235.23 | 115.46 | 139.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 231 | 213 | 0 | 0.08 | 0.15 | 0.01 | 27.69 | 0.87 | 0.91 |
Hex | FC | E7 | D5 | 0 | 8 | F | 1 | 1C | 57 | 5B |
Octal | 374 | 347 | 325 | 0 | 10 | 17 | 1 | 34 | 127 | 133 |
Binary | 11111100 | 11100111 | 11010101 | 0 | 1000 | 1111 | 1 | 11100 | 1010111 | 1011011 |
Color Harmonies of #FCE7D5
Complementary color
Monochromatic Colors of #FCE7D5
Black with #FCE7D5
Text Example
Text Example
White with #FCE7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7D5; }
p { color: rgb(252,231,213); }
H1.HeaderClassName
{
color: #FCE7D5;
}
.AnyTagClassName
{
color: #FCE7D5;
}
</style>
background-color css
<style>
a { background-color: #FCE7D5; }
a { background-color: rgb(252,231,213); }
div.DivClassName
{
background-color: #FCE7D5;
}
.BgClassName
{
background-color: #FCE7D5;
}
</style>
border-color css
<style>
span { border-color: #FCE7D5; }
span { border-color: rgb(252,231,213); }
td.TdClassName
{
border-color: #FCE7D5;
}
.TagClassName
{
border-color: #FCE7D5;
}
</style>