#FAE3B3

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

Shades of Banana Mania #FAE3B3

Tints of Banana Mania #FAE3B3

Color information

#FAE3B3 (or 0xFAE3B3) is unknown color: approx Banana Mania. HEX triplet: FA, E3 and B3. RGB value is (250,227,179). Sum of RGB (Red+Green+Blue) = 250+227+179=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 179 (70.31% from 255 or 27.29% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3B3 is #051C4C. Grayscale: #E4E4E4. Windows color (decimal): -334925 or 11789306. OLE color: 11789306.

HSL color Cylindrical-coordinate representation of color #FAE3B3: hue angle of 40.56º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAE3B3 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250227179-
CMYK00.090.280.02
HSL40.56º87.65%84.12%-
HSV(B)40.56º28.4%98.04%-
XYZ75.0378.5253.85-
YUV228.4100.12143.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 227 (89.06% from 255) = 34.60%
BLUE value IS 179 (70.31% from 255) = 27.29%
R=38.11%
G=34.60%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022717900.090.280.0240.5687.6584.12
HexFAE3B3091C2295854
Octal37234326301134251130124
Binary11111010111000111011001101001111001010100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3B3; }

 p { color: rgb(250,227,179); }

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

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

 a { background-color: rgb(250,227,179); }

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

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

 span { border-color: rgb(250,227,179); }

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