Shades of Serenade #FDE4CE
Tints of Serenade #FDE4CE
RGB
CMYK
RGB Variations
Color information
#FDE4CE (or 0xFDE4CE) is known color: Serenade. HEX triplet: FD, E4 and CE. RGB value is (253,228,206). Sum of RGB (Red+Green+Blue) = 253+228+206=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4CE is #021B31. Grayscale: #E9E9E9. Windows color (decimal): -138034 or 13559037. OLE color: 13559037.
HSL color Cylindrical-coordinate representation of color #FDE4CE: hue angle of 28.09º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDE4CE is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 206 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.01 |
| HSL | 28.09º | 0.92% | 0.9% | - |
| HSV(B) | 28.09º | 0.19% | 0.99% | - |
| XYZ | 79.39 | 80.83 | 69.81 | - |
| YUV | 232.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 206 | 0 | 0.10 | 0.19 | 0.01 | 28.09 | 0.92 | 0.9 |
| Hex | FD | E4 | CE | 0 | A | 13 | 1 | 1C | 5C | 5A |
| Octal | 375 | 344 | 316 | 0 | 12 | 23 | 1 | 34 | 134 | 132 |
| Binary | 11111101 | 11100100 | 11001110 | 0 | 1010 | 10011 | 1 | 11100 | 1011100 | 1011010 |
Color Harmonies of #FDE4CE
Complementary color
Monochromatic Colors of #FDE4CE
Black with #FDE4CE
Text Example
Text Example
White with #FDE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4CE; }
p { color: rgb(253,228,206); }
H1.HeaderClassName
{
color: #FDE4CE;
}
.AnyTagClassName
{
color: #FDE4CE;
}
</style>
background-color css
<style>
a { background-color: #FDE4CE; }
a { background-color: rgb(253,228,206); }
div.DivClassName
{
background-color: #FDE4CE;
}
.BgClassName
{
background-color: #FDE4CE;
}
</style>
border-color css
<style>
span { border-color: #FDE4CE; }
span { border-color: rgb(253,228,206); }
td.TdClassName
{
border-color: #FDE4CE;
}
.TagClassName
{
border-color: #FDE4CE;
}
</style>