Shades of Banana Mania #FAEEB2
Tints of Banana Mania #FAEEB2
RGB
CMYK
RGB Variations
Color information
#FAEEB2 (or 0xFAEEB2) is known color: Banana Mania. HEX triplet: FA, EE and B2. RGB value is (250,238,178). Sum of RGB (Red+Green+Blue) = 250+238+178=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 178 (69.92% from 255 or 26.73% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEB2 is #05114D. Grayscale: #EBEBEB. Windows color (decimal): -332110 or 11726586. OLE color: 11726586.
HSL color Cylindrical-coordinate representation of color #FAEEB2: hue angle of 50º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAEEB2 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 178 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.02 |
| HSL | 50º | 0.88% | 0.84% | - |
| HSV(B) | 50º | 0.29% | 0.98% | - |
| XYZ | 78.03 | 84.69 | 54.35 | - |
| YUV | 234.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 178 | 0 | 0.05 | 0.29 | 0.02 | 50 | 0.88 | 0.84 |
| Hex | FA | EE | B2 | 0 | 5 | 1D | 2 | 32 | 58 | 54 |
| Octal | 372 | 356 | 262 | 0 | 5 | 35 | 2 | 62 | 130 | 124 |
| Binary | 11111010 | 11101110 | 10110010 | 0 | 101 | 11101 | 10 | 110010 | 1011000 | 1010100 |
Color Harmonies of #FAEEB2
Complementary color
Monochromatic Colors of #FAEEB2
Black with #FAEEB2
Text Example
Text Example
White with #FAEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEB2; }
p { color: rgb(250,238,178); }
H1.HeaderClassName
{
color: #FAEEB2;
}
.AnyTagClassName
{
color: #FAEEB2;
}
</style>
background-color css
<style>
a { background-color: #FAEEB2; }
a { background-color: rgb(250,238,178); }
div.DivClassName
{
background-color: #FAEEB2;
}
.BgClassName
{
background-color: #FAEEB2;
}
</style>
border-color css
<style>
span { border-color: #FAEEB2; }
span { border-color: rgb(250,238,178); }
td.TdClassName
{
border-color: #FAEEB2;
}
.TagClassName
{
border-color: #FAEEB2;
}
</style>