Shades of Banana Mania #FEF2B3
Tints of Banana Mania #FEF2B3
RGB
CMYK
RGB Variations
Color information
#FEF2B3 (or 0xFEF2B3) is known color: Banana Mania. HEX triplet: FE, F2 and B3. RGB value is (254,242,179). Sum of RGB (Red+Green+Blue) = 254+242+179=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 179 (70.31% from 255 or 26.52% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2B3 is #010D4C. Grayscale: #EEEEEE. Windows color (decimal): -68941 or 11793150. OLE color: 11793150.
HSL color Cylindrical-coordinate representation of color #FEF2B3: hue angle of 50.4º 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 #FEF2B3 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 179 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.00 |
| HSL | 50.4º | 0.97% | 0.85% | - |
| HSV(B) | 50.4º | 0.3% | 1% | - |
| XYZ | 80.76 | 87.83 | 55.34 | - |
| YUV | 238.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 179 | 0 | 0.05 | 0.30 | 0.00 | 50.4 | 0.97 | 0.85 |
| Hex | FE | F2 | B3 | 0 | 5 | 1E | 0 | 32 | 61 | 55 |
| Octal | 376 | 362 | 263 | 0 | 5 | 36 | 0 | 62 | 141 | 125 |
| Binary | 11111110 | 11110010 | 10110011 | 0 | 101 | 11110 | 0 | 110010 | 1100001 | 1010101 |
Color Harmonies of #FEF2B3
Complementary color
Monochromatic Colors of #FEF2B3
Black with #FEF2B3
Text Example
Text Example
White with #FEF2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2B3; }
p { color: rgb(254,242,179); }
H1.HeaderClassName
{
color: #FEF2B3;
}
.AnyTagClassName
{
color: #FEF2B3;
}
</style>
background-color css
<style>
a { background-color: #FEF2B3; }
a { background-color: rgb(254,242,179); }
div.DivClassName
{
background-color: #FEF2B3;
}
.BgClassName
{
background-color: #FEF2B3;
}
</style>
border-color css
<style>
span { border-color: #FEF2B3; }
span { border-color: rgb(254,242,179); }
td.TdClassName
{
border-color: #FEF2B3;
}
.TagClassName
{
border-color: #FEF2B3;
}
</style>