#FAE6AC

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

Shades of Banana Mania #FAE6AC

Tints of Banana Mania #FAE6AC

Color information

#FAE6AC (or 0xFAE6AC) is unknown color: approx Banana Mania. HEX triplet: FA, E6 and AC. RGB value is (250,230,172). Sum of RGB (Red+Green+Blue) = 250+230+172=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6AC is #051953. Grayscale: #E5E5E5. Windows color (decimal): -334164 or 11331322. OLE color: 11331322.

HSL color Cylindrical-coordinate representation of color #FAE6AC: hue angle of 44.62º 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 #FAE6AC is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB250230172-
CMYK00.080.310.02
HSL44.62º88.64%82.75%-
HSV(B)44.62º31.2%98.04%-
XYZ75.1779.950.49-
YUV229.3795.63142.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 230 (90.23% from 255) = 35.28%
BLUE value IS 172 (67.58% from 255) = 26.38%
R=38.34%
G=35.28%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023017200.080.310.0244.6288.6482.75
HexFAE6AC081F22d5953
Octal37234625401037255131123
Binary11111010111001101010110001000111111010110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6AC; }

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

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

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

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

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

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

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

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