Shades of Banana Mania #FAEEAF
Tints of Banana Mania #FAEEAF
RGB
CMYK
RGB Variations
Color information
#FAEEAF (or 0xFAEEAF) is known color: Banana Mania. HEX triplet: FA, EE and AF. RGB value is (250,238,175). Sum of RGB (Red+Green+Blue) = 250+238+175=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 175 (68.75% from 255 or 26.40% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEAF is #051150. Grayscale: #EAEAEA. Windows color (decimal): -332113 or 11529978. OLE color: 11529978.
HSL color Cylindrical-coordinate representation of color #FAEEAF: hue angle of 50.4º 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 #FAEEAF is Cyan = 0, Magento = 0.05, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 175 | - |
| CMYK | 0 | 0.05 | 0.3 | 0.02 |
| HSL | 50.4º | 0.88% | 0.83% | - |
| HSV(B) | 50.4º | 0.3% | 0.98% | - |
| XYZ | 77.74 | 84.57 | 52.78 | - |
| YUV | 234.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 175 | 0 | 0.05 | 0.3 | 0.02 | 50.4 | 0.88 | 0.83 |
| Hex | FA | EE | AF | 0 | 5 | 1E | 2 | 32 | 58 | 53 |
| Octal | 372 | 356 | 257 | 0 | 5 | 36 | 2 | 62 | 130 | 123 |
| Binary | 11111010 | 11101110 | 10101111 | 0 | 101 | 11110 | 10 | 110010 | 1011000 | 1010011 |
Color Harmonies of #FAEEAF
Complementary color
Monochromatic Colors of #FAEEAF
Black with #FAEEAF
Text Example
Text Example
White with #FAEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEAF; }
p { color: rgb(250,238,175); }
H1.HeaderClassName
{
color: #FAEEAF;
}
.AnyTagClassName
{
color: #FAEEAF;
}
</style>
background-color css
<style>
a { background-color: #FAEEAF; }
a { background-color: rgb(250,238,175); }
div.DivClassName
{
background-color: #FAEEAF;
}
.BgClassName
{
background-color: #FAEEAF;
}
</style>
border-color css
<style>
span { border-color: #FAEEAF; }
span { border-color: rgb(250,238,175); }
td.TdClassName
{
border-color: #FAEEAF;
}
.TagClassName
{
border-color: #FAEEAF;
}
</style>