Shades of Banana Mania #FAEDAE
Tints of Banana Mania #FAEDAE
RGB
CMYK
RGB Variations
Color information
#FAEDAE (or 0xFAEDAE) is known color: Banana Mania. HEX triplet: FA, ED and AE. RGB value is (250,237,174). Sum of RGB (Red+Green+Blue) = 250+237+174=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 174 (68.36% from 255 or 26.32% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDAE is #051251. Grayscale: #E9E9E9. Windows color (decimal): -332370 or 11464186. OLE color: 11464186.
HSL color Cylindrical-coordinate representation of color #FAEDAE: hue angle of 49.74º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAEDAE is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 174 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.02 |
| HSL | 49.74º | 0.88% | 0.83% | - |
| HSV(B) | 49.74º | 0.3% | 0.98% | - |
| XYZ | 77.35 | 83.95 | 52.17 | - |
| YUV | 233.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 174 | 0 | 0.05 | 0.30 | 0.02 | 49.74 | 0.88 | 0.83 |
| Hex | FA | ED | AE | 0 | 5 | 1E | 2 | 32 | 58 | 53 |
| Octal | 372 | 355 | 256 | 0 | 5 | 36 | 2 | 62 | 130 | 123 |
| Binary | 11111010 | 11101101 | 10101110 | 0 | 101 | 11110 | 10 | 110010 | 1011000 | 1010011 |
Color Harmonies of #FAEDAE
Complementary color
Monochromatic Colors of #FAEDAE
Black with #FAEDAE
Text Example
Text Example
White with #FAEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDAE; }
p { color: rgb(250,237,174); }
H1.HeaderClassName
{
color: #FAEDAE;
}
.AnyTagClassName
{
color: #FAEDAE;
}
</style>
background-color css
<style>
a { background-color: #FAEDAE; }
a { background-color: rgb(250,237,174); }
div.DivClassName
{
background-color: #FAEDAE;
}
.BgClassName
{
background-color: #FAEDAE;
}
</style>
border-color css
<style>
span { border-color: #FAEDAE; }
span { border-color: rgb(250,237,174); }
td.TdClassName
{
border-color: #FAEDAE;
}
.TagClassName
{
border-color: #FAEDAE;
}
</style>