#FAE9AB

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

Shades of Banana Mania #FAE9AB

Tints of Banana Mania #FAE9AB

Color information

#FAE9AB (or 0xFAE9AB) is unknown color: approx Banana Mania. HEX triplet: FA, E9 and AB. RGB value is (250,233,171). Sum of RGB (Red+Green+Blue) = 250+233+171=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 171 (67.19% from 255 or 26.15% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE9AB is #051654. Grayscale: #E7E7E7. Windows color (decimal): -333397 or 11266554. OLE color: 11266554.

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

Color convert

RGB250233171-
CMYK00.070.320.02
HSL47.09º88.76%82.55%-
HSV(B)47.09º31.6%98.04%-
XYZ75.9181.5450.27-
YUV231.0294.13141.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 233 (91.41% from 255) = 35.63%
BLUE value IS 171 (67.19% from 255) = 26.15%
R=38.23%
G=35.63%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023317100.070.320.0247.0988.7682.55
HexFAE9AB072022f5953
Octal3723512530740257131123
Binary11111010111010011010101101111000001010111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9AB; }

 p { color: rgb(250,233,171); }

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

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

 a { background-color: rgb(250,233,171); }

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

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

 span { border-color: rgb(250,233,171); }

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