Shades of Banana Mania #F3E2AE
Tints of Banana Mania #F3E2AE
RGB
CMYK
RGB Variations
Color information
#F3E2AE (or 0xF3E2AE) is known color: Banana Mania. HEX triplet: F3, E2 and AE. RGB value is (243,226,174). Sum of RGB (Red+Green+Blue) = 243+226+174=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E2AE is #0C1D51. Grayscale: #E1E1E1. Windows color (decimal): -793938 or 11461363. OLE color: 11461363.
HSL color Cylindrical-coordinate representation of color #F3E2AE: hue angle of 45.22º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3E2AE is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 226 | 174 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.05 |
| HSL | 45.22º | 0.74% | 0.82% | - |
| HSV(B) | 45.22º | 0.28% | 0.95% | - |
| XYZ | 71.8 | 76.5 | 51.03 | - |
| YUV | 225.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 226 | 174 | 0 | 0.07 | 0.28 | 0.05 | 45.22 | 0.74 | 0.82 |
| Hex | F3 | E2 | AE | 0 | 7 | 1C | 5 | 2D | 4A | 52 |
| Octal | 363 | 342 | 256 | 0 | 7 | 34 | 5 | 55 | 112 | 122 |
| Binary | 11110011 | 11100010 | 10101110 | 0 | 111 | 11100 | 101 | 101101 | 1001010 | 1010010 |
Color Harmonies of #F3E2AE
Complementary color
Monochromatic Colors of #F3E2AE
Black with #F3E2AE
Text Example
Text Example
White with #F3E2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E2AE; }
p { color: rgb(243,226,174); }
H1.HeaderClassName
{
color: #F3E2AE;
}
.AnyTagClassName
{
color: #F3E2AE;
}
</style>
background-color css
<style>
a { background-color: #F3E2AE; }
a { background-color: rgb(243,226,174); }
div.DivClassName
{
background-color: #F3E2AE;
}
.BgClassName
{
background-color: #F3E2AE;
}
</style>
border-color css
<style>
span { border-color: #F3E2AE; }
span { border-color: rgb(243,226,174); }
td.TdClassName
{
border-color: #F3E2AE;
}
.TagClassName
{
border-color: #F3E2AE;
}
</style>