Shades of Banana Mania #FEECAB
Tints of Banana Mania #FEECAB
RGB
CMYK
RGB Variations
Color information
#FEECAB (or 0xFEECAB) is known color: Banana Mania. HEX triplet: FE, EC and AB. RGB value is (254,236,171). Sum of RGB (Red+Green+Blue) = 254+236+171=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 171 (67.19% from 255 or 25.87% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEECAB is #011354. Grayscale: #EAEAEA. Windows color (decimal): -70485 or 11267326. OLE color: 11267326.
HSL color Cylindrical-coordinate representation of color #FEECAB: hue angle of 46.99º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEECAB is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 171 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.00 |
| HSL | 46.99º | 0.98% | 0.83% | - |
| HSV(B) | 46.99º | 0.33% | 1% | - |
| XYZ | 78.22 | 84 | 50.62 | - |
| YUV | 233.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 171 | 0 | 0.07 | 0.33 | 0.00 | 46.99 | 0.98 | 0.83 |
| Hex | FE | EC | AB | 0 | 7 | 21 | 0 | 2F | 62 | 53 |
| Octal | 376 | 354 | 253 | 0 | 7 | 41 | 0 | 57 | 142 | 123 |
| Binary | 11111110 | 11101100 | 10101011 | 0 | 111 | 100001 | 0 | 101111 | 1100010 | 1010011 |
Color Harmonies of #FEECAB
Complementary color
Monochromatic Colors of #FEECAB
Black with #FEECAB
Text Example
Text Example
White with #FEECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECAB; }
p { color: rgb(254,236,171); }
H1.HeaderClassName
{
color: #FEECAB;
}
.AnyTagClassName
{
color: #FEECAB;
}
</style>
background-color css
<style>
a { background-color: #FEECAB; }
a { background-color: rgb(254,236,171); }
div.DivClassName
{
background-color: #FEECAB;
}
.BgClassName
{
background-color: #FEECAB;
}
</style>
border-color css
<style>
span { border-color: #FEECAB; }
span { border-color: rgb(254,236,171); }
td.TdClassName
{
border-color: #FEECAB;
}
.TagClassName
{
border-color: #FEECAB;
}
</style>