Shades of Banana Mania #FAEDB1
Tints of Banana Mania #FAEDB1
RGB
CMYK
RGB Variations
Color information
#FAEDB1 (or 0xFAEDB1) is known color: Banana Mania. HEX triplet: FA, ED and B1. RGB value is (250,237,177). Sum of RGB (Red+Green+Blue) = 250+237+177=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 177 (69.53% from 255 or 26.66% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDB1 is #05124E. Grayscale: #EAEAEA. Windows color (decimal): -332367 or 11660794. OLE color: 11660794.
HSL color Cylindrical-coordinate representation of color #FAEDB1: hue angle of 49.32º 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 #FAEDB1 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 177 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.02 |
| HSL | 49.32º | 0.88% | 0.84% | - |
| HSV(B) | 49.32º | 0.29% | 0.98% | - |
| XYZ | 77.64 | 84.07 | 53.73 | - |
| YUV | 234.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 177 | 0 | 0.05 | 0.29 | 0.02 | 49.32 | 0.88 | 0.84 |
| Hex | FA | ED | B1 | 0 | 5 | 1D | 2 | 31 | 58 | 54 |
| Octal | 372 | 355 | 261 | 0 | 5 | 35 | 2 | 61 | 130 | 124 |
| Binary | 11111010 | 11101101 | 10110001 | 0 | 101 | 11101 | 10 | 110001 | 1011000 | 1010100 |
Color Harmonies of #FAEDB1
Complementary color
Monochromatic Colors of #FAEDB1
Black with #FAEDB1
Text Example
Text Example
White with #FAEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDB1; }
p { color: rgb(250,237,177); }
H1.HeaderClassName
{
color: #FAEDB1;
}
.AnyTagClassName
{
color: #FAEDB1;
}
</style>
background-color css
<style>
a { background-color: #FAEDB1; }
a { background-color: rgb(250,237,177); }
div.DivClassName
{
background-color: #FAEDB1;
}
.BgClassName
{
background-color: #FAEDB1;
}
</style>
border-color css
<style>
span { border-color: #FAEDB1; }
span { border-color: rgb(250,237,177); }
td.TdClassName
{
border-color: #FAEDB1;
}
.TagClassName
{
border-color: #FAEDB1;
}
</style>