#FCE5B1

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

Shades of Banana Mania #FCE5B1

Tints of Banana Mania #FCE5B1

Color information

#FCE5B1 (or 0xFCE5B1) is unknown color: approx Banana Mania. HEX triplet: FC, E5 and B1. RGB value is (252,229,177). Sum of RGB (Red+Green+Blue) = 252+229+177=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 177 (69.53% from 255 or 26.90% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5B1 is #031A4E. Grayscale: #E6E6E6. Windows color (decimal): -203343 or 11658748. OLE color: 11658748.

HSL color Cylindrical-coordinate representation of color #FCE5B1: hue angle of 41.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCE5B1 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB252229177-
CMYK00.090.300.01
HSL41.6º92.59%84.12%-
HSV(B)41.6º29.76%98.82%-
XYZ76.179.9153.01-
YUV229.9598.12143.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.30%
GREEN value IS 229 (89.84% from 255) = 34.80%
BLUE value IS 177 (69.53% from 255) = 26.90%
R=38.30%
G=34.80%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222917700.090.300.0141.692.5984.12
HexFCE5B1091E12a5d54
Octal37434526101136152135124
Binary1111110011100101101100010100111110110101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5B1; }

 p { color: rgb(252,229,177); }

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

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

 a { background-color: rgb(252,229,177); }

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

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

 span { border-color: rgb(252,229,177); }

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