Shades of Banana Mania #FAEAB3
Tints of Banana Mania #FAEAB3
RGB
CMYK
RGB Variations
Color information
#FAEAB3 (or 0xFAEAB3) is known color: Banana Mania. HEX triplet: FA, EA and B3. RGB value is (250,234,179). Sum of RGB (Red+Green+Blue) = 250+234+179=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 179 (70.31% from 255 or 27.00% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAB3 is #05154C. Grayscale: #E8E8E8. Windows color (decimal): -333133 or 11791098. OLE color: 11791098.
HSL color Cylindrical-coordinate representation of color #FAEAB3: hue angle of 46.48º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAEAB3 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 179 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.02 |
| HSL | 46.48º | 0.88% | 0.84% | - |
| HSV(B) | 46.48º | 0.28% | 0.98% | - |
| XYZ | 76.98 | 82.42 | 54.5 | - |
| YUV | 232.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 179 | 0 | 0.06 | 0.28 | 0.02 | 46.48 | 0.88 | 0.84 |
| Hex | FA | EA | B3 | 0 | 6 | 1C | 2 | 2E | 58 | 54 |
| Octal | 372 | 352 | 263 | 0 | 6 | 34 | 2 | 56 | 130 | 124 |
| Binary | 11111010 | 11101010 | 10110011 | 0 | 110 | 11100 | 10 | 101110 | 1011000 | 1010100 |
Color Harmonies of #FAEAB3
Complementary color
Monochromatic Colors of #FAEAB3
Black with #FAEAB3
Text Example
Text Example
White with #FAEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAB3; }
p { color: rgb(250,234,179); }
H1.HeaderClassName
{
color: #FAEAB3;
}
.AnyTagClassName
{
color: #FAEAB3;
}
</style>
background-color css
<style>
a { background-color: #FAEAB3; }
a { background-color: rgb(250,234,179); }
div.DivClassName
{
background-color: #FAEAB3;
}
.BgClassName
{
background-color: #FAEAB3;
}
</style>
border-color css
<style>
span { border-color: #FAEAB3; }
span { border-color: rgb(250,234,179); }
td.TdClassName
{
border-color: #FAEAB3;
}
.TagClassName
{
border-color: #FAEAB3;
}
</style>