Shades of Serenade #FDE2CF
Tints of Serenade #FDE2CF
RGB
CMYK
RGB Variations
Color information
#FDE2CF (or 0xFDE2CF) is known color: Serenade. HEX triplet: FD, E2 and CF. RGB value is (253,226,207). Sum of RGB (Red+Green+Blue) = 253+226+207=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2CF is #021D30. Grayscale: #E8E8E8. Windows color (decimal): -138545 or 13624061. OLE color: 13624061.
HSL color Cylindrical-coordinate representation of color #FDE2CF: hue angle of 24.78º 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 #FDE2CF is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 207 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.01 |
| HSL | 24.78º | 0.92% | 0.9% | - |
| HSV(B) | 24.78º | 0.18% | 0.99% | - |
| XYZ | 78.97 | 79.78 | 70.27 | - |
| YUV | 231.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 207 | 0 | 0.11 | 0.18 | 0.01 | 24.78 | 0.92 | 0.9 |
| Hex | FD | E2 | CF | 0 | B | 12 | 1 | 19 | 5C | 5A |
| Octal | 375 | 342 | 317 | 0 | 13 | 22 | 1 | 31 | 134 | 132 |
| Binary | 11111101 | 11100010 | 11001111 | 0 | 1011 | 10010 | 1 | 11001 | 1011100 | 1011010 |
Color Harmonies of #FDE2CF
Complementary color
Monochromatic Colors of #FDE2CF
Black with #FDE2CF
Text Example
Text Example
White with #FDE2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2CF; }
p { color: rgb(253,226,207); }
H1.HeaderClassName
{
color: #FDE2CF;
}
.AnyTagClassName
{
color: #FDE2CF;
}
</style>
background-color css
<style>
a { background-color: #FDE2CF; }
a { background-color: rgb(253,226,207); }
div.DivClassName
{
background-color: #FDE2CF;
}
.BgClassName
{
background-color: #FDE2CF;
}
</style>
border-color css
<style>
span { border-color: #FDE2CF; }
span { border-color: rgb(253,226,207); }
td.TdClassName
{
border-color: #FDE2CF;
}
.TagClassName
{
border-color: #FDE2CF;
}
</style>