Shades of Banana Mania #FAEDB5
Tints of Banana Mania #FAEDB5
RGB
CMYK
RGB Variations
Color information
#FAEDB5 (or 0xFAEDB5) is known color: Banana Mania. HEX triplet: FA, ED and B5. RGB value is (250,237,181). Sum of RGB (Red+Green+Blue) = 250+237+181=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 181 (71.09% from 255 or 27.10% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDB5 is #05124A. Grayscale: #EAEAEA. Windows color (decimal): -332363 or 11922938. OLE color: 11922938.
HSL color Cylindrical-coordinate representation of color #FAEDB5: hue angle of 48.7º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAEDB5 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 181 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.02 |
| HSL | 48.7º | 0.87% | 0.85% | - |
| HSV(B) | 48.7º | 0.28% | 0.98% | - |
| XYZ | 78.05 | 84.23 | 55.86 | - |
| YUV | 234.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 181 | 0 | 0.05 | 0.28 | 0.02 | 48.7 | 0.87 | 0.85 |
| Hex | FA | ED | B5 | 0 | 5 | 1C | 2 | 31 | 57 | 55 |
| Octal | 372 | 355 | 265 | 0 | 5 | 34 | 2 | 61 | 127 | 125 |
| Binary | 11111010 | 11101101 | 10110101 | 0 | 101 | 11100 | 10 | 110001 | 1010111 | 1010101 |
Color Harmonies of #FAEDB5
Complementary color
Monochromatic Colors of #FAEDB5
Black with #FAEDB5
Text Example
Text Example
White with #FAEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDB5; }
p { color: rgb(250,237,181); }
H1.HeaderClassName
{
color: #FAEDB5;
}
.AnyTagClassName
{
color: #FAEDB5;
}
</style>
background-color css
<style>
a { background-color: #FAEDB5; }
a { background-color: rgb(250,237,181); }
div.DivClassName
{
background-color: #FAEDB5;
}
.BgClassName
{
background-color: #FAEDB5;
}
</style>
border-color css
<style>
span { border-color: #FAEDB5; }
span { border-color: rgb(250,237,181); }
td.TdClassName
{
border-color: #FAEDB5;
}
.TagClassName
{
border-color: #FAEDB5;
}
</style>