#f1e6d6 Color Hex Elegant Ivory

Information about Elegant Ivory Color | #0000FF

#f1e6d6 color RGB value is (241,230,214). #f1e6d6 color name is Elegant Ivory color.

#f1e6d6 hex color red value is 241 , green value is 230 and the blue value of its RGB is 214 . Cylindrical-coordinate representations (also known as HSL) of color #f1e6d6 hue: 36 , saturation: 49 and the lightness value of #f1e6d6 is 89

The process color (four color CMYK) of #f1e6d6 color hex is 0 , 2 ,4, 2 .

#f1e6d6

~Elegant Ivory

Color Converions

HEX
#f1e6d6
RGB
241,230,214
LAB
92,2,9
CMYK
0,5,11,5
LCH
92,9,78
XYZ
77,80,75
HSV
36,11,95
HSL
36,49,89

Base Numbers

Base Red Green Blue
Binary 11110001 11100110 11010110
Octal 361 346 326
Decimal 241 230 214
Hex f1 e6 d6

RGB Percentages of Color #f1e6d6

95%
90%
84%

CMYK Percentages of Color #f1e6d6

0%
4%
2%
2%

Color Variations

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

Shades of #f1e6d6

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

10%
#f1e6d6
20%
#d9cfc1
30%
#c1b8ab
40%
#a9a196
50%
#918a80
60%
#79736b
70%
#605c56
80%
#484540
90%
#302e2b
100%
#181715

Tints of #f1e6d6

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

10%
#f1e6d6
20%
#f2e9da
30%
#f4ebde
40%
#f5ede2
50%
#f7f0e6
60%
#f8f2eb
70%
#f9f5ef
80%
#fbf7f3
90%
#fcfaf7
100%
#fefcfb

Tones of #f1e6d6

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

10%
#f1e6d6
20%
#e6dccd
30%
#dad2c5
40%
#cfc7bc
50%
#c4bdb3
60%
#b8b3ab
70%
#ada9a2
80%
#a29e99
90%
#969491
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.
#f1e6d6
#f1dbd6
#f1e1d6
#f1e6d6
#f1ebd6
#f1f1d6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f1e6d6
#dcf1d6
#dbd6f1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f1e6d6
#d6f1e6
#e6d6f1

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.
#f1e6d6
#d6f1d8
#d6e1f1
#f1d6ee

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f1e6d6
#1c1b19
#47443f
#716c65
#9c958b
#c6bdb0

Blindness simulator

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

Normal

#f1e6d6

protanopia

#efe6d5

deuteranopia

#ffe0da

tritanopia

#f5e1f2

achromatopsia

#e7e7e7

protanomaly

#f0e6d5

deuteranomaly

#fae2d8

achromatopsia

#e7e7e7

tritanomaly

#f4e3e8

achromatomaly

#ebe7e1

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 !

#f1e6d6 Color CSS Codes

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

#f1e6d6 Text Font Color

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

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

#f1e6d6 Background Color

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

#f1e6d6 Border Color

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

This div border color is #f1e6d6

#f1e6d6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1e6d6

More Colors

Bear in Mind
#5b4a44
Fischer Blue
#32a0b1
Icelandic
#dae4ec
Lost in Heaven
#002489
Blonde Shell
#f6edcd
Champagne Burst
#f1e4cb
Golden Honey Suckle
#ffdb29
Americana
#0477b4
Baba Ganoush
#eebb88
Bleached Aqua
#bce3df
Cold Heights
#22ddee
Lick and Kiss
#ee5577
Chateau Grey
#bbb1a8
Metropolitan White
#eeece7
Bovine
#52585c
Hóng Zōng Brown
#564a33
Holy Crow
#332f2c
Cobalt Glaze
#0072b5
Camel Spider
#af8751
Bluebird
#009dae
Crème de la Crème
#f3e7b4
Euro Linen
#f2e8db
Auric
#c48919
Blue Chaise
#4b8ca9
Oak Harbour
#cdb386
Blood Orange Juice
#fe4b03
Angry Gremlin
#37503d
Fiji Sands
#d8caa9
Misty Lake
#c2d5c4
Deep Carmine
#744456
Blue Effervescence
#97d5ea
Moonstone Blue
#73a9c2
Light Lilac
#dcc6d2
Mélange Green
#c4c476
Lime Coco Cake
#e6efcc
Evergreen Boughs
#50594f
Clear Viridian
#367588
City of Pink Angels
#e6b4a6
Pacific Palisade
#69a4b9
rating-img
Rate this tool
NaN/5   0 votes