Shades of Banana Mania #FCEEAF
Tints of Banana Mania #FCEEAF
RGB
CMYK
RGB Variations
Color information
#FCEEAF (or 0xFCEEAF) is known color: Banana Mania. HEX triplet: FC, EE and AF. RGB value is (252,238,175). Sum of RGB (Red+Green+Blue) = 252+238+175=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEEAF is #031150. Grayscale: #EBEBEB. Windows color (decimal): -201041 or 11529980. OLE color: 11529980.
HSL color Cylindrical-coordinate representation of color #FCEEAF: hue angle of 49.09º 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 #FCEEAF is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 175 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.01 |
| HSL | 49.09º | 0.93% | 0.84% | - |
| HSV(B) | 49.09º | 0.31% | 0.99% | - |
| XYZ | 78.46 | 84.94 | 52.82 | - |
| YUV | 235 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 175 | 0 | 0.06 | 0.31 | 0.01 | 49.09 | 0.93 | 0.84 |
| Hex | FC | EE | AF | 0 | 6 | 1F | 1 | 31 | 5D | 54 |
| Octal | 374 | 356 | 257 | 0 | 6 | 37 | 1 | 61 | 135 | 124 |
| Binary | 11111100 | 11101110 | 10101111 | 0 | 110 | 11111 | 1 | 110001 | 1011101 | 1010100 |
Color Harmonies of #FCEEAF
Complementary color
Monochromatic Colors of #FCEEAF
Black with #FCEEAF
Text Example
Text Example
White with #FCEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEAF; }
p { color: rgb(252,238,175); }
H1.HeaderClassName
{
color: #FCEEAF;
}
.AnyTagClassName
{
color: #FCEEAF;
}
</style>
background-color css
<style>
a { background-color: #FCEEAF; }
a { background-color: rgb(252,238,175); }
div.DivClassName
{
background-color: #FCEEAF;
}
.BgClassName
{
background-color: #FCEEAF;
}
</style>
border-color css
<style>
span { border-color: #FCEEAF; }
span { border-color: rgb(252,238,175); }
td.TdClassName
{
border-color: #FCEEAF;
}
.TagClassName
{
border-color: #FCEEAF;
}
</style>