#FCEAB5

Color #FCEAB5 Banana Mania (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Banana Mania #FCEAB5

Tints of Banana Mania #FCEAB5

Color information

#FCEAB5 (or 0xFCEAB5) is unknown color: approx Banana Mania. HEX triplet: FC, EA and B5. RGB value is (252,234,181). Sum of RGB (Red+Green+Blue) = 252+234+181=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 181 (71.09% from 255 or 27.14% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAB5 is #03154A. Grayscale: #E9E9E9. Windows color (decimal): -202059 or 11922172. OLE color: 11922172.

HSL color Cylindrical-coordinate representation of color #FCEAB5: hue angle of 44.79º 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 #FCEAB5 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB252234181-
CMYK00.070.280.01
HSL44.79º92.21%84.9%-
HSV(B)44.79º28.17%98.82%-
XYZ77.9182.8855.61-
YUV233.3498.46141.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 181 (71.09% from 255) = 27.14%
R=37.78%
G=35.08%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223418100.070.280.0144.7992.2184.9
HexFCEAB5071C12d5c55
Octal3743522650734155134125
Binary111111001110101010110101011111100110110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAB5; }

 p { color: rgb(252,234,181); }

 H1.HeaderClassName
 {
   color: #FCEAB5;
 }
 .AnyTagClassName
 {
   color: #FCEAB5;
 }
</style>
background-color css

<style>
 a { background-color: #FCEAB5; }

 a { background-color: rgb(252,234,181); }

 div.DivClassName
 {
   background-color: #FCEAB5;
 }
 .BgClassName
 {
   background-color: #FCEAB5;
 }
</style>
border-color css

<style>
 span { border-color: #FCEAB5; }

 span { border-color: rgb(252,234,181); }

 td.TdClassName
 {
   border-color: #FCEAB5;
 }
 .TagClassName
 {
   border-color: #FCEAB5;
 }
</style>