#FAE6AB

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

Shades of Banana Mania #FAE6AB

Tints of Banana Mania #FAE6AB

Color information

#FAE6AB (or 0xFAE6AB) is unknown color: approx Banana Mania. HEX triplet: FA, E6 and AB. RGB value is (250,230,171). Sum of RGB (Red+Green+Blue) = 250+230+171=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6AB is #051954. Grayscale: #E5E5E5. Windows color (decimal): -334165 or 11265786. OLE color: 11265786.

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

Color convert

RGB250230171-
CMYK00.080.320.02
HSL44.81º88.76%82.55%-
HSV(B)44.81º31.6%98.04%-
XYZ75.0779.8649.99-
YUV229.2595.13142.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 230 (90.23% from 255) = 35.33%
BLUE value IS 171 (67.19% from 255) = 26.27%
R=38.40%
G=35.33%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023017100.080.320.0244.8188.7682.55
HexFAE6AB082022d5953
Octal37234625301040255131123
Binary111110101110011010101011010001000001010110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6AB; }

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

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

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

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

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

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

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

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