Shades of Serenade #FDE9D6
Tints of Serenade #FDE9D6
RGB
CMYK
RGB Variations
Color information
#FDE9D6 (or 0xFDE9D6) is known color: Serenade. HEX triplet: FD, E9 and D6. RGB value is (253,233,214). Sum of RGB (Red+Green+Blue) = 253+233+214=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9D6 is #021629. Grayscale: #ECECEC. Windows color (decimal): -136746 or 14084605. OLE color: 14084605.
HSL color Cylindrical-coordinate representation of color #FDE9D6: hue angle of 29.23º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDE9D6 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 214 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.01 |
| HSL | 29.23º | 0.91% | 0.92% | - |
| HSV(B) | 29.23º | 0.15% | 0.99% | - |
| XYZ | 81.78 | 84.02 | 75.52 | - |
| YUV | 236.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 214 | 0 | 0.08 | 0.15 | 0.01 | 29.23 | 0.91 | 0.92 |
| Hex | FD | E9 | D6 | 0 | 8 | F | 1 | 1D | 5B | 5C |
| Octal | 375 | 351 | 326 | 0 | 10 | 17 | 1 | 35 | 133 | 134 |
| Binary | 11111101 | 11101001 | 11010110 | 0 | 1000 | 1111 | 1 | 11101 | 1011011 | 1011100 |
Color Harmonies of #FDE9D6
Complementary color
Monochromatic Colors of #FDE9D6
Black with #FDE9D6
Text Example
Text Example
White with #FDE9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9D6; }
p { color: rgb(253,233,214); }
H1.HeaderClassName
{
color: #FDE9D6;
}
.AnyTagClassName
{
color: #FDE9D6;
}
</style>
background-color css
<style>
a { background-color: #FDE9D6; }
a { background-color: rgb(253,233,214); }
div.DivClassName
{
background-color: #FDE9D6;
}
.BgClassName
{
background-color: #FDE9D6;
}
</style>
border-color css
<style>
span { border-color: #FDE9D6; }
span { border-color: rgb(253,233,214); }
td.TdClassName
{
border-color: #FDE9D6;
}
.TagClassName
{
border-color: #FDE9D6;
}
</style>