Shades of Banana Mania #FCEAAB
Tints of Banana Mania #FCEAAB
RGB
CMYK
RGB Variations
Color information
#FCEAAB (or 0xFCEAAB) is known color: Banana Mania. HEX triplet: FC, EA and AB. RGB value is (252,234,171). Sum of RGB (Red+Green+Blue) = 252+234+171=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 171 (67.19% from 255 or 26.03% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEAAB is #031554. Grayscale: #E8E8E8. Windows color (decimal): -202069 or 11266812. OLE color: 11266812.
HSL color Cylindrical-coordinate representation of color #FCEAAB: hue angle of 46.67º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCEAAB is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 171 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.01 |
| HSL | 46.67º | 0.93% | 0.83% | - |
| HSV(B) | 46.67º | 0.32% | 0.99% | - |
| XYZ | 76.92 | 82.48 | 50.39 | - |
| YUV | 232.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 171 | 0 | 0.07 | 0.32 | 0.01 | 46.67 | 0.93 | 0.83 |
| Hex | FC | EA | AB | 0 | 7 | 20 | 1 | 2F | 5D | 53 |
| Octal | 374 | 352 | 253 | 0 | 7 | 40 | 1 | 57 | 135 | 123 |
| Binary | 11111100 | 11101010 | 10101011 | 0 | 111 | 100000 | 1 | 101111 | 1011101 | 1010011 |
Color Harmonies of #FCEAAB
Complementary color
Monochromatic Colors of #FCEAAB
Black with #FCEAAB
Text Example
Text Example
White with #FCEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAAB; }
p { color: rgb(252,234,171); }
H1.HeaderClassName
{
color: #FCEAAB;
}
.AnyTagClassName
{
color: #FCEAAB;
}
</style>
background-color css
<style>
a { background-color: #FCEAAB; }
a { background-color: rgb(252,234,171); }
div.DivClassName
{
background-color: #FCEAAB;
}
.BgClassName
{
background-color: #FCEAAB;
}
</style>
border-color css
<style>
span { border-color: #FCEAAB; }
span { border-color: rgb(252,234,171); }
td.TdClassName
{
border-color: #FCEAAB;
}
.TagClassName
{
border-color: #FCEAAB;
}
</style>