Shades of Banana Mania #FCEAB6
Tints of Banana Mania #FCEAB6
RGB
CMYK
RGB Variations
Color information
#FCEAB6 (or 0xFCEAB6) is known color: Banana Mania. HEX triplet: FC, EA and B6. RGB value is (252,234,182). Sum of RGB (Red+Green+Blue) = 252+234+182=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 182 (71.48% from 255 or 27.25% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAB6 is #031549. Grayscale: #E9E9E9. Windows color (decimal): -202058 or 11987708. OLE color: 11987708.
HSL color Cylindrical-coordinate representation of color #FCEAB6: hue angle of 44.57º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCEAB6 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 182 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.01 |
| HSL | 44.57º | 0.92% | 0.85% | - |
| HSV(B) | 44.57º | 0.28% | 0.99% | - |
| XYZ | 78.01 | 82.92 | 56.15 | - |
| YUV | 233.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 182 | 0 | 0.07 | 0.28 | 0.01 | 44.57 | 0.92 | 0.85 |
| Hex | FC | EA | B6 | 0 | 7 | 1C | 1 | 2D | 5C | 55 |
| Octal | 374 | 352 | 266 | 0 | 7 | 34 | 1 | 55 | 134 | 125 |
| Binary | 11111100 | 11101010 | 10110110 | 0 | 111 | 11100 | 1 | 101101 | 1011100 | 1010101 |
Color Harmonies of #FCEAB6
Complementary color
Monochromatic Colors of #FCEAB6
Black with #FCEAB6
Text Example
Text Example
White with #FCEAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAB6; }
p { color: rgb(252,234,182); }
H1.HeaderClassName
{
color: #FCEAB6;
}
.AnyTagClassName
{
color: #FCEAB6;
}
</style>
background-color css
<style>
a { background-color: #FCEAB6; }
a { background-color: rgb(252,234,182); }
div.DivClassName
{
background-color: #FCEAB6;
}
.BgClassName
{
background-color: #FCEAB6;
}
</style>
border-color css
<style>
span { border-color: #FCEAB6; }
span { border-color: rgb(252,234,182); }
td.TdClassName
{
border-color: #FCEAB6;
}
.TagClassName
{
border-color: #FCEAB6;
}
</style>