#FDF1B6

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

Shades of Banana Mania #FDF1B6

Tints of Banana Mania #FDF1B6

Color information

#FDF1B6 (or 0xFDF1B6) is unknown color: approx Banana Mania. HEX triplet: FD, F1 and B6. RGB value is (253,241,182). Sum of RGB (Red+Green+Blue) = 253+241+182=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 182 (71.48% from 255 or 26.92% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1B6 is #020E49. Grayscale: #EEEEEE. Windows color (decimal): -134730 or 11989501. OLE color: 11989501.

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

Color convert

RGB253241182-
CMYK00.050.280.01
HSL49.86º94.67%85.29%-
HSV(B)49.86º28.06%99.22%-
XYZ80.4187.1756.84-
YUV237.8696.48138.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 241 (94.53% from 255) = 35.65%
BLUE value IS 182 (71.48% from 255) = 26.92%
R=37.43%
G=35.65%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324118200.050.280.0149.8694.6785.29
HexFDF1B6051C1325f55
Octal3753612660534162137125
Binary111111011111000110110110010111100111001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1B6; }

 p { color: rgb(253,241,182); }

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

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

 a { background-color: rgb(253,241,182); }

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

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

 span { border-color: rgb(253,241,182); }

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