Shades of Serenade #FDECD9
Tints of Serenade #FDECD9
RGB
CMYK
RGB Variations
Color information
#FDECD9 (or 0xFDECD9) is known color: Serenade. HEX triplet: FD, EC and D9. RGB value is (253,236,217). Sum of RGB (Red+Green+Blue) = 253+236+217=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 217 (85.16% from 255 or 30.74% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECD9 is #021326. Grayscale: #EFEFEF. Windows color (decimal): -135975 or 14281981. OLE color: 14281981.
HSL color Cylindrical-coordinate representation of color #FDECD9: hue angle of 31.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDECD9 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 217 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.01 |
| HSL | 31.67º | 0.9% | 0.92% | - |
| HSV(B) | 31.67º | 0.14% | 0.99% | - |
| XYZ | 83.03 | 85.88 | 77.85 | - |
| YUV | 238.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 217 | 0 | 0.07 | 0.14 | 0.01 | 31.67 | 0.9 | 0.92 |
| Hex | FD | EC | D9 | 0 | 7 | E | 1 | 20 | 5A | 5C |
| Octal | 375 | 354 | 331 | 0 | 7 | 16 | 1 | 40 | 132 | 134 |
| Binary | 11111101 | 11101100 | 11011001 | 0 | 111 | 1110 | 1 | 100000 | 1011010 | 1011100 |
Color Harmonies of #FDECD9
Complementary color
Monochromatic Colors of #FDECD9
Black with #FDECD9
Text Example
Text Example
White with #FDECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECD9; }
p { color: rgb(253,236,217); }
H1.HeaderClassName
{
color: #FDECD9;
}
.AnyTagClassName
{
color: #FDECD9;
}
</style>
background-color css
<style>
a { background-color: #FDECD9; }
a { background-color: rgb(253,236,217); }
div.DivClassName
{
background-color: #FDECD9;
}
.BgClassName
{
background-color: #FDECD9;
}
</style>
border-color css
<style>
span { border-color: #FDECD9; }
span { border-color: rgb(253,236,217); }
td.TdClassName
{
border-color: #FDECD9;
}
.TagClassName
{
border-color: #FDECD9;
}
</style>