#FDEBB1

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

Shades of Banana Mania #FDEBB1

Tints of Banana Mania #FDEBB1

Color information

#FDEBB1 (or 0xFDEBB1) is unknown color: approx Banana Mania. HEX triplet: FD, EB and B1. RGB value is (253,235,177). Sum of RGB (Red+Green+Blue) = 253+235+177=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 177 (69.53% from 255 or 26.62% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEBB1 is #02144E. Grayscale: #EAEAEA. Windows color (decimal): -136271 or 11660285. OLE color: 11660285.

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

Color convert

RGB253235177-
CMYK00.070.300.01
HSL45.79º95%84.31%-
HSV(B)45.79º30.04%99.22%-
XYZ78.1583.4753.59-
YUV233.7795.96141.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 177 (69.53% from 255) = 26.62%
R=38.05%
G=35.34%
B=26.62%

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
Decimal25323517700.070.300.0145.799584.31
HexFDEBB1071E12e5f54
Octal3753532610736156137124
Binary111111011110101110110001011111110110111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBB1; }

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

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

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

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

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

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

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

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