#FDEBB0

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

Shades of Banana Mania #FDEBB0

Tints of Banana Mania #FDEBB0

Color information

#FDEBB0 (or 0xFDEBB0) is unknown color: approx Banana Mania. HEX triplet: FD, EB and B0. RGB value is (253,235,176). Sum of RGB (Red+Green+Blue) = 253+235+176=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 176 (69.14% from 255 or 26.51% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEBB0 is #02144F. Grayscale: #E9E9E9. Windows color (decimal): -136272 or 11594749. OLE color: 11594749.

HSL color Cylindrical-coordinate representation of color #FDEBB0: hue angle of 45.97º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDEBB0 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253235176-
CMYK00.070.300.01
HSL45.97º95.06%84.12%-
HSV(B)45.97º30.43%99.22%-
XYZ78.0583.4353.06-
YUV233.6695.46141.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.10%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 176 (69.14% from 255) = 26.51%
R=38.10%
G=35.39%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323517600.070.300.0145.9795.0684.12
HexFDEBB0071E12e5f54
Octal3753532600736156137124
Binary111111011110101110110000011111110110111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBB0; }

 p { color: rgb(253,235,176); }

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

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

 a { background-color: rgb(253,235,176); }

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

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

 span { border-color: rgb(253,235,176); }

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