Shades of Banana Mania #FEEAAC
Tints of Banana Mania #FEEAAC
RGB
CMYK
RGB Variations
Color information
#FEEAAC (or 0xFEEAAC) is known color: Banana Mania. HEX triplet: FE, EA and AC. RGB value is (254,234,172). Sum of RGB (Red+Green+Blue) = 254+234+172=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 172 (67.58% from 255 or 26.06% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAAC is #011553. Grayscale: #E9E9E9. Windows color (decimal): -70996 or 11332350. OLE color: 11332350.
HSL color Cylindrical-coordinate representation of color #FEEAAC: hue angle of 45.37º 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 #FEEAAC is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 172 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.00 |
| HSL | 45.37º | 0.98% | 0.84% | - |
| HSV(B) | 45.37º | 0.32% | 1% | - |
| XYZ | 77.74 | 82.9 | 50.93 | - |
| YUV | 232.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 172 | 0 | 0.08 | 0.32 | 0.00 | 45.37 | 0.98 | 0.84 |
| Hex | FE | EA | AC | 0 | 8 | 20 | 0 | 2D | 62 | 54 |
| Octal | 376 | 352 | 254 | 0 | 10 | 40 | 0 | 55 | 142 | 124 |
| Binary | 11111110 | 11101010 | 10101100 | 0 | 1000 | 100000 | 0 | 101101 | 1100010 | 1010100 |
Color Harmonies of #FEEAAC
Complementary color
Monochromatic Colors of #FEEAAC
Black with #FEEAAC
Text Example
Text Example
White with #FEEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAAC; }
p { color: rgb(254,234,172); }
H1.HeaderClassName
{
color: #FEEAAC;
}
.AnyTagClassName
{
color: #FEEAAC;
}
</style>
background-color css
<style>
a { background-color: #FEEAAC; }
a { background-color: rgb(254,234,172); }
div.DivClassName
{
background-color: #FEEAAC;
}
.BgClassName
{
background-color: #FEEAAC;
}
</style>
border-color css
<style>
span { border-color: #FEEAAC; }
span { border-color: rgb(254,234,172); }
td.TdClassName
{
border-color: #FEEAAC;
}
.TagClassName
{
border-color: #FEEAAC;
}
</style>