Shades of Serenade #FDE3CE
Tints of Serenade #FDE3CE
RGB
CMYK
RGB Variations
Color information
#FDE3CE (or 0xFDE3CE) is known color: Serenade. HEX triplet: FD, E3 and CE. RGB value is (253,227,206). Sum of RGB (Red+Green+Blue) = 253+227+206=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3CE is #021C31. Grayscale: #E8E8E8. Windows color (decimal): -138290 or 13558781. OLE color: 13558781.
HSL color Cylindrical-coordinate representation of color #FDE3CE: hue angle of 26.81º 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 #FDE3CE is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 206 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.01 |
| HSL | 26.81º | 0.92% | 0.9% | - |
| HSV(B) | 26.81º | 0.19% | 0.99% | - |
| XYZ | 79.12 | 80.28 | 69.72 | - |
| YUV | 232.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 206 | 0 | 0.10 | 0.19 | 0.01 | 26.81 | 0.92 | 0.9 |
| Hex | FD | E3 | CE | 0 | A | 13 | 1 | 1B | 5C | 5A |
| Octal | 375 | 343 | 316 | 0 | 12 | 23 | 1 | 33 | 134 | 132 |
| Binary | 11111101 | 11100011 | 11001110 | 0 | 1010 | 10011 | 1 | 11011 | 1011100 | 1011010 |
Color Harmonies of #FDE3CE
Complementary color
Monochromatic Colors of #FDE3CE
Black with #FDE3CE
Text Example
Text Example
White with #FDE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3CE; }
p { color: rgb(253,227,206); }
H1.HeaderClassName
{
color: #FDE3CE;
}
.AnyTagClassName
{
color: #FDE3CE;
}
</style>
background-color css
<style>
a { background-color: #FDE3CE; }
a { background-color: rgb(253,227,206); }
div.DivClassName
{
background-color: #FDE3CE;
}
.BgClassName
{
background-color: #FDE3CE;
}
</style>
border-color css
<style>
span { border-color: #FDE3CE; }
span { border-color: rgb(253,227,206); }
td.TdClassName
{
border-color: #FDE3CE;
}
.TagClassName
{
border-color: #FDE3CE;
}
</style>