#FAEBB3

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

Shades of Banana Mania #FAEBB3

Tints of Banana Mania #FAEBB3

Color information

#FAEBB3 (or 0xFAEBB3) is unknown color: approx Banana Mania. HEX triplet: FA, EB and B3. RGB value is (250,235,179). Sum of RGB (Red+Green+Blue) = 250+235+179=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 179 (70.31% from 255 or 26.96% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBB3 is #05144C. Grayscale: #E9E9E9. Windows color (decimal): -332877 or 11791354. OLE color: 11791354.

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

Color convert

RGB250235179-
CMYK00.060.280.02
HSL47.32º87.65%84.12%-
HSV(B)47.32º28.4%98.04%-
XYZ77.278354.59-
YUV233.197.47140.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 179 (70.31% from 255) = 26.96%
R=37.65%
G=35.39%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023517900.060.280.0247.3287.6584.12
HexFAEBB3061C22f5854
Octal3723532630634257130124
Binary1111101011101011101100110110111001010111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBB3; }

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

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

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

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

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

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

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

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