Shades of Banana Mania #FAEEB4
Tints of Banana Mania #FAEEB4
RGB
CMYK
RGB Variations
Color information
#FAEEB4 (or 0xFAEEB4) is known color: Banana Mania. HEX triplet: FA, EE and B4. RGB value is (250,238,180). Sum of RGB (Red+Green+Blue) = 250+238+180=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 180 (70.70% from 255 or 26.95% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEB4 is #05114B. Grayscale: #EBEBEB. Windows color (decimal): -332108 or 11857658. OLE color: 11857658.
HSL color Cylindrical-coordinate representation of color #FAEEB4: hue angle of 49.71º 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 #FAEEB4 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 180 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.02 |
| HSL | 49.71º | 0.88% | 0.84% | - |
| HSV(B) | 49.71º | 0.28% | 0.98% | - |
| XYZ | 78.24 | 84.77 | 55.42 | - |
| YUV | 234.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 180 | 0 | 0.05 | 0.28 | 0.02 | 49.71 | 0.88 | 0.84 |
| Hex | FA | EE | B4 | 0 | 5 | 1C | 2 | 32 | 58 | 54 |
| Octal | 372 | 356 | 264 | 0 | 5 | 34 | 2 | 62 | 130 | 124 |
| Binary | 11111010 | 11101110 | 10110100 | 0 | 101 | 11100 | 10 | 110010 | 1011000 | 1010100 |
Color Harmonies of #FAEEB4
Complementary color
Monochromatic Colors of #FAEEB4
Black with #FAEEB4
Text Example
Text Example
White with #FAEEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEB4; }
p { color: rgb(250,238,180); }
H1.HeaderClassName
{
color: #FAEEB4;
}
.AnyTagClassName
{
color: #FAEEB4;
}
</style>
background-color css
<style>
a { background-color: #FAEEB4; }
a { background-color: rgb(250,238,180); }
div.DivClassName
{
background-color: #FAEEB4;
}
.BgClassName
{
background-color: #FAEEB4;
}
</style>
border-color css
<style>
span { border-color: #FAEEB4; }
span { border-color: rgb(250,238,180); }
td.TdClassName
{
border-color: #FAEEB4;
}
.TagClassName
{
border-color: #FAEEB4;
}
</style>