#FAE8B3

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

Shades of Banana Mania #FAE8B3

Tints of Banana Mania #FAE8B3

Color information

#FAE8B3 (or 0xFAE8B3) is unknown color: approx Banana Mania. HEX triplet: FA, E8 and B3. RGB value is (250,232,179). Sum of RGB (Red+Green+Blue) = 250+232+179=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 179 (70.31% from 255 or 27.08% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8B3 is #05174C. Grayscale: #E7E7E7. Windows color (decimal): -333645 or 11790586. OLE color: 11790586.

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

Color convert

RGB250232179-
CMYK00.070.280.02
HSL44.79º87.65%84.12%-
HSV(B)44.79º28.4%98.04%-
XYZ76.4281.2954.31-
YUV231.3498.46141.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 179 (70.31% from 255) = 27.08%
R=37.82%
G=35.10%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023217900.070.280.0244.7987.6584.12
HexFAE8B3071C22d5854
Octal3723502630734255130124
Binary1111101011101000101100110111111001010110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8B3; }

 p { color: rgb(250,232,179); }

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

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

 a { background-color: rgb(250,232,179); }

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

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

 span { border-color: rgb(250,232,179); }

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