#f1d3b2 Color Hex Banana Ice Cream

Information about Banana Ice Cream Color | #0000FF

#f1d3b2 color RGB value is (241,211,178). #f1d3b2 color name is Banana Ice Cream color.

#f1d3b2 hex color red value is 241 , green value is 211 and the blue value of its RGB is 178 . Cylindrical-coordinate representations (also known as HSL) of color #f1d3b2 hue: 31 , saturation: 69 and the lightness value of #f1d3b2 is 82

The process color (four color CMYK) of #f1d3b2 color hex is 0 , 5 ,10, 2 .

#f1d3b2

~Banana Ice Cream

Color Converions

HEX
#f1d3b2
RGB
241,211,178
LAB
86,7,20
CMYK
0,12,26,5
LCH
86,22,71
XYZ
68,69,52
HSV
31,26,95
HSL
31,69,82

Base Numbers

Base Red Green Blue
Binary 11110001 11010011 10110010
Octal 361 323 262
Decimal 241 211 178
Hex f1 d3 b2

RGB Percentages of Color #f1d3b2

95%
83%
70%

CMYK Percentages of Color #f1d3b2

0%
10%
5%
2%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #f1d3b2

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#f1d3b2
20%
#d9bea0
30%
#c1a98e
40%
#a9947d
50%
#917f6b
60%
#796959
70%
#605447
80%
#483f35
90%
#302a24
100%
#181512

Tints of #f1d3b2

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#f1d3b2
20%
#f2d7ba
30%
#f4dcc1
40%
#f5e0c9
50%
#f7e5d1
60%
#f8e9d8
70%
#f9ede0
80%
#fbf2e8
90%
#fcf6f0
100%
#fefbf7

Tones of #f1d3b2

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#f1d3b2
20%
#e6cbad
30%
#dac2a8
40%
#cfbaa3
50%
#c4b29e
60%
#b8a999
70%
#ada194
80%
#a2998f
90%
#96908a
100%
#8b8885

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#f1d3b2
#f1bab2
#f1c6b2
#f1d3b2
#f1e0b2
#f1ecb2

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#f1d3b2
#b2d0f1

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f1d3b2
#c3f1b2
#bab2f1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f1d3b2
#b2f1d3
#d3b2f1

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#f1d3b2
#b2f1b3
#b2d0f1
#f1b2ef

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f1d3b2
#1c1915
#473e34
#716354
#9c8973
#c6ae93

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#f1d3b2

protanopia

#e3d6b2

deuteranopia

#faceb2

tritanopia

#f6ccdb

achromatopsia

#d7d7d7

protanomaly

#e8d5b2

deuteranomaly

#f7d0b2

achromatopsia

#d7d7d7

tritanomaly

#f4cecc

achromatomaly

#e0d6ca

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 15/21
Hello World !

#f1d3b2 Color CSS Codes

.bgcolor {background-color:#f1d3b2; } 
.forecolor {color:#f1d3b2; }
.bordercolor {border:3px solid #f1d3b2; }
            

#f1d3b2 Text Font Color

<div style="color:#f1d3b2">
Div content here</div>

This sample text font color is #f1d3b2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#f1d3b2 Background Color

<div style="background-color:#f1d3b2">
Div content here</div>
Div content here

#f1d3b2 Border Color

<div style="border:3px solid #f1d3b2">
Div here</div>

This div border color is #f1d3b2

#f1d3b2 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #f1d3b2; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1d3b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1d3b2;
  -webkit-box-shadow: 1px 1px 3px 2px #f1d3b2;
  box-shadow: 1px 1px 3px 2px #f1d3b2; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f1d3b2">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f1d3b2;
              -webkit-box-shadow: 1px 1px 3px 2px #f1d3b2;
              box-shadow:         1px 1px 3px 2px #f1d3b2#f1d3b2">
Div content here</div>

This div box has shadow with color #f1d3b2

More Colors

Abandoned Playground
#746e6a
Garden Gnome Red
#9b2002
Old Four Leaf Clover
#757d43
Enterprise
#65788c
Dahlia Mauve
#a64f82
Colonial Yellow
#efc488
Peacock Green
#006a50
Maiden Mist
#b9c0c0
Argos
#bdbdb7
Fine Greige
#b5a998
Ballerina Tutu
#c8647f
Graceful Flower
#bddfb2
May Sun
#faead0
Marsh Fog
#c6d8c7
Canyon Rose
#af6c67
Peach Yellow
#fadfad
French Castle
#cdc0b7
Clear Weather
#66bbdd
Burns Cave
#7b5847
Bright Lilac
#d891ef
Bloody Rust
#da2c43
Life Force
#6fb7e0
Impressive Ivory
#f4dec3
Peristyle Brass
#ae905e
Bing Cherry Pie
#af4967
Cool Elegance
#cfcfd0
Meadow Trail
#8d8168
Azalea Pink
#f9c0c4
Palais White
#f4f0e5
Alien
#415764
Crow Black
#263145
Overgrown Citadel
#888844
Paramount
#5b6161
O Fortuna
#e1b8b5
Lavender Bonnet
#9994c0
Cure All
#aa6988
Cardin Green
#1b3427
Lime Mist
#ddffaa
Ceramite White
#fefee0
Caribbean Coast
#93c5dd
rating-img
Rate this tool
NaN/5   0 votes