#FBF0B4

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

Shades of Banana Mania #FBF0B4

Tints of Banana Mania #FBF0B4

Color information

#FBF0B4 (or 0xFBF0B4) is unknown color: approx Banana Mania. HEX triplet: FB, F0 and B4. RGB value is (251,240,180). Sum of RGB (Red+Green+Blue) = 251+240+180=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 180 (70.70% from 255 or 26.83% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0B4 is #040F4B. Grayscale: #ECECEC. Windows color (decimal): -266060 or 11858171. OLE color: 11858171.

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

Color convert

RGB251240180-
CMYK00.040.280.02
HSL50.7º89.87%84.51%-
HSV(B)50.7º28.29%98.43%-
XYZ79.1886.1255.63-
YUV236.4596.14138.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 180 (70.70% from 255) = 26.83%
R=37.41%
G=35.77%
B=26.83%

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
Decimal25124018000.040.280.0250.789.8784.51
HexFBF0B4041C2335a55
Octal3733602640434263132125
Binary1111101111110000101101000100111001011001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0B4; }

 p { color: rgb(251,240,180); }

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

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

 a { background-color: rgb(251,240,180); }

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

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

 span { border-color: rgb(251,240,180); }

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