Shades of Serenade #FDE2D0
Tints of Serenade #FDE2D0
RGB
CMYK
RGB Variations
Color information
#FDE2D0 (or 0xFDE2D0) is known color: Serenade. HEX triplet: FD, E2 and D0. RGB value is (253,226,208). Sum of RGB (Red+Green+Blue) = 253+226+208=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2D0 is #021D2F. Grayscale: #E8E8E8. Windows color (decimal): -138544 or 13689597. OLE color: 13689597.
HSL color Cylindrical-coordinate representation of color #FDE2D0: hue angle of 24º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDE2D0 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 208 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.01 |
| HSL | 24º | 0.92% | 0.9% | - |
| HSV(B) | 24º | 0.18% | 0.99% | - |
| XYZ | 79.09 | 79.83 | 70.91 | - |
| YUV | 232.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 208 | 0 | 0.11 | 0.18 | 0.01 | 24 | 0.92 | 0.9 |
| Hex | FD | E2 | D0 | 0 | B | 12 | 1 | 18 | 5C | 5A |
| Octal | 375 | 342 | 320 | 0 | 13 | 22 | 1 | 30 | 134 | 132 |
| Binary | 11111101 | 11100010 | 11010000 | 0 | 1011 | 10010 | 1 | 11000 | 1011100 | 1011010 |
Color Harmonies of #FDE2D0
Complementary color
Monochromatic Colors of #FDE2D0
Black with #FDE2D0
Text Example
Text Example
White with #FDE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2D0; }
p { color: rgb(253,226,208); }
H1.HeaderClassName
{
color: #FDE2D0;
}
.AnyTagClassName
{
color: #FDE2D0;
}
</style>
background-color css
<style>
a { background-color: #FDE2D0; }
a { background-color: rgb(253,226,208); }
div.DivClassName
{
background-color: #FDE2D0;
}
.BgClassName
{
background-color: #FDE2D0;
}
</style>
border-color css
<style>
span { border-color: #FDE2D0; }
span { border-color: rgb(253,226,208); }
td.TdClassName
{
border-color: #FDE2D0;
}
.TagClassName
{
border-color: #FDE2D0;
}
</style>