Shades of Banana Mania #FAECB8
Tints of Banana Mania #FAECB8
RGB
CMYK
RGB Variations
Color information
#FAECB8 (or 0xFAECB8) is known color: Banana Mania. HEX triplet: FA, EC and B8. RGB value is (250,236,184). Sum of RGB (Red+Green+Blue) = 250+236+184=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 184 (72.27% from 255 or 27.46% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECB8 is #051347. Grayscale: #EAEAEA. Windows color (decimal): -332616 or 12119290. OLE color: 12119290.
HSL color Cylindrical-coordinate representation of color #FAECB8: hue angle of 47.27º 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 #FAECB8 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 184 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.02 |
| HSL | 47.27º | 0.87% | 0.85% | - |
| HSV(B) | 47.27º | 0.26% | 0.98% | - |
| XYZ | 78.07 | 83.78 | 57.4 | - |
| YUV | 234.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 184 | 0 | 0.06 | 0.26 | 0.02 | 47.27 | 0.87 | 0.85 |
| Hex | FA | EC | B8 | 0 | 6 | 1A | 2 | 2F | 57 | 55 |
| Octal | 372 | 354 | 270 | 0 | 6 | 32 | 2 | 57 | 127 | 125 |
| Binary | 11111010 | 11101100 | 10111000 | 0 | 110 | 11010 | 10 | 101111 | 1010111 | 1010101 |
Color Harmonies of #FAECB8
Complementary color
Monochromatic Colors of #FAECB8
Black with #FAECB8
Text Example
Text Example
White with #FAECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECB8; }
p { color: rgb(250,236,184); }
H1.HeaderClassName
{
color: #FAECB8;
}
.AnyTagClassName
{
color: #FAECB8;
}
</style>
background-color css
<style>
a { background-color: #FAECB8; }
a { background-color: rgb(250,236,184); }
div.DivClassName
{
background-color: #FAECB8;
}
.BgClassName
{
background-color: #FAECB8;
}
</style>
border-color css
<style>
span { border-color: #FAECB8; }
span { border-color: rgb(250,236,184); }
td.TdClassName
{
border-color: #FAECB8;
}
.TagClassName
{
border-color: #FAECB8;
}
</style>