Shades of Banana Mania #FCE7B2
Tints of Banana Mania #FCE7B2
RGB
CMYK
RGB Variations
Color information
#FCE7B2 (or 0xFCE7B2) is known color: Banana Mania. HEX triplet: FC, E7 and B2. RGB value is (252,231,178). Sum of RGB (Red+Green+Blue) = 252+231+178=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 178 (69.92% from 255 or 26.93% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE7B2 is #03184D. Grayscale: #E7E7E7. Windows color (decimal): -202830 or 11724796. OLE color: 11724796.
HSL color Cylindrical-coordinate representation of color #FCE7B2: hue angle of 42.97º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCE7B2 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 231 | 178 | - |
CMYK | 0 | 0.08 | 0.29 | 0.01 |
HSL | 42.97º | 0.93% | 0.84% | - |
HSV(B) | 42.97º | 0.29% | 0.99% | - |
XYZ | 76.76 | 81.06 | 53.72 | - |
YUV | 231.24 | 97.96 | 142.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 231 | 178 | 0 | 0.08 | 0.29 | 0.01 | 42.97 | 0.93 | 0.84 |
Hex | FC | E7 | B2 | 0 | 8 | 1D | 1 | 2B | 5C | 54 |
Octal | 374 | 347 | 262 | 0 | 10 | 35 | 1 | 53 | 134 | 124 |
Binary | 11111100 | 11100111 | 10110010 | 0 | 1000 | 11101 | 1 | 101011 | 1011100 | 1010100 |
Color Harmonies of #FCE7B2
Complementary color
Monochromatic Colors of #FCE7B2
Black with #FCE7B2
Text Example
Text Example
White with #FCE7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7B2; }
p { color: rgb(252,231,178); }
H1.HeaderClassName
{
color: #FCE7B2;
}
.AnyTagClassName
{
color: #FCE7B2;
}
</style>
background-color css
<style>
a { background-color: #FCE7B2; }
a { background-color: rgb(252,231,178); }
div.DivClassName
{
background-color: #FCE7B2;
}
.BgClassName
{
background-color: #FCE7B2;
}
</style>
border-color css
<style>
span { border-color: #FCE7B2; }
span { border-color: rgb(252,231,178); }
td.TdClassName
{
border-color: #FCE7B2;
}
.TagClassName
{
border-color: #FCE7B2;
}
</style>