Shades of Serenade #FDE4CF
Tints of Serenade #FDE4CF
RGB
CMYK
RGB Variations
Color information
#FDE4CF (or 0xFDE4CF) is known color: Serenade. HEX triplet: FD, E4 and CF. RGB value is (253,228,207). Sum of RGB (Red+Green+Blue) = 253+228+207=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 207 (81.25% from 255 or 30.09% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4CF is #021B30. Grayscale: #E9E9E9. Windows color (decimal): -138033 or 13624573. OLE color: 13624573.
HSL color Cylindrical-coordinate representation of color #FDE4CF: hue angle of 27.39º 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 #FDE4CF is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 207 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.01 |
| HSL | 27.39º | 0.92% | 0.9% | - |
| HSV(B) | 27.39º | 0.18% | 0.99% | - |
| XYZ | 79.51 | 80.87 | 70.45 | - |
| YUV | 233.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 207 | 0 | 0.10 | 0.18 | 0.01 | 27.39 | 0.92 | 0.9 |
| Hex | FD | E4 | CF | 0 | A | 12 | 1 | 1B | 5C | 5A |
| Octal | 375 | 344 | 317 | 0 | 12 | 22 | 1 | 33 | 134 | 132 |
| Binary | 11111101 | 11100100 | 11001111 | 0 | 1010 | 10010 | 1 | 11011 | 1011100 | 1011010 |
Color Harmonies of #FDE4CF
Complementary color
Monochromatic Colors of #FDE4CF
Black with #FDE4CF
Text Example
Text Example
White with #FDE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4CF; }
p { color: rgb(253,228,207); }
H1.HeaderClassName
{
color: #FDE4CF;
}
.AnyTagClassName
{
color: #FDE4CF;
}
</style>
background-color css
<style>
a { background-color: #FDE4CF; }
a { background-color: rgb(253,228,207); }
div.DivClassName
{
background-color: #FDE4CF;
}
.BgClassName
{
background-color: #FDE4CF;
}
</style>
border-color css
<style>
span { border-color: #FDE4CF; }
span { border-color: rgb(253,228,207); }
td.TdClassName
{
border-color: #FDE4CF;
}
.TagClassName
{
border-color: #FDE4CF;
}
</style>