Shades of Banana Mania #FEF2B7
Tints of Banana Mania #FEF2B7
RGB
CMYK
RGB Variations
Color information
#FEF2B7 (or 0xFEF2B7) is known color: Banana Mania. HEX triplet: FE, F2 and B7. RGB value is (254,242,183). Sum of RGB (Red+Green+Blue) = 254+242+183=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 183 (71.88% from 255 or 26.95% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2B7 is #010D48. Grayscale: #EFEFEF. Windows color (decimal): -68937 or 12055294. OLE color: 12055294.
HSL color Cylindrical-coordinate representation of color #FEF2B7: hue angle of 49.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEF2B7 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 183 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.00 |
| HSL | 49.86º | 0.97% | 0.86% | - |
| HSV(B) | 49.86º | 0.28% | 1% | - |
| XYZ | 81.17 | 87.99 | 57.51 | - |
| YUV | 238.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 183 | 0 | 0.05 | 0.28 | 0.00 | 49.86 | 0.97 | 0.86 |
| Hex | FE | F2 | B7 | 0 | 5 | 1C | 0 | 32 | 61 | 56 |
| Octal | 376 | 362 | 267 | 0 | 5 | 34 | 0 | 62 | 141 | 126 |
| Binary | 11111110 | 11110010 | 10110111 | 0 | 101 | 11100 | 0 | 110010 | 1100001 | 1010110 |
Color Harmonies of #FEF2B7
Complementary color
Monochromatic Colors of #FEF2B7
Black with #FEF2B7
Text Example
Text Example
White with #FEF2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2B7; }
p { color: rgb(254,242,183); }
H1.HeaderClassName
{
color: #FEF2B7;
}
.AnyTagClassName
{
color: #FEF2B7;
}
</style>
background-color css
<style>
a { background-color: #FEF2B7; }
a { background-color: rgb(254,242,183); }
div.DivClassName
{
background-color: #FEF2B7;
}
.BgClassName
{
background-color: #FEF2B7;
}
</style>
border-color css
<style>
span { border-color: #FEF2B7; }
span { border-color: rgb(254,242,183); }
td.TdClassName
{
border-color: #FEF2B7;
}
.TagClassName
{
border-color: #FEF2B7;
}
</style>