Shades of Banana Mania #F9EDB6
Tints of Banana Mania #F9EDB6
RGB
CMYK
RGB Variations
Color information
#F9EDB6 (or 0xF9EDB6) is known color: Banana Mania. HEX triplet: F9, ED and B6. RGB value is (249,237,182). Sum of RGB (Red+Green+Blue) = 249+237+182=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 182 (71.48% from 255 or 27.25% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDB6 is #061249. Grayscale: #EAEAEA. Windows color (decimal): -397898 or 11988473. OLE color: 11988473.
HSL color Cylindrical-coordinate representation of color #F9EDB6: hue angle of 49.25º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9EDB6 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 182 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.02 |
| HSL | 49.25º | 0.85% | 0.85% | - |
| HSV(B) | 49.25º | 0.27% | 0.98% | - |
| XYZ | 77.79 | 84.09 | 56.39 | - |
| YUV | 234.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 182 | 0 | 0.05 | 0.27 | 0.02 | 49.25 | 0.85 | 0.85 |
| Hex | F9 | ED | B6 | 0 | 5 | 1B | 2 | 31 | 55 | 55 |
| Octal | 371 | 355 | 266 | 0 | 5 | 33 | 2 | 61 | 125 | 125 |
| Binary | 11111001 | 11101101 | 10110110 | 0 | 101 | 11011 | 10 | 110001 | 1010101 | 1010101 |
Color Harmonies of #F9EDB6
Complementary color
Monochromatic Colors of #F9EDB6
Black with #F9EDB6
Text Example
Text Example
White with #F9EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EDB6; }
p { color: rgb(249,237,182); }
H1.HeaderClassName
{
color: #F9EDB6;
}
.AnyTagClassName
{
color: #F9EDB6;
}
</style>
background-color css
<style>
a { background-color: #F9EDB6; }
a { background-color: rgb(249,237,182); }
div.DivClassName
{
background-color: #F9EDB6;
}
.BgClassName
{
background-color: #F9EDB6;
}
</style>
border-color css
<style>
span { border-color: #F9EDB6; }
span { border-color: rgb(249,237,182); }
td.TdClassName
{
border-color: #F9EDB6;
}
.TagClassName
{
border-color: #F9EDB6;
}
</style>