Shades of Banana Mania #FAEAAF
Tints of Banana Mania #FAEAAF
RGB
CMYK
RGB Variations
Color information
#FAEAAF (or 0xFAEAAF) is known color: Banana Mania. HEX triplet: FA, EA and AF. RGB value is (250,234,175). Sum of RGB (Red+Green+Blue) = 250+234+175=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 175 (68.75% from 255 or 26.56% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAAF is #051550. Grayscale: #E8E8E8. Windows color (decimal): -333137 or 11528954. OLE color: 11528954.
HSL color Cylindrical-coordinate representation of color #FAEAAF: hue angle of 47.2º 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 #FAEAAF is Cyan = 0, Magento = 0.06, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 175 | - |
| CMYK | 0 | 0.06 | 0.3 | 0.02 |
| HSL | 47.2º | 0.88% | 0.83% | - |
| HSV(B) | 47.2º | 0.3% | 0.98% | - |
| XYZ | 76.59 | 82.26 | 52.4 | - |
| YUV | 232.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 175 | 0 | 0.06 | 0.3 | 0.02 | 47.2 | 0.88 | 0.83 |
| Hex | FA | EA | AF | 0 | 6 | 1E | 2 | 2F | 58 | 53 |
| Octal | 372 | 352 | 257 | 0 | 6 | 36 | 2 | 57 | 130 | 123 |
| Binary | 11111010 | 11101010 | 10101111 | 0 | 110 | 11110 | 10 | 101111 | 1011000 | 1010011 |
Color Harmonies of #FAEAAF
Complementary color
Monochromatic Colors of #FAEAAF
Black with #FAEAAF
Text Example
Text Example
White with #FAEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAAF; }
p { color: rgb(250,234,175); }
H1.HeaderClassName
{
color: #FAEAAF;
}
.AnyTagClassName
{
color: #FAEAAF;
}
</style>
background-color css
<style>
a { background-color: #FAEAAF; }
a { background-color: rgb(250,234,175); }
div.DivClassName
{
background-color: #FAEAAF;
}
.BgClassName
{
background-color: #FAEAAF;
}
</style>
border-color css
<style>
span { border-color: #FAEAAF; }
span { border-color: rgb(250,234,175); }
td.TdClassName
{
border-color: #FAEAAF;
}
.TagClassName
{
border-color: #FAEAAF;
}
</style>