Shades of Serenade #FEECDC
Tints of Serenade #FEECDC
RGB
CMYK
RGB Variations
Color information
#FEECDC (or 0xFEECDC) is known color: Serenade. HEX triplet: FE, EC and DC. RGB value is (254,236,220). Sum of RGB (Red+Green+Blue) = 254+236+220=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECDC is #011323. Grayscale: #EFEFEF. Windows color (decimal): -70436 or 14478590. OLE color: 14478590.
HSL color Cylindrical-coordinate representation of color #FEECDC: hue angle of 28.24º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEECDC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 220 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.00 |
| HSL | 28.24º | 0.94% | 0.93% | - |
| HSV(B) | 28.24º | 0.13% | 1% | - |
| XYZ | 83.79 | 86.23 | 79.94 | - |
| YUV | 239.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 220 | 0 | 0.07 | 0.13 | 0.00 | 28.24 | 0.94 | 0.93 |
| Hex | FE | EC | DC | 0 | 7 | D | 0 | 1C | 5E | 5D |
| Octal | 376 | 354 | 334 | 0 | 7 | 15 | 0 | 34 | 136 | 135 |
| Binary | 11111110 | 11101100 | 11011100 | 0 | 111 | 1101 | 0 | 11100 | 1011110 | 1011101 |
Color Harmonies of #FEECDC
Complementary color
Monochromatic Colors of #FEECDC
Black with #FEECDC
Text Example
Text Example
White with #FEECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECDC; }
p { color: rgb(254,236,220); }
H1.HeaderClassName
{
color: #FEECDC;
}
.AnyTagClassName
{
color: #FEECDC;
}
</style>
background-color css
<style>
a { background-color: #FEECDC; }
a { background-color: rgb(254,236,220); }
div.DivClassName
{
background-color: #FEECDC;
}
.BgClassName
{
background-color: #FEECDC;
}
</style>
border-color css
<style>
span { border-color: #FEECDC; }
span { border-color: rgb(254,236,220); }
td.TdClassName
{
border-color: #FEECDC;
}
.TagClassName
{
border-color: #FEECDC;
}
</style>