#FBE4AF

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

Shades of Banana Mania #FBE4AF

Tints of Banana Mania #FBE4AF

Color information

#FBE4AF (or 0xFBE4AF) is unknown color: approx Banana Mania. HEX triplet: FB, E4 and AF. RGB value is (251,228,175). Sum of RGB (Red+Green+Blue) = 251+228+175=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE4AF is #041B50. Grayscale: #E5E5E5. Windows color (decimal): -269137 or 11527419. OLE color: 11527419.

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

Color convert

RGB251228175-
CMYK00.090.300.02
HSL41.84º90.48%83.53%-
HSV(B)41.84º30.28%98.43%-
XYZ75.2679.0951.86-
YUV228.8397.62143.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 175 (68.75% from 255) = 26.76%
R=38.38%
G=34.86%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122817500.090.300.0241.8490.4883.53
HexFBE4AF091E22a5a54
Octal37334425701136252132124
Binary11111011111001001010111101001111101010101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4AF; }

 p { color: rgb(251,228,175); }

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

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

 a { background-color: rgb(251,228,175); }

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

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

 span { border-color: rgb(251,228,175); }

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