Shades of Banana Mania #FEEAAA
Tints of Banana Mania #FEEAAA
RGB
CMYK
RGB Variations
Color information
#FEEAAA (or 0xFEEAAA) is known color: Banana Mania. HEX triplet: FE, EA and AA. RGB value is (254,234,170). Sum of RGB (Red+Green+Blue) = 254+234+170=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAAA is #011555. Grayscale: #E8E8E8. Windows color (decimal): -70998 or 11201278. OLE color: 11201278.
HSL color Cylindrical-coordinate representation of color #FEEAAA: hue angle of 45.71º 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 #FEEAAA is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 170 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.00 |
| HSL | 45.71º | 0.98% | 0.83% | - |
| HSV(B) | 45.71º | 0.33% | 1% | - |
| XYZ | 77.55 | 82.82 | 49.93 | - |
| YUV | 232.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 170 | 0 | 0.08 | 0.33 | 0.00 | 45.71 | 0.98 | 0.83 |
| Hex | FE | EA | AA | 0 | 8 | 21 | 0 | 2E | 62 | 53 |
| Octal | 376 | 352 | 252 | 0 | 10 | 41 | 0 | 56 | 142 | 123 |
| Binary | 11111110 | 11101010 | 10101010 | 0 | 1000 | 100001 | 0 | 101110 | 1100010 | 1010011 |
Color Harmonies of #FEEAAA
Complementary color
Monochromatic Colors of #FEEAAA
Black with #FEEAAA
Text Example
Text Example
White with #FEEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAAA; }
p { color: rgb(254,234,170); }
H1.HeaderClassName
{
color: #FEEAAA;
}
.AnyTagClassName
{
color: #FEEAAA;
}
</style>
background-color css
<style>
a { background-color: #FEEAAA; }
a { background-color: rgb(254,234,170); }
div.DivClassName
{
background-color: #FEEAAA;
}
.BgClassName
{
background-color: #FEEAAA;
}
</style>
border-color css
<style>
span { border-color: #FEEAAA; }
span { border-color: rgb(254,234,170); }
td.TdClassName
{
border-color: #FEEAAA;
}
.TagClassName
{
border-color: #FEEAAA;
}
</style>