Shades of Banana Mania #FAEAAB
Tints of Banana Mania #FAEAAB
RGB
CMYK
RGB Variations
Color information
#FAEAAB (or 0xFAEAAB) is known color: Banana Mania. HEX triplet: FA, EA and AB. RGB value is (250,234,171). Sum of RGB (Red+Green+Blue) = 250+234+171=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 171 (67.19% from 255 or 26.11% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAAB is #051554. Grayscale: #E7E7E7. Windows color (decimal): -333141 or 11266810. OLE color: 11266810.
HSL color Cylindrical-coordinate representation of color #FAEAAB: hue angle of 47.85º 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 #FAEAAB is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 171 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.02 |
| HSL | 47.85º | 0.89% | 0.83% | - |
| HSV(B) | 47.85º | 0.32% | 0.98% | - |
| XYZ | 76.2 | 82.11 | 50.36 | - |
| YUV | 231.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 171 | 0 | 0.06 | 0.32 | 0.02 | 47.85 | 0.89 | 0.83 |
| Hex | FA | EA | AB | 0 | 6 | 20 | 2 | 30 | 59 | 53 |
| Octal | 372 | 352 | 253 | 0 | 6 | 40 | 2 | 60 | 131 | 123 |
| Binary | 11111010 | 11101010 | 10101011 | 0 | 110 | 100000 | 10 | 110000 | 1011001 | 1010011 |
Color Harmonies of #FAEAAB
Complementary color
Monochromatic Colors of #FAEAAB
Black with #FAEAAB
Text Example
Text Example
White with #FAEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAAB; }
p { color: rgb(250,234,171); }
H1.HeaderClassName
{
color: #FAEAAB;
}
.AnyTagClassName
{
color: #FAEAAB;
}
</style>
background-color css
<style>
a { background-color: #FAEAAB; }
a { background-color: rgb(250,234,171); }
div.DivClassName
{
background-color: #FAEAAB;
}
.BgClassName
{
background-color: #FAEAAB;
}
</style>
border-color css
<style>
span { border-color: #FAEAAB; }
span { border-color: rgb(250,234,171); }
td.TdClassName
{
border-color: #FAEAAB;
}
.TagClassName
{
border-color: #FAEAAB;
}
</style>