#FAE4B0

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

Shades of Banana Mania #FAE4B0

Tints of Banana Mania #FAE4B0

Color information

#FAE4B0 (or 0xFAE4B0) is unknown color: approx Banana Mania. HEX triplet: FA, E4 and B0. RGB value is (250,228,176). Sum of RGB (Red+Green+Blue) = 250+228+176=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 176 (69.14% from 255 or 26.91% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4B0 is #051B4F. Grayscale: #E4E4E4. Windows color (decimal): -334672 or 11592954. OLE color: 11592954.

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

Color convert

RGB250228176-
CMYK00.090.300.02
HSL42.16º88.1%83.53%-
HSV(B)42.16º29.6%98.04%-
XYZ7578.9552.36-
YUV228.6598.29143.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 176 (69.14% from 255) = 26.91%
R=38.23%
G=34.86%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022817600.090.300.0242.1688.183.53
HexFAE4B0091E22a5854
Octal37234426001136252130124
Binary11111010111001001011000001001111101010101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4B0; }

 p { color: rgb(250,228,176); }

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

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

 a { background-color: rgb(250,228,176); }

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

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

 span { border-color: rgb(250,228,176); }

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