Shades of Banana Mania #FAEDAC
Tints of Banana Mania #FAEDAC
RGB
CMYK
RGB Variations
Color information
#FAEDAC (or 0xFAEDAC) is known color: Banana Mania. HEX triplet: FA, ED and AC. RGB value is (250,237,172). Sum of RGB (Red+Green+Blue) = 250+237+172=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 172 (67.58% from 255 or 26.10% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDAC is #051253. Grayscale: #E9E9E9. Windows color (decimal): -332372 or 11333114. OLE color: 11333114.
HSL color Cylindrical-coordinate representation of color #FAEDAC: hue angle of 50º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAEDAC is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 172 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.02 |
| HSL | 50º | 0.89% | 0.83% | - |
| HSV(B) | 50º | 0.31% | 0.98% | - |
| XYZ | 77.15 | 83.87 | 51.15 | - |
| YUV | 233.48 | 93.31 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 172 | 0 | 0.05 | 0.31 | 0.02 | 50 | 0.89 | 0.83 |
| Hex | FA | ED | AC | 0 | 5 | 1F | 2 | 32 | 59 | 53 |
| Octal | 372 | 355 | 254 | 0 | 5 | 37 | 2 | 62 | 131 | 123 |
| Binary | 11111010 | 11101101 | 10101100 | 0 | 101 | 11111 | 10 | 110010 | 1011001 | 1010011 |
Color Harmonies of #FAEDAC
Complementary color
Monochromatic Colors of #FAEDAC
Black with #FAEDAC
Text Example
Text Example
White with #FAEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDAC; }
p { color: rgb(250,237,172); }
H1.HeaderClassName
{
color: #FAEDAC;
}
.AnyTagClassName
{
color: #FAEDAC;
}
</style>
background-color css
<style>
a { background-color: #FAEDAC; }
a { background-color: rgb(250,237,172); }
div.DivClassName
{
background-color: #FAEDAC;
}
.BgClassName
{
background-color: #FAEDAC;
}
</style>
border-color css
<style>
span { border-color: #FAEDAC; }
span { border-color: rgb(250,237,172); }
td.TdClassName
{
border-color: #FAEDAC;
}
.TagClassName
{
border-color: #FAEDAC;
}
</style>