Shades of Serenade #FDE1CF
Tints of Serenade #FDE1CF
RGB
CMYK
RGB Variations
Color information
#FDE1CF (or 0xFDE1CF) is known color: Serenade. HEX triplet: FD, E1 and CF. RGB value is (253,225,207). Sum of RGB (Red+Green+Blue) = 253+225+207=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1CF is #021E30. Grayscale: #E7E7E7. Windows color (decimal): -138801 or 13623805. OLE color: 13623805.
HSL color Cylindrical-coordinate representation of color #FDE1CF: hue angle of 23.48º 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 #FDE1CF is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 207 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.01 |
| HSL | 23.48º | 0.92% | 0.9% | - |
| HSV(B) | 23.48º | 0.18% | 0.99% | - |
| XYZ | 78.7 | 79.24 | 70.18 | - |
| YUV | 231.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 207 | 0 | 0.11 | 0.18 | 0.01 | 23.48 | 0.92 | 0.9 |
| Hex | FD | E1 | CF | 0 | B | 12 | 1 | 17 | 5C | 5A |
| Octal | 375 | 341 | 317 | 0 | 13 | 22 | 1 | 27 | 134 | 132 |
| Binary | 11111101 | 11100001 | 11001111 | 0 | 1011 | 10010 | 1 | 10111 | 1011100 | 1011010 |
Color Harmonies of #FDE1CF
Complementary color
Monochromatic Colors of #FDE1CF
Black with #FDE1CF
Text Example
Text Example
White with #FDE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1CF; }
p { color: rgb(253,225,207); }
H1.HeaderClassName
{
color: #FDE1CF;
}
.AnyTagClassName
{
color: #FDE1CF;
}
</style>
background-color css
<style>
a { background-color: #FDE1CF; }
a { background-color: rgb(253,225,207); }
div.DivClassName
{
background-color: #FDE1CF;
}
.BgClassName
{
background-color: #FDE1CF;
}
</style>
border-color css
<style>
span { border-color: #FDE1CF; }
span { border-color: rgb(253,225,207); }
td.TdClassName
{
border-color: #FDE1CF;
}
.TagClassName
{
border-color: #FDE1CF;
}
</style>