#FBEAAE

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

Shades of Banana Mania #FBEAAE

Tints of Banana Mania #FBEAAE

Color information

#FBEAAE (or 0xFBEAAE) is unknown color: approx Banana Mania. HEX triplet: FB, EA and AE. RGB value is (251,234,174). Sum of RGB (Red+Green+Blue) = 251+234+174=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 174 (68.36% from 255 or 26.40% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEAAE is #041551. Grayscale: #E8E8E8. Windows color (decimal): -267602 or 11463419. OLE color: 11463419.

HSL color Cylindrical-coordinate representation of color #FBEAAE: hue angle of 46.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBEAAE is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251234174-
CMYK00.070.310.02
HSL46.75º90.59%83.33%-
HSV(B)46.75º30.68%98.43%-
XYZ76.8582.4151.9-
YUV232.2495.13141.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 174 (68.36% from 255) = 26.40%
R=38.09%
G=35.51%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123417400.070.310.0246.7590.5983.33
HexFBEAAE071F22f5b53
Octal3733522560737257133123
Binary1111101111101010101011100111111111010111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAAE; }

 p { color: rgb(251,234,174); }

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

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

 a { background-color: rgb(251,234,174); }

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

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

 span { border-color: rgb(251,234,174); }

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