#FBEDB1

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

Shades of Banana Mania #FBEDB1

Tints of Banana Mania #FBEDB1

Color information

#FBEDB1 (or 0xFBEDB1) is unknown color: approx Banana Mania. HEX triplet: FB, ED and B1. RGB value is (251,237,177). Sum of RGB (Red+Green+Blue) = 251+237+177=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 177 (69.53% from 255 or 26.62% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEDB1 is #04124E. Grayscale: #EAEAEA. Windows color (decimal): -266831 or 11660795. OLE color: 11660795.

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

Color convert

RGB251237177-
CMYK00.060.290.02
HSL48.65º90.24%83.92%-
HSV(B)48.65º29.48%98.43%-
XYZ7884.2553.75-
YUV234.3595.64139.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 177 (69.53% from 255) = 26.62%
R=37.74%
G=35.64%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123717700.060.290.0248.6590.2483.92
HexFBEDB1061D2315a54
Octal3733552610635261132124
Binary1111101111101101101100010110111011011000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDB1; }

 p { color: rgb(251,237,177); }

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

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

 a { background-color: rgb(251,237,177); }

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

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

 span { border-color: rgb(251,237,177); }

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