#FDEEB1

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

Shades of Banana Mania #FDEEB1

Tints of Banana Mania #FDEEB1

Color information

#FDEEB1 (or 0xFDEEB1) is unknown color: approx Banana Mania. HEX triplet: FD, EE and B1. RGB value is (253,238,177). Sum of RGB (Red+Green+Blue) = 253+238+177=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 177 (69.53% from 255 or 26.50% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEEB1 is #02114E. Grayscale: #EBEBEB. Windows color (decimal): -135503 or 11661053. OLE color: 11661053.

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

Color convert

RGB253238177-
CMYK00.060.300.01
HSL48.16º95%84.31%-
HSV(B)48.16º30.04%99.22%-
XYZ79.0285.2153.88-
YUV235.5394.97140.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 177 (69.53% from 255) = 26.50%
R=37.87%
G=35.63%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323817700.060.300.0148.169584.31
HexFDEEB1061E1305f54
Octal3753562610636160137124
Binary111111011110111010110001011011110111000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEB1; }

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

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

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

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

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

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

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

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