Shades of Serenade #FEECDB
Tints of Serenade #FEECDB
RGB
CMYK
RGB Variations
Color information
#FEECDB (or 0xFEECDB) is known color: Serenade. HEX triplet: FE, EC and DB. RGB value is (254,236,219). Sum of RGB (Red+Green+Blue) = 254+236+219=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECDB is #011324. Grayscale: #EFEFEF. Windows color (decimal): -70437 or 14413054. OLE color: 14413054.
HSL color Cylindrical-coordinate representation of color #FEECDB: hue angle of 29.14º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEECDB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 219 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.00 |
| HSL | 29.14º | 0.95% | 0.93% | - |
| HSV(B) | 29.14º | 0.14% | 1% | - |
| XYZ | 83.65 | 86.18 | 79.24 | - |
| YUV | 239.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 219 | 0 | 0.07 | 0.14 | 0.00 | 29.14 | 0.95 | 0.93 |
| Hex | FE | EC | DB | 0 | 7 | E | 0 | 1D | 5F | 5D |
| Octal | 376 | 354 | 333 | 0 | 7 | 16 | 0 | 35 | 137 | 135 |
| Binary | 11111110 | 11101100 | 11011011 | 0 | 111 | 1110 | 0 | 11101 | 1011111 | 1011101 |
Color Harmonies of #FEECDB
Complementary color
Monochromatic Colors of #FEECDB
Black with #FEECDB
Text Example
Text Example
White with #FEECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECDB; }
p { color: rgb(254,236,219); }
H1.HeaderClassName
{
color: #FEECDB;
}
.AnyTagClassName
{
color: #FEECDB;
}
</style>
background-color css
<style>
a { background-color: #FEECDB; }
a { background-color: rgb(254,236,219); }
div.DivClassName
{
background-color: #FEECDB;
}
.BgClassName
{
background-color: #FEECDB;
}
</style>
border-color css
<style>
span { border-color: #FEECDB; }
span { border-color: rgb(254,236,219); }
td.TdClassName
{
border-color: #FEECDB;
}
.TagClassName
{
border-color: #FEECDB;
}
</style>