#f6e8d5 Color Hex Bali Sand

Information about Bali Sand Color | #0000FF

#f6e8d5 color RGB value is (246,232,213). #f6e8d5 color name is Bali Sand color.

#f6e8d5 hex color red value is 246 , green value is 232 and the blue value of its RGB is 213 . Cylindrical-coordinate representations (also known as HSL) of color #f6e8d5 hue: 35 , saturation: 65 and the lightness value of #f6e8d5 is 90

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

#f6e8d5

~Bali Sand

Color Converions

HEX
#f6e8d5
RGB
246,232,213
LAB
93,3,11
CMYK
0,6,13,4
LCH
93,11,77
XYZ
79,82,75
HSV
35,13,96
HSL
35,65,90

Base Numbers

Base Red Green Blue
Binary 11110110 11101000 11010101
Octal 366 350 325
Decimal 246 232 213
Hex f6 e8 d5

RGB Percentages of Color #f6e8d5

96%
91%
84%

CMYK Percentages of Color #f6e8d5

0%
5%
2%
1%

Color Variations

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

Shades of #f6e8d5

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

10%
#f6e8d5
20%
#ddd1c0
30%
#c5baaa
40%
#aca295
50%
#948b80
60%
#7b746b
70%
#625d55
80%
#4a4640
90%
#312e2b
100%
#191715

Tints of #f6e8d5

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

10%
#f6e8d5
20%
#f7ead9
30%
#f8eddd
40%
#f9efe2
50%
#faf1e6
60%
#fbf4ea
70%
#fbf6ee
80%
#fcf8f2
90%
#fdfaf7
100%
#fefdfb

Tones of #f6e8d5

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

10%
#f6e8d5
20%
#eadecc
30%
#ded3c4
40%
#d2c9bb
50%
#c7beb3
60%
#bbb4aa
70%
#afa9a2
80%
#a39f99
90%
#979491
100%
#8b8a88

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.
#f6e8d5
#f6dbd5
#f6e1d5
#f6e8d5
#f6efd5
#f6f5d5

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f6e8d5
#dcf6d5
#dbd5f6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f6e8d5
#d5f6e8
#e8d5f6

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.
#f6e8d5
#d5f6d8
#d5e3f6
#f6d5f3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f6e8d5
#21201d
#4c4842
#767067
#a1988b
#cbc0b0

Blindness simulator

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

Normal

#f6e8d5

protanopia

#f3e8d4

deuteranopia

#ffe3dc

tritanopia

#fbe2f4

achromatopsia

#eaeaea

protanomaly

#f4e8d5

deuteranomaly

#fce5da

achromatopsia

#eaeaea

tritanomaly

#f9e4e9

achromatomaly

#eee9e2

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 17/21
Hello World !

#f6e8d5 Color CSS Codes

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

#f6e8d5 Text Font Color

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

This sample text font color is #f6e8d5
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.

#f6e8d5 Background Color

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

#f6e8d5 Border Color

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

This div border color is #f6e8d5

#f6e8d5 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6e8d5

More Colors

Midsummer Night
#3a505b
New Brick
#934c3d
Gulfstream
#01858b
Cotton Sheets
#f7ebdd
Cinderella
#fbd7cc
Eminence
#6e3974
Glimmer
#e1e8e3
Periglacial Blue
#acb6b2
Majestic Magic
#555570
Full Moon Grey
#cfeae9
Diva Rouge
#e8b9a5
Elite Pink
#bb8da8
Nature's Strength
#117733
Aqua Belt
#7acad0
CG Blue
#007aa5
Pewter Grey
#a7a19e
Berry Brown
#544f4c
Glittery Glow
#eeeddb
Lolly
#fd978f
Plantation Shutters
#6a5143
Pandanus
#616c44
Indochine
#9c5b34
Captivating
#d8cace
Melon Pink
#f1d4c4
Matriarch
#7e6884
Dusty Teal
#4c9085
Dapper Dingo
#e2c299
Hit Grey
#a1adb5
Deep Magenta
#a0025c
High Hopes
#deeaaa
Persimmon Orange
#f47327
Cobalite
#9999ff
Almond Blossom
#f5bec7
Calm Breeze
#e9ece4
Bon Voyage
#8baeb2
Beatnik
#5f8748
Mindful
#c8ac82
Big Fish to Fry
#dadbe1
Light Spearmint Ice
#cfded7
Gobi Tan
#bba587
rating-img
Rate this tool
NaN/5   0 votes