Shades of Serenade #FDE6CF
Tints of Serenade #FDE6CF
RGB
CMYK
RGB Variations
Color information
#FDE6CF (or 0xFDE6CF) is known color: Serenade. HEX triplet: FD, E6 and CF. RGB value is (253,230,207). Sum of RGB (Red+Green+Blue) = 253+230+207=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6CF is #021930. Grayscale: #EAEAEA. Windows color (decimal): -137521 or 13625085. OLE color: 13625085.
HSL color Cylindrical-coordinate representation of color #FDE6CF: hue angle of 30º 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 #FDE6CF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 207 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.01 |
| HSL | 30º | 0.92% | 0.9% | - |
| HSV(B) | 30º | 0.18% | 0.99% | - |
| XYZ | 80.07 | 81.98 | 70.64 | - |
| YUV | 234.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 207 | 0 | 0.09 | 0.18 | 0.01 | 30 | 0.92 | 0.9 |
| Hex | FD | E6 | CF | 0 | 9 | 12 | 1 | 1E | 5C | 5A |
| Octal | 375 | 346 | 317 | 0 | 11 | 22 | 1 | 36 | 134 | 132 |
| Binary | 11111101 | 11100110 | 11001111 | 0 | 1001 | 10010 | 1 | 11110 | 1011100 | 1011010 |
Color Harmonies of #FDE6CF
Complementary color
Monochromatic Colors of #FDE6CF
Black with #FDE6CF
Text Example
Text Example
White with #FDE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6CF; }
p { color: rgb(253,230,207); }
H1.HeaderClassName
{
color: #FDE6CF;
}
.AnyTagClassName
{
color: #FDE6CF;
}
</style>
background-color css
<style>
a { background-color: #FDE6CF; }
a { background-color: rgb(253,230,207); }
div.DivClassName
{
background-color: #FDE6CF;
}
.BgClassName
{
background-color: #FDE6CF;
}
</style>
border-color css
<style>
span { border-color: #FDE6CF; }
span { border-color: rgb(253,230,207); }
td.TdClassName
{
border-color: #FDE6CF;
}
.TagClassName
{
border-color: #FDE6CF;
}
</style>