Shades of Banana Mania #FAECAB
Tints of Banana Mania #FAECAB
RGB
CMYK
RGB Variations
Color information
#FAECAB (or 0xFAECAB) is known color: Banana Mania. HEX triplet: FA, EC and AB. RGB value is (250,236,171). Sum of RGB (Red+Green+Blue) = 250+236+171=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 171 (67.19% from 255 or 26.03% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECAB is #051354. Grayscale: #E9E9E9. Windows color (decimal): -332629 or 11267322. OLE color: 11267322.
HSL color Cylindrical-coordinate representation of color #FAECAB: hue angle of 49.37º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAECAB is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 171 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.02 |
| HSL | 49.37º | 0.89% | 0.83% | - |
| HSV(B) | 49.37º | 0.32% | 0.98% | - |
| XYZ | 76.77 | 83.26 | 50.55 | - |
| YUV | 232.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 171 | 0 | 0.06 | 0.32 | 0.02 | 49.37 | 0.89 | 0.83 |
| Hex | FA | EC | AB | 0 | 6 | 20 | 2 | 31 | 59 | 53 |
| Octal | 372 | 354 | 253 | 0 | 6 | 40 | 2 | 61 | 131 | 123 |
| Binary | 11111010 | 11101100 | 10101011 | 0 | 110 | 100000 | 10 | 110001 | 1011001 | 1010011 |
Color Harmonies of #FAECAB
Complementary color
Monochromatic Colors of #FAECAB
Black with #FAECAB
Text Example
Text Example
White with #FAECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECAB; }
p { color: rgb(250,236,171); }
H1.HeaderClassName
{
color: #FAECAB;
}
.AnyTagClassName
{
color: #FAECAB;
}
</style>
background-color css
<style>
a { background-color: #FAECAB; }
a { background-color: rgb(250,236,171); }
div.DivClassName
{
background-color: #FAECAB;
}
.BgClassName
{
background-color: #FAECAB;
}
</style>
border-color css
<style>
span { border-color: #FAECAB; }
span { border-color: rgb(250,236,171); }
td.TdClassName
{
border-color: #FAECAB;
}
.TagClassName
{
border-color: #FAECAB;
}
</style>