#F5EBB3

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

Shades of Banana Mania #F5EBB3

Tints of Banana Mania #F5EBB3

Color information

#F5EBB3 (or 0xF5EBB3) is unknown color: approx Banana Mania. HEX triplet: F5, EB and B3. RGB value is (245,235,179). Sum of RGB (Red+Green+Blue) = 245+235+179=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 179 (70.31% from 255 or 27.16% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBB3 is #0A144C. Grayscale: #E7E7E7. Windows color (decimal): -660557 or 11791349. OLE color: 11791349.

HSL color Cylindrical-coordinate representation of color #F5EBB3: hue angle of 50.91º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5EBB3 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB245235179-
CMYK00.040.270.04
HSL50.91º76.74%83.14%-
HSV(B)50.91º26.94%96.08%-
XYZ75.582.0854.51-
YUV231.6198.31137.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.18%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 179 (70.31% from 255) = 27.16%
R=37.18%
G=35.66%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523517900.040.270.0450.9176.7483.14
HexF5EBB3041B4334d53
Octal3653532630433463115123
Binary11110101111010111011001101001101110011001110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBB3; }

 p { color: rgb(245,235,179); }

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

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

 a { background-color: rgb(245,235,179); }

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

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

 span { border-color: rgb(245,235,179); }

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