Shades of Banana Mania #FEF2B1
Tints of Banana Mania #FEF2B1
RGB
CMYK
RGB Variations
Color information
#FEF2B1 (or 0xFEF2B1) is known color: Banana Mania. HEX triplet: FE, F2 and B1. RGB value is (254,242,177). Sum of RGB (Red+Green+Blue) = 254+242+177=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 177 (69.53% from 255 or 26.30% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2B1 is #010D4E. Grayscale: #EEEEEE. Windows color (decimal): -68943 or 11662078. OLE color: 11662078.
HSL color Cylindrical-coordinate representation of color #FEF2B1: hue angle of 50.65º 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 #FEF2B1 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 177 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.00 |
| HSL | 50.65º | 0.97% | 0.85% | - |
| HSV(B) | 50.65º | 0.3% | 1% | - |
| XYZ | 80.56 | 87.75 | 54.29 | - |
| YUV | 238.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 177 | 0 | 0.05 | 0.30 | 0.00 | 50.65 | 0.97 | 0.85 |
| Hex | FE | F2 | B1 | 0 | 5 | 1E | 0 | 33 | 61 | 55 |
| Octal | 376 | 362 | 261 | 0 | 5 | 36 | 0 | 63 | 141 | 125 |
| Binary | 11111110 | 11110010 | 10110001 | 0 | 101 | 11110 | 0 | 110011 | 1100001 | 1010101 |
Color Harmonies of #FEF2B1
Complementary color
Monochromatic Colors of #FEF2B1
Black with #FEF2B1
Text Example
Text Example
White with #FEF2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2B1; }
p { color: rgb(254,242,177); }
H1.HeaderClassName
{
color: #FEF2B1;
}
.AnyTagClassName
{
color: #FEF2B1;
}
</style>
background-color css
<style>
a { background-color: #FEF2B1; }
a { background-color: rgb(254,242,177); }
div.DivClassName
{
background-color: #FEF2B1;
}
.BgClassName
{
background-color: #FEF2B1;
}
</style>
border-color css
<style>
span { border-color: #FEF2B1; }
span { border-color: rgb(254,242,177); }
td.TdClassName
{
border-color: #FEF2B1;
}
.TagClassName
{
border-color: #FEF2B1;
}
</style>