Shades of Banana Mania #FAEAAC
Tints of Banana Mania #FAEAAC
RGB
CMYK
RGB Variations
Color information
#FAEAAC (or 0xFAEAAC) is known color: Banana Mania. HEX triplet: FA, EA and AC. RGB value is (250,234,172). Sum of RGB (Red+Green+Blue) = 250+234+172=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 172 (67.58% from 255 or 26.22% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAAC is #051553. Grayscale: #E7E7E7. Windows color (decimal): -333140 or 11332346. OLE color: 11332346.
HSL color Cylindrical-coordinate representation of color #FAEAAC: hue angle of 47.69º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAEAAC is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 172 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.02 |
| HSL | 47.69º | 0.89% | 0.83% | - |
| HSV(B) | 47.69º | 0.31% | 0.98% | - |
| XYZ | 76.29 | 82.15 | 50.86 | - |
| YUV | 231.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 172 | 0 | 0.06 | 0.31 | 0.02 | 47.69 | 0.89 | 0.83 |
| Hex | FA | EA | AC | 0 | 6 | 1F | 2 | 30 | 59 | 53 |
| Octal | 372 | 352 | 254 | 0 | 6 | 37 | 2 | 60 | 131 | 123 |
| Binary | 11111010 | 11101010 | 10101100 | 0 | 110 | 11111 | 10 | 110000 | 1011001 | 1010011 |
Color Harmonies of #FAEAAC
Complementary color
Monochromatic Colors of #FAEAAC
Black with #FAEAAC
Text Example
Text Example
White with #FAEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAAC; }
p { color: rgb(250,234,172); }
H1.HeaderClassName
{
color: #FAEAAC;
}
.AnyTagClassName
{
color: #FAEAAC;
}
</style>
background-color css
<style>
a { background-color: #FAEAAC; }
a { background-color: rgb(250,234,172); }
div.DivClassName
{
background-color: #FAEAAC;
}
.BgClassName
{
background-color: #FAEAAC;
}
</style>
border-color css
<style>
span { border-color: #FAEAAC; }
span { border-color: rgb(250,234,172); }
td.TdClassName
{
border-color: #FAEAAC;
}
.TagClassName
{
border-color: #FAEAAC;
}
</style>