Shades of Banana Mania #FAECB6
Tints of Banana Mania #FAECB6
RGB
CMYK
RGB Variations
Color information
#FAECB6 (or 0xFAECB6) is known color: Banana Mania. HEX triplet: FA, EC and B6. RGB value is (250,236,182). Sum of RGB (Red+Green+Blue) = 250+236+182=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 182 (71.48% from 255 or 27.25% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECB6 is #051349. Grayscale: #EAEAEA. Windows color (decimal): -332618 or 11988218. OLE color: 11988218.
HSL color Cylindrical-coordinate representation of color #FAECB6: hue angle of 47.65º degrees, saturation: 0.87, 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 #FAECB6 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 182 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.02 |
| HSL | 47.65º | 0.87% | 0.85% | - |
| HSV(B) | 47.65º | 0.27% | 0.98% | - |
| XYZ | 77.86 | 83.69 | 56.31 | - |
| YUV | 234.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 182 | 0 | 0.06 | 0.27 | 0.02 | 47.65 | 0.87 | 0.85 |
| Hex | FA | EC | B6 | 0 | 6 | 1B | 2 | 30 | 57 | 55 |
| Octal | 372 | 354 | 266 | 0 | 6 | 33 | 2 | 60 | 127 | 125 |
| Binary | 11111010 | 11101100 | 10110110 | 0 | 110 | 11011 | 10 | 110000 | 1010111 | 1010101 |
Color Harmonies of #FAECB6
Complementary color
Monochromatic Colors of #FAECB6
Black with #FAECB6
Text Example
Text Example
White with #FAECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECB6; }
p { color: rgb(250,236,182); }
H1.HeaderClassName
{
color: #FAECB6;
}
.AnyTagClassName
{
color: #FAECB6;
}
</style>
background-color css
<style>
a { background-color: #FAECB6; }
a { background-color: rgb(250,236,182); }
div.DivClassName
{
background-color: #FAECB6;
}
.BgClassName
{
background-color: #FAECB6;
}
</style>
border-color css
<style>
span { border-color: #FAECB6; }
span { border-color: rgb(250,236,182); }
td.TdClassName
{
border-color: #FAECB6;
}
.TagClassName
{
border-color: #FAECB6;
}
</style>