#FBECAF

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

Shades of Banana Mania #FBECAF

Tints of Banana Mania #FBECAF

Color information

#FBECAF (or 0xFBECAF) is unknown color: approx Banana Mania. HEX triplet: FB, EC and AF. RGB value is (251,236,175). Sum of RGB (Red+Green+Blue) = 251+236+175=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBECAF is #041350. Grayscale: #E9E9E9. Windows color (decimal): -267089 or 11529467. OLE color: 11529467.

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

Color convert

RGB251236175-
CMYK00.060.300.02
HSL48.16º90.48%83.53%-
HSV(B)48.16º30.28%98.43%-
XYZ77.5283.652.61-
YUV233.5394.97140.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 236 (92.58% from 255) = 35.65%
BLUE value IS 175 (68.75% from 255) = 26.44%
R=37.92%
G=35.65%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123617500.060.300.0248.1690.4883.53
HexFBECAF061E2305a54
Octal3733542570636260132124
Binary1111101111101100101011110110111101011000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECAF; }

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

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

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

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

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

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

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

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