Shades of Banana Mania #FEEAB3
Tints of Banana Mania #FEEAB3
RGB
CMYK
RGB Variations
Color information
#FEEAB3 (or 0xFEEAB3) is known color: Banana Mania. HEX triplet: FE, EA and B3. RGB value is (254,234,179). Sum of RGB (Red+Green+Blue) = 254+234+179=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 179 (70.31% from 255 or 26.84% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAB3 is #01154C. Grayscale: #E9E9E9. Windows color (decimal): -70989 or 11791102. OLE color: 11791102.
HSL color Cylindrical-coordinate representation of color #FEEAB3: hue angle of 44º 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 #FEEAB3 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 179 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.00 |
| HSL | 44º | 0.97% | 0.85% | - |
| HSV(B) | 44º | 0.3% | 1% | - |
| XYZ | 78.43 | 83.17 | 54.57 | - |
| YUV | 233.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 179 | 0 | 0.08 | 0.30 | 0.00 | 44 | 0.97 | 0.85 |
| Hex | FE | EA | B3 | 0 | 8 | 1E | 0 | 2C | 61 | 55 |
| Octal | 376 | 352 | 263 | 0 | 10 | 36 | 0 | 54 | 141 | 125 |
| Binary | 11111110 | 11101010 | 10110011 | 0 | 1000 | 11110 | 0 | 101100 | 1100001 | 1010101 |
Color Harmonies of #FEEAB3
Complementary color
Monochromatic Colors of #FEEAB3
Black with #FEEAB3
Text Example
Text Example
White with #FEEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAB3; }
p { color: rgb(254,234,179); }
H1.HeaderClassName
{
color: #FEEAB3;
}
.AnyTagClassName
{
color: #FEEAB3;
}
</style>
background-color css
<style>
a { background-color: #FEEAB3; }
a { background-color: rgb(254,234,179); }
div.DivClassName
{
background-color: #FEEAB3;
}
.BgClassName
{
background-color: #FEEAB3;
}
</style>
border-color css
<style>
span { border-color: #FEEAB3; }
span { border-color: rgb(254,234,179); }
td.TdClassName
{
border-color: #FEEAB3;
}
.TagClassName
{
border-color: #FEEAB3;
}
</style>