Shades of Banana Mania #FEEAB2
Tints of Banana Mania #FEEAB2
RGB
CMYK
RGB Variations
Color information
#FEEAB2 (or 0xFEEAB2) is known color: Banana Mania. HEX triplet: FE, EA and B2. RGB value is (254,234,178). Sum of RGB (Red+Green+Blue) = 254+234+178=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 178 (69.92% from 255 or 26.73% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAB2 is #01154D. Grayscale: #E9E9E9. Windows color (decimal): -70990 or 11725566. OLE color: 11725566.
HSL color Cylindrical-coordinate representation of color #FEEAB2: hue angle of 44.21º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEEAB2 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 178 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.00 |
| HSL | 44.21º | 0.97% | 0.85% | - |
| HSV(B) | 44.21º | 0.3% | 1% | - |
| XYZ | 78.33 | 83.13 | 54.04 | - |
| YUV | 233.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 178 | 0 | 0.08 | 0.30 | 0.00 | 44.21 | 0.97 | 0.85 |
| Hex | FE | EA | B2 | 0 | 8 | 1E | 0 | 2C | 61 | 55 |
| Octal | 376 | 352 | 262 | 0 | 10 | 36 | 0 | 54 | 141 | 125 |
| Binary | 11111110 | 11101010 | 10110010 | 0 | 1000 | 11110 | 0 | 101100 | 1100001 | 1010101 |
Color Harmonies of #FEEAB2
Complementary color
Monochromatic Colors of #FEEAB2
Black with #FEEAB2
Text Example
Text Example
White with #FEEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAB2; }
p { color: rgb(254,234,178); }
H1.HeaderClassName
{
color: #FEEAB2;
}
.AnyTagClassName
{
color: #FEEAB2;
}
</style>
background-color css
<style>
a { background-color: #FEEAB2; }
a { background-color: rgb(254,234,178); }
div.DivClassName
{
background-color: #FEEAB2;
}
.BgClassName
{
background-color: #FEEAB2;
}
</style>
border-color css
<style>
span { border-color: #FEEAB2; }
span { border-color: rgb(254,234,178); }
td.TdClassName
{
border-color: #FEEAB2;
}
.TagClassName
{
border-color: #FEEAB2;
}
</style>