Shades of Serenade #FDE9DA
Tints of Serenade #FDE9DA
RGB
CMYK
RGB Variations
Color information
#FDE9DA (or 0xFDE9DA) is known color: Serenade. HEX triplet: FD, E9 and DA. RGB value is (253,233,218). Sum of RGB (Red+Green+Blue) = 253+233+218=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9DA is #021625. Grayscale: #EDEDED. Windows color (decimal): -136742 or 14346749. OLE color: 14346749.
HSL color Cylindrical-coordinate representation of color #FDE9DA: hue angle of 25.71º 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 #FDE9DA is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 218 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.01 |
| HSL | 25.71º | 0.9% | 0.92% | - |
| HSV(B) | 25.71º | 0.14% | 0.99% | - |
| XYZ | 82.3 | 84.22 | 78.25 | - |
| YUV | 237.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 218 | 0 | 0.08 | 0.14 | 0.01 | 25.71 | 0.9 | 0.92 |
| Hex | FD | E9 | DA | 0 | 8 | E | 1 | 1A | 5A | 5C |
| Octal | 375 | 351 | 332 | 0 | 10 | 16 | 1 | 32 | 132 | 134 |
| Binary | 11111101 | 11101001 | 11011010 | 0 | 1000 | 1110 | 1 | 11010 | 1011010 | 1011100 |
Color Harmonies of #FDE9DA
Complementary color
Monochromatic Colors of #FDE9DA
Black with #FDE9DA
Text Example
Text Example
White with #FDE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9DA; }
p { color: rgb(253,233,218); }
H1.HeaderClassName
{
color: #FDE9DA;
}
.AnyTagClassName
{
color: #FDE9DA;
}
</style>
background-color css
<style>
a { background-color: #FDE9DA; }
a { background-color: rgb(253,233,218); }
div.DivClassName
{
background-color: #FDE9DA;
}
.BgClassName
{
background-color: #FDE9DA;
}
</style>
border-color css
<style>
span { border-color: #FDE9DA; }
span { border-color: rgb(253,233,218); }
td.TdClassName
{
border-color: #FDE9DA;
}
.TagClassName
{
border-color: #FDE9DA;
}
</style>