#FDEBB4

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

Shades of Banana Mania #FDEBB4

Tints of Banana Mania #FDEBB4

Color information

#FDEBB4 (or 0xFDEBB4) is unknown color: approx Banana Mania. HEX triplet: FD, EB and B4. RGB value is (253,235,180). Sum of RGB (Red+Green+Blue) = 253+235+180=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 180 (70.70% from 255 or 26.95% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBB4 is #02144B. Grayscale: #EAEAEA. Windows color (decimal): -136268 or 11856893. OLE color: 11856893.

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

Color convert

RGB253235180-
CMYK00.070.290.01
HSL45.21º94.81%84.9%-
HSV(B)45.21º28.85%99.22%-
XYZ78.4583.5955.18-
YUV234.1197.46141.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 180 (70.70% from 255) = 26.95%
R=37.87%
G=35.18%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323518000.070.290.0145.2194.8184.9
HexFDEBB4071D12d5f55
Octal3753532640735155137125
Binary111111011110101110110100011111101110110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBB4; }

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

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

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

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

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

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

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

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