Shades of Banana Mania #FEEAAB
Tints of Banana Mania #FEEAAB
RGB
CMYK
RGB Variations
Color information
#FEEAAB (or 0xFEEAAB) is known color: Banana Mania. HEX triplet: FE, EA and AB. RGB value is (254,234,171). Sum of RGB (Red+Green+Blue) = 254+234+171=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAAB is #011554. Grayscale: #E9E9E9. Windows color (decimal): -70997 or 11266814. OLE color: 11266814.
HSL color Cylindrical-coordinate representation of color #FEEAAB: hue angle of 45.54º 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 #FEEAAB is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 171 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.00 |
| HSL | 45.54º | 0.98% | 0.83% | - |
| HSV(B) | 45.54º | 0.33% | 1% | - |
| XYZ | 77.65 | 82.86 | 50.43 | - |
| YUV | 232.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 171 | 0 | 0.08 | 0.33 | 0.00 | 45.54 | 0.98 | 0.83 |
| Hex | FE | EA | AB | 0 | 8 | 21 | 0 | 2E | 62 | 53 |
| Octal | 376 | 352 | 253 | 0 | 10 | 41 | 0 | 56 | 142 | 123 |
| Binary | 11111110 | 11101010 | 10101011 | 0 | 1000 | 100001 | 0 | 101110 | 1100010 | 1010011 |
Color Harmonies of #FEEAAB
Complementary color
Monochromatic Colors of #FEEAAB
Black with #FEEAAB
Text Example
Text Example
White with #FEEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAAB; }
p { color: rgb(254,234,171); }
H1.HeaderClassName
{
color: #FEEAAB;
}
.AnyTagClassName
{
color: #FEEAAB;
}
</style>
background-color css
<style>
a { background-color: #FEEAAB; }
a { background-color: rgb(254,234,171); }
div.DivClassName
{
background-color: #FEEAAB;
}
.BgClassName
{
background-color: #FEEAAB;
}
</style>
border-color css
<style>
span { border-color: #FEEAAB; }
span { border-color: rgb(254,234,171); }
td.TdClassName
{
border-color: #FEEAAB;
}
.TagClassName
{
border-color: #FEEAAB;
}
</style>