Shades of Banana Mania #FEEFB4
Tints of Banana Mania #FEEFB4
RGB
CMYK
RGB Variations
Color information
#FEEFB4 (or 0xFEEFB4) is known color: Banana Mania. HEX triplet: FE, EF and B4. RGB value is (254,239,180). Sum of RGB (Red+Green+Blue) = 254+239+180=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 180 (70.70% from 255 or 26.75% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFB4 is #01104B. Grayscale: #EDEDED. Windows color (decimal): -69708 or 11857918. OLE color: 11857918.
HSL color Cylindrical-coordinate representation of color #FEEFB4: hue angle of 47.84º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEEFB4 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 180 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.00 |
| HSL | 47.84º | 0.97% | 0.85% | - |
| HSV(B) | 47.84º | 0.29% | 1% | - |
| XYZ | 79.98 | 86.1 | 55.58 | - |
| YUV | 236.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 180 | 0 | 0.06 | 0.29 | 0.00 | 47.84 | 0.97 | 0.85 |
| Hex | FE | EF | B4 | 0 | 6 | 1D | 0 | 30 | 61 | 55 |
| Octal | 376 | 357 | 264 | 0 | 6 | 35 | 0 | 60 | 141 | 125 |
| Binary | 11111110 | 11101111 | 10110100 | 0 | 110 | 11101 | 0 | 110000 | 1100001 | 1010101 |
Color Harmonies of #FEEFB4
Complementary color
Monochromatic Colors of #FEEFB4
Black with #FEEFB4
Text Example
Text Example
White with #FEEFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFB4; }
p { color: rgb(254,239,180); }
H1.HeaderClassName
{
color: #FEEFB4;
}
.AnyTagClassName
{
color: #FEEFB4;
}
</style>
background-color css
<style>
a { background-color: #FEEFB4; }
a { background-color: rgb(254,239,180); }
div.DivClassName
{
background-color: #FEEFB4;
}
.BgClassName
{
background-color: #FEEFB4;
}
</style>
border-color css
<style>
span { border-color: #FEEFB4; }
span { border-color: rgb(254,239,180); }
td.TdClassName
{
border-color: #FEEFB4;
}
.TagClassName
{
border-color: #FEEFB4;
}
</style>