#FAEFB3

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

Shades of Banana Mania #FAEFB3

Tints of Banana Mania #FAEFB3

Color information

#FAEFB3 (or 0xFAEFB3) is unknown color: approx Banana Mania. HEX triplet: FA, EF and B3. RGB value is (250,239,179). Sum of RGB (Red+Green+Blue) = 250+239+179=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 179 (70.31% from 255 or 26.80% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFB3 is #05104C. Grayscale: #EBEBEB. Windows color (decimal): -331853 or 11792378. OLE color: 11792378.

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

Color convert

RGB250239179-
CMYK00.040.280.02
HSL50.7º87.65%84.12%-
HSV(B)50.7º28.4%98.04%-
XYZ78.4385.3154.98-
YUV235.4596.14138.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 179 (70.31% from 255) = 26.80%
R=37.43%
G=35.78%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023917900.040.280.0250.787.6584.12
HexFAEFB3041C2335854
Octal3723572630434263130124
Binary1111101011101111101100110100111001011001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFB3; }

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

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

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

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

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

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

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

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