#FAE9AC

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

Shades of Banana Mania #FAE9AC

Tints of Banana Mania #FAE9AC

Color information

#FAE9AC (or 0xFAE9AC) is unknown color: approx Banana Mania. HEX triplet: FA, E9 and AC. RGB value is (250,233,172). Sum of RGB (Red+Green+Blue) = 250+233+172=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 172 (67.58% from 255 or 26.26% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE9AC is #051653. Grayscale: #E7E7E7. Windows color (decimal): -333396 or 11332090. OLE color: 11332090.

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

Color convert

RGB250233172-
CMYK00.070.310.02
HSL46.92º88.64%82.75%-
HSV(B)46.92º31.2%98.04%-
XYZ76.0181.5850.77-
YUV231.1394.63141.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 233 (91.41% from 255) = 35.57%
BLUE value IS 172 (67.58% from 255) = 26.26%
R=38.17%
G=35.57%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023317200.070.310.0246.9288.6482.75
HexFAE9AC071F22f5953
Octal3723512540737257131123
Binary1111101011101001101011000111111111010111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9AC; }

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

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

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

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

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

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

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

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