Shades of Banana Mania #FAECAC
Tints of Banana Mania #FAECAC
RGB
CMYK
RGB Variations
Color information
#FAECAC (or 0xFAECAC) is known color: Banana Mania. HEX triplet: FA, EC and AC. RGB value is (250,236,172). Sum of RGB (Red+Green+Blue) = 250+236+172=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 172 (67.58% from 255 or 26.14% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECAC is #051353. Grayscale: #E9E9E9. Windows color (decimal): -332628 or 11332858. OLE color: 11332858.
HSL color Cylindrical-coordinate representation of color #FAECAC: hue angle of 49.23º 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 #FAECAC is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 172 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.02 |
| HSL | 49.23º | 0.89% | 0.83% | - |
| HSV(B) | 49.23º | 0.31% | 0.98% | - |
| XYZ | 76.87 | 83.29 | 51.06 | - |
| YUV | 232.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 172 | 0 | 0.06 | 0.31 | 0.02 | 49.23 | 0.89 | 0.83 |
| Hex | FA | EC | AC | 0 | 6 | 1F | 2 | 31 | 59 | 53 |
| Octal | 372 | 354 | 254 | 0 | 6 | 37 | 2 | 61 | 131 | 123 |
| Binary | 11111010 | 11101100 | 10101100 | 0 | 110 | 11111 | 10 | 110001 | 1011001 | 1010011 |
Color Harmonies of #FAECAC
Complementary color
Monochromatic Colors of #FAECAC
Black with #FAECAC
Text Example
Text Example
White with #FAECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECAC; }
p { color: rgb(250,236,172); }
H1.HeaderClassName
{
color: #FAECAC;
}
.AnyTagClassName
{
color: #FAECAC;
}
</style>
background-color css
<style>
a { background-color: #FAECAC; }
a { background-color: rgb(250,236,172); }
div.DivClassName
{
background-color: #FAECAC;
}
.BgClassName
{
background-color: #FAECAC;
}
</style>
border-color css
<style>
span { border-color: #FAECAC; }
span { border-color: rgb(250,236,172); }
td.TdClassName
{
border-color: #FAECAC;
}
.TagClassName
{
border-color: #FAECAC;
}
</style>