Shades of Serenade #FDECDB
Tints of Serenade #FDECDB
RGB
CMYK
RGB Variations
Color information
#FDECDB (or 0xFDECDB) is known color: Serenade. HEX triplet: FD, EC and DB. RGB value is (253,236,219). Sum of RGB (Red+Green+Blue) = 253+236+219=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECDB is #021324. Grayscale: #EFEFEF. Windows color (decimal): -135973 or 14413053. OLE color: 14413053.
HSL color Cylindrical-coordinate representation of color #FDECDB: hue angle of 30º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDECDB is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 219 | - |
CMYK | 0 | 0.07 | 0.13 | 0.01 |
HSL | 30º | 0.89% | 0.93% | - |
HSV(B) | 30º | 0.13% | 0.99% | - |
XYZ | 83.29 | 85.99 | 79.23 | - |
YUV | 239.15 | 116.63 | 137.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 219 | 0 | 0.07 | 0.13 | 0.01 | 30 | 0.89 | 0.93 |
Hex | FD | EC | DB | 0 | 7 | D | 1 | 1E | 59 | 5D |
Octal | 375 | 354 | 333 | 0 | 7 | 15 | 1 | 36 | 131 | 135 |
Binary | 11111101 | 11101100 | 11011011 | 0 | 111 | 1101 | 1 | 11110 | 1011001 | 1011101 |
Color Harmonies of #FDECDB
Complementary color
Monochromatic Colors of #FDECDB
Black with #FDECDB
Text Example
Text Example
White with #FDECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECDB; }
p { color: rgb(253,236,219); }
H1.HeaderClassName
{
color: #FDECDB;
}
.AnyTagClassName
{
color: #FDECDB;
}
</style>
background-color css
<style>
a { background-color: #FDECDB; }
a { background-color: rgb(253,236,219); }
div.DivClassName
{
background-color: #FDECDB;
}
.BgClassName
{
background-color: #FDECDB;
}
</style>
border-color css
<style>
span { border-color: #FDECDB; }
span { border-color: rgb(253,236,219); }
td.TdClassName
{
border-color: #FDECDB;
}
.TagClassName
{
border-color: #FDECDB;
}
</style>