Shades of Banana Mania #FAEEB8
Tints of Banana Mania #FAEEB8
RGB
CMYK
RGB Variations
Color information
#FAEEB8 (or 0xFAEEB8) is known color: Banana Mania. HEX triplet: FA, EE and B8. RGB value is (250,238,184). Sum of RGB (Red+Green+Blue) = 250+238+184=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 184 (72.27% from 255 or 27.38% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEB8 is #051147. Grayscale: #EBEBEB. Windows color (decimal): -332104 or 12119802. OLE color: 12119802.
HSL color Cylindrical-coordinate representation of color #FAEEB8: hue angle of 49.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAEEB8 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 184 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.02 |
| HSL | 49.09º | 0.87% | 0.85% | - |
| HSV(B) | 49.09º | 0.26% | 0.98% | - |
| XYZ | 78.65 | 84.93 | 57.6 | - |
| YUV | 235.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 184 | 0 | 0.05 | 0.26 | 0.02 | 49.09 | 0.87 | 0.85 |
| Hex | FA | EE | B8 | 0 | 5 | 1A | 2 | 31 | 57 | 55 |
| Octal | 372 | 356 | 270 | 0 | 5 | 32 | 2 | 61 | 127 | 125 |
| Binary | 11111010 | 11101110 | 10111000 | 0 | 101 | 11010 | 10 | 110001 | 1010111 | 1010101 |
Color Harmonies of #FAEEB8
Complementary color
Monochromatic Colors of #FAEEB8
Black with #FAEEB8
Text Example
Text Example
White with #FAEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEB8; }
p { color: rgb(250,238,184); }
H1.HeaderClassName
{
color: #FAEEB8;
}
.AnyTagClassName
{
color: #FAEEB8;
}
</style>
background-color css
<style>
a { background-color: #FAEEB8; }
a { background-color: rgb(250,238,184); }
div.DivClassName
{
background-color: #FAEEB8;
}
.BgClassName
{
background-color: #FAEEB8;
}
</style>
border-color css
<style>
span { border-color: #FAEEB8; }
span { border-color: rgb(250,238,184); }
td.TdClassName
{
border-color: #FAEEB8;
}
.TagClassName
{
border-color: #FAEEB8;
}
</style>