Shades of Banana Mania #FCF0AF
Tints of Banana Mania #FCF0AF
RGB
CMYK
RGB Variations
Color information
#FCF0AF (or 0xFCF0AF) is known color: Banana Mania. HEX triplet: FC, F0 and AF. RGB value is (252,240,175). Sum of RGB (Red+Green+Blue) = 252+240+175=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0AF is #030F50. Grayscale: #ECECEC. Windows color (decimal): -200529 or 11530492. OLE color: 11530492.
HSL color Cylindrical-coordinate representation of color #FCF0AF: hue angle of 50.65º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCF0AF is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 175 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.01 |
| HSL | 50.65º | 0.93% | 0.84% | - |
| HSV(B) | 50.65º | 0.31% | 0.99% | - |
| XYZ | 79.04 | 86.11 | 53.01 | - |
| YUV | 236.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 175 | 0 | 0.05 | 0.31 | 0.01 | 50.65 | 0.93 | 0.84 |
| Hex | FC | F0 | AF | 0 | 5 | 1F | 1 | 33 | 5D | 54 |
| Octal | 374 | 360 | 257 | 0 | 5 | 37 | 1 | 63 | 135 | 124 |
| Binary | 11111100 | 11110000 | 10101111 | 0 | 101 | 11111 | 1 | 110011 | 1011101 | 1010100 |
Color Harmonies of #FCF0AF
Complementary color
Monochromatic Colors of #FCF0AF
Black with #FCF0AF
Text Example
Text Example
White with #FCF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0AF; }
p { color: rgb(252,240,175); }
H1.HeaderClassName
{
color: #FCF0AF;
}
.AnyTagClassName
{
color: #FCF0AF;
}
</style>
background-color css
<style>
a { background-color: #FCF0AF; }
a { background-color: rgb(252,240,175); }
div.DivClassName
{
background-color: #FCF0AF;
}
.BgClassName
{
background-color: #FCF0AF;
}
</style>
border-color css
<style>
span { border-color: #FCF0AF; }
span { border-color: rgb(252,240,175); }
td.TdClassName
{
border-color: #FCF0AF;
}
.TagClassName
{
border-color: #FCF0AF;
}
</style>