#FDEFB1

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

Shades of Banana Mania #FDEFB1

Tints of Banana Mania #FDEFB1

Color information

#FDEFB1 (or 0xFDEFB1) is unknown color: approx Banana Mania. HEX triplet: FD, EF and B1. RGB value is (253,239,177). Sum of RGB (Red+Green+Blue) = 253+239+177=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 177 (69.53% from 255 or 26.46% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFB1 is #02104E. Grayscale: #ECECEC. Windows color (decimal): -135247 or 11661309. OLE color: 11661309.

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

Color convert

RGB253239177-
CMYK00.060.300.01
HSL48.95º95%84.31%-
HSV(B)48.95º30.04%99.22%-
XYZ79.3185.7953.97-
YUV236.1294.64140.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 177 (69.53% from 255) = 26.46%
R=37.82%
G=35.72%
B=26.46%

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
Decimal25323917700.060.300.0148.959584.31
HexFDEFB1061E1315f54
Octal3753572610636161137124
Binary111111011110111110110001011011110111000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFB1; }

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

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

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

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

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

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

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

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