Shades of Banana Mania #FEECAC
Tints of Banana Mania #FEECAC
RGB
CMYK
RGB Variations
Color information
#FEECAC (or 0xFEECAC) is known color: Banana Mania. HEX triplet: FE, EC and AC. RGB value is (254,236,172). Sum of RGB (Red+Green+Blue) = 254+236+172=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 172 (67.58% from 255 or 25.98% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEECAC is #011353. Grayscale: #EAEAEA. Windows color (decimal): -70484 or 11332862. OLE color: 11332862.
HSL color Cylindrical-coordinate representation of color #FEECAC: hue angle of 46.83º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEECAC is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 172 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.00 |
| HSL | 46.83º | 0.98% | 0.84% | - |
| HSV(B) | 46.83º | 0.32% | 1% | - |
| XYZ | 78.31 | 84.04 | 51.12 | - |
| YUV | 234.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 172 | 0 | 0.07 | 0.32 | 0.00 | 46.83 | 0.98 | 0.84 |
| Hex | FE | EC | AC | 0 | 7 | 20 | 0 | 2F | 62 | 54 |
| Octal | 376 | 354 | 254 | 0 | 7 | 40 | 0 | 57 | 142 | 124 |
| Binary | 11111110 | 11101100 | 10101100 | 0 | 111 | 100000 | 0 | 101111 | 1100010 | 1010100 |
Color Harmonies of #FEECAC
Complementary color
Monochromatic Colors of #FEECAC
Black with #FEECAC
Text Example
Text Example
White with #FEECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECAC; }
p { color: rgb(254,236,172); }
H1.HeaderClassName
{
color: #FEECAC;
}
.AnyTagClassName
{
color: #FEECAC;
}
</style>
background-color css
<style>
a { background-color: #FEECAC; }
a { background-color: rgb(254,236,172); }
div.DivClassName
{
background-color: #FEECAC;
}
.BgClassName
{
background-color: #FEECAC;
}
</style>
border-color css
<style>
span { border-color: #FEECAC; }
span { border-color: rgb(254,236,172); }
td.TdClassName
{
border-color: #FEECAC;
}
.TagClassName
{
border-color: #FEECAC;
}
</style>