Shades of Banana Mania #FAECAA
Tints of Banana Mania #FAECAA
RGB
CMYK
RGB Variations
Color information
#FAECAA (or 0xFAECAA) is known color: Banana Mania. HEX triplet: FA, EC and AA. RGB value is (250,236,170). Sum of RGB (Red+Green+Blue) = 250+236+170=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECAA is #051355. Grayscale: #E8E8E8. Windows color (decimal): -332630 or 11201786. OLE color: 11201786.
HSL color Cylindrical-coordinate representation of color #FAECAA: hue angle of 49.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAECAA is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 170 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.02 |
| HSL | 49.5º | 0.89% | 0.82% | - |
| HSV(B) | 49.5º | 0.32% | 0.98% | - |
| XYZ | 76.68 | 83.22 | 50.05 | - |
| YUV | 232.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 170 | 0 | 0.06 | 0.32 | 0.02 | 49.5 | 0.89 | 0.82 |
| Hex | FA | EC | AA | 0 | 6 | 20 | 2 | 32 | 59 | 52 |
| Octal | 372 | 354 | 252 | 0 | 6 | 40 | 2 | 62 | 131 | 122 |
| Binary | 11111010 | 11101100 | 10101010 | 0 | 110 | 100000 | 10 | 110010 | 1011001 | 1010010 |
Color Harmonies of #FAECAA
Complementary color
Monochromatic Colors of #FAECAA
Black with #FAECAA
Text Example
Text Example
White with #FAECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECAA; }
p { color: rgb(250,236,170); }
H1.HeaderClassName
{
color: #FAECAA;
}
.AnyTagClassName
{
color: #FAECAA;
}
</style>
background-color css
<style>
a { background-color: #FAECAA; }
a { background-color: rgb(250,236,170); }
div.DivClassName
{
background-color: #FAECAA;
}
.BgClassName
{
background-color: #FAECAA;
}
</style>
border-color css
<style>
span { border-color: #FAECAA; }
span { border-color: rgb(250,236,170); }
td.TdClassName
{
border-color: #FAECAA;
}
.TagClassName
{
border-color: #FAECAA;
}
</style>