Shades of Serenade #FDE8D1
Tints of Serenade #FDE8D1
RGB
CMYK
RGB Variations
Color information
#FDE8D1 (or 0xFDE8D1) is known color: Serenade. HEX triplet: FD, E8 and D1. RGB value is (253,232,209). Sum of RGB (Red+Green+Blue) = 253+232+209=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 209 (82.03% from 255 or 30.12% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8D1 is #02172E. Grayscale: #EBEBEB. Windows color (decimal): -137007 or 13756669. OLE color: 13756669.
HSL color Cylindrical-coordinate representation of color #FDE8D1: hue angle of 31.36º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDE8D1 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 209 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.01 |
| HSL | 31.36º | 0.92% | 0.91% | - |
| HSV(B) | 31.36º | 0.17% | 0.99% | - |
| XYZ | 80.87 | 83.2 | 72.12 | - |
| YUV | 235.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 209 | 0 | 0.08 | 0.17 | 0.01 | 31.36 | 0.92 | 0.91 |
| Hex | FD | E8 | D1 | 0 | 8 | 11 | 1 | 1F | 5C | 5B |
| Octal | 375 | 350 | 321 | 0 | 10 | 21 | 1 | 37 | 134 | 133 |
| Binary | 11111101 | 11101000 | 11010001 | 0 | 1000 | 10001 | 1 | 11111 | 1011100 | 1011011 |
Color Harmonies of #FDE8D1
Complementary color
Monochromatic Colors of #FDE8D1
Black with #FDE8D1
Text Example
Text Example
White with #FDE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8D1; }
p { color: rgb(253,232,209); }
H1.HeaderClassName
{
color: #FDE8D1;
}
.AnyTagClassName
{
color: #FDE8D1;
}
</style>
background-color css
<style>
a { background-color: #FDE8D1; }
a { background-color: rgb(253,232,209); }
div.DivClassName
{
background-color: #FDE8D1;
}
.BgClassName
{
background-color: #FDE8D1;
}
</style>
border-color css
<style>
span { border-color: #FDE8D1; }
span { border-color: rgb(253,232,209); }
td.TdClassName
{
border-color: #FDE8D1;
}
.TagClassName
{
border-color: #FDE8D1;
}
</style>