Shades of Banana Mania #FAECAF
Tints of Banana Mania #FAECAF
RGB
CMYK
RGB Variations
Color information
#FAECAF (or 0xFAECAF) is known color: Banana Mania. HEX triplet: FA, EC and AF. RGB value is (250,236,175). Sum of RGB (Red+Green+Blue) = 250+236+175=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 175 (68.75% from 255 or 26.48% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECAF is #051350. Grayscale: #E9E9E9. Windows color (decimal): -332625 or 11529466. OLE color: 11529466.
HSL color Cylindrical-coordinate representation of color #FAECAF: hue angle of 48.8º 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 #FAECAF is Cyan = 0, Magento = 0.06, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 175 | - |
| CMYK | 0 | 0.06 | 0.3 | 0.02 |
| HSL | 48.8º | 0.88% | 0.83% | - |
| HSV(B) | 48.8º | 0.3% | 0.98% | - |
| XYZ | 77.16 | 83.41 | 52.59 | - |
| YUV | 233.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 175 | 0 | 0.06 | 0.3 | 0.02 | 48.8 | 0.88 | 0.83 |
| Hex | FA | EC | AF | 0 | 6 | 1E | 2 | 31 | 58 | 53 |
| Octal | 372 | 354 | 257 | 0 | 6 | 36 | 2 | 61 | 130 | 123 |
| Binary | 11111010 | 11101100 | 10101111 | 0 | 110 | 11110 | 10 | 110001 | 1011000 | 1010011 |
Color Harmonies of #FAECAF
Complementary color
Monochromatic Colors of #FAECAF
Black with #FAECAF
Text Example
Text Example
White with #FAECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECAF; }
p { color: rgb(250,236,175); }
H1.HeaderClassName
{
color: #FAECAF;
}
.AnyTagClassName
{
color: #FAECAF;
}
</style>
background-color css
<style>
a { background-color: #FAECAF; }
a { background-color: rgb(250,236,175); }
div.DivClassName
{
background-color: #FAECAF;
}
.BgClassName
{
background-color: #FAECAF;
}
</style>
border-color css
<style>
span { border-color: #FAECAF; }
span { border-color: rgb(250,236,175); }
td.TdClassName
{
border-color: #FAECAF;
}
.TagClassName
{
border-color: #FAECAF;
}
</style>