Shades of Banana Mania #F7EDB2
Tints of Banana Mania #F7EDB2
RGB
CMYK
RGB Variations
Color information
#F7EDB2 (or 0xF7EDB2) is known color: Banana Mania. HEX triplet: F7, ED and B2. RGB value is (247,237,178). Sum of RGB (Red+Green+Blue) = 247+237+178=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 178 (69.92% from 255 or 26.89% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EDB2 is #08124D. Grayscale: #E9E9E9. Windows color (decimal): -528974 or 11726327. OLE color: 11726327.
HSL color Cylindrical-coordinate representation of color #F7EDB2: hue angle of 51.3º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7EDB2 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 178 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.03 |
| HSL | 51.3º | 0.81% | 0.83% | - |
| HSV(B) | 51.3º | 0.28% | 0.97% | - |
| XYZ | 76.68 | 83.56 | 54.21 | - |
| YUV | 233.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 178 | 0 | 0.04 | 0.28 | 0.03 | 51.3 | 0.81 | 0.83 |
| Hex | F7 | ED | B2 | 0 | 4 | 1C | 3 | 33 | 51 | 53 |
| Octal | 367 | 355 | 262 | 0 | 4 | 34 | 3 | 63 | 121 | 123 |
| Binary | 11110111 | 11101101 | 10110010 | 0 | 100 | 11100 | 11 | 110011 | 1010001 | 1010011 |
Color Harmonies of #F7EDB2
Complementary color
Monochromatic Colors of #F7EDB2
Black with #F7EDB2
Text Example
Text Example
White with #F7EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EDB2; }
p { color: rgb(247,237,178); }
H1.HeaderClassName
{
color: #F7EDB2;
}
.AnyTagClassName
{
color: #F7EDB2;
}
</style>
background-color css
<style>
a { background-color: #F7EDB2; }
a { background-color: rgb(247,237,178); }
div.DivClassName
{
background-color: #F7EDB2;
}
.BgClassName
{
background-color: #F7EDB2;
}
</style>
border-color css
<style>
span { border-color: #F7EDB2; }
span { border-color: rgb(247,237,178); }
td.TdClassName
{
border-color: #F7EDB2;
}
.TagClassName
{
border-color: #F7EDB2;
}
</style>