#FCEAA8

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

Shades of Banana Mania #FCEAA8

Tints of Banana Mania #FCEAA8

Color information

#FCEAA8 (or 0xFCEAA8) is unknown color: approx Banana Mania. HEX triplet: FC, EA and A8. RGB value is (252,234,168). Sum of RGB (Red+Green+Blue) = 252+234+168=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 168 (66.02% from 255 or 25.69% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEAA8 is #031557. Grayscale: #E8E8E8. Windows color (decimal): -202072 or 11070204. OLE color: 11070204.

HSL color Cylindrical-coordinate representation of color #FCEAA8: hue angle of 47.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCEAA8 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252234168-
CMYK00.070.330.01
HSL47.14º93.33%82.35%-
HSV(B)47.14º33.33%98.82%-
XYZ76.6482.3748.91-
YUV231.8691.96142.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 168 (66.02% from 255) = 25.69%
R=38.53%
G=35.78%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223416800.070.330.0147.1493.3382.35
HexFCEAA8072112f5d52
Octal3743522500741157135122
Binary1111110011101010101010000111100001110111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAA8; }

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

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

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

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

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

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

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

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