#FAE4AB

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

Shades of Banana Mania #FAE4AB

Tints of Banana Mania #FAE4AB

Color information

#FAE4AB (or 0xFAE4AB) is unknown color: approx Banana Mania. HEX triplet: FA, E4 and AB. RGB value is (250,228,171). Sum of RGB (Red+Green+Blue) = 250+228+171=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4AB is #051B54. Grayscale: #E4E4E4. Windows color (decimal): -334677 or 11265274. OLE color: 11265274.

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

Color convert

RGB250228171-
CMYK00.090.320.02
HSL43.29º88.76%82.55%-
HSV(B)43.29º31.6%98.04%-
XYZ74.5278.7549.8-
YUV228.0895.79143.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 228 (89.45% from 255) = 35.13%
BLUE value IS 171 (67.19% from 255) = 26.35%
R=38.52%
G=35.13%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022817100.090.320.0243.2988.7682.55
HexFAE4AB092022b5953
Octal37234425301140253131123
Binary111110101110010010101011010011000001010101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4AB; }

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

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

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

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

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

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

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

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