Shades of Banana Mania #FAEBB3
Tints of Banana Mania #FAEBB3
RGB
CMYK
RGB Variations
Color information
#FAEBB3 (or 0xFAEBB3) is known color: Banana Mania. HEX triplet: FA, EB and B3. RGB value is (250,235,179). Sum of RGB (Red+Green+Blue) = 250+235+179=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 179 (70.31% from 255 or 26.96% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBB3 is #05144C. Grayscale: #E9E9E9. Windows color (decimal): -332877 or 11791354. OLE color: 11791354.
HSL color Cylindrical-coordinate representation of color #FAEBB3: hue angle of 47.32º 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 #FAEBB3 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 179 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.02 |
| HSL | 47.32º | 0.88% | 0.84% | - |
| HSV(B) | 47.32º | 0.28% | 0.98% | - |
| XYZ | 77.27 | 83 | 54.6 | - |
| YUV | 233.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 179 | 0 | 0.06 | 0.28 | 0.02 | 47.32 | 0.88 | 0.84 |
| Hex | FA | EB | B3 | 0 | 6 | 1C | 2 | 2F | 58 | 54 |
| Octal | 372 | 353 | 263 | 0 | 6 | 34 | 2 | 57 | 130 | 124 |
| Binary | 11111010 | 11101011 | 10110011 | 0 | 110 | 11100 | 10 | 101111 | 1011000 | 1010100 |
Color Harmonies of #FAEBB3
Complementary color
Monochromatic Colors of #FAEBB3
Black with #FAEBB3
Text Example
Text Example
White with #FAEBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBB3; }
p { color: rgb(250,235,179); }
H1.HeaderClassName
{
color: #FAEBB3;
}
.AnyTagClassName
{
color: #FAEBB3;
}
</style>
background-color css
<style>
a { background-color: #FAEBB3; }
a { background-color: rgb(250,235,179); }
div.DivClassName
{
background-color: #FAEBB3;
}
.BgClassName
{
background-color: #FAEBB3;
}
</style>
border-color css
<style>
span { border-color: #FAEBB3; }
span { border-color: rgb(250,235,179); }
td.TdClassName
{
border-color: #FAEBB3;
}
.TagClassName
{
border-color: #FAEBB3;
}
</style>