#f1e7d0 Color Hex Informal Ivory

Information about Informal Ivory Color | #0000FF

#f1e7d0 color RGB value is (241,231,208). #f1e7d0 color name is Informal Ivory color.

#f1e7d0 hex color red value is 241 , green value is 231 and the blue value of its RGB is 208 . Cylindrical-coordinate representations (also known as HSL) of color #f1e7d0 hue: 42 , saturation: 54 and the lightness value of #f1e7d0 is 88

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

#f1e7d0

~Informal Ivory

Color Converions

HEX
#f1e7d0
RGB
241,231,208
LAB
92,1,12
CMYK
0,4,14,5
LCH
92,13,87
XYZ
76,80,71
HSV
42,14,95
HSL
42,54,88

Base Numbers

Base Red Green Blue
Binary 11110001 11100111 11010000
Octal 361 347 320
Decimal 241 231 208
Hex f1 e7 d0

RGB Percentages of Color #f1e7d0

95%
91%
82%

CMYK Percentages of Color #f1e7d0

0%
5%
2%
2%

Color Variations

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

Shades of #f1e7d0

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

10%
#f1e7d0
20%
#d9d0bb
30%
#c1b9a6
40%
#a9a292
50%
#918b7d
60%
#797468
70%
#605c53
80%
#48453e
90%
#302e2a
100%
#181715

Tints of #f1e7d0

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

10%
#f1e7d0
20%
#f2e9d5
30%
#f4ecd9
40%
#f5eede
50%
#f7f1e3
60%
#f8f3e8
70%
#f9f5ec
80%
#fbf8f1
90%
#fcfaf6
100%
#fefdfa

Tones of #f1e7d0

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

10%
#f1e7d0
20%
#e6ddc8
30%
#dad2c0
40%
#cfc8b8
50%
#c4beb0
60%
#b8b3a8
70%
#ada9a0
80%
#a29f98
90%
#969490
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.
#f1e7d0
#f1dad0
#f1e0d0
#f1e7d0
#f1eed0
#eef1d0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f1e7d0
#d3f1d0
#dad0f1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f1e7d0
#d0f1e7
#e7d0f1

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.
#f1e7d0
#d0f1d6
#d0daf1
#f1d0ea

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f1e7d0
#1c1b19
#47443d
#716d62
#9c9687
#c6beab

Blindness simulator

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

Normal

#f1e7d0

protanopia

#f1e6cf

deuteranopia

#ffe1d7

tritanopia

#f6e1f2

achromatopsia

#e7e7e7

protanomaly

#f1e6cf

deuteranomaly

#fae3d4

achromatopsia

#e7e7e7

tritanomaly

#f4e3e6

achromatomaly

#ebe7df

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 !

#f1e7d0 Color CSS Codes

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

#f1e7d0 Text Font Color

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

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

#f1e7d0 Background Color

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

#f1e7d0 Border Color

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

This div border color is #f1e7d0

#f1e7d0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1e7d0

More Colors

Connecticut Lilac
#ccbbee
Brittlebush
#eaae47
Banana Propaganda
#f3db00
Chintz
#d5c7b9
Bridle Leather
#8f7d70
Midnight in Tokyo
#000088
Club Cruise
#8bc3e1
Outdoorsy
#b2974d
Plum Rich
#64475e
Blue Moon
#3686a0
In the Vines
#5c457b
Musk Dusk
#cfbfb9
Ambrosia Coffee Cake
#eee9d3
Barcelona Brown
#926a46
Lighter Green
#75fd63
Light Lamb's Ears
#d6d9cb
Drake Tooth
#bbb0a4
Moosewood
#5d5744
Grey Rose
#c6b6b2
Clarified Butter
#e69c23
Pink Chalk
#f2a3bd
Connor's Lakefront
#175a6c
OK Corral
#d07360
Antilles Garden
#8aa277
May Green
#4c9141
Corral Brown
#937360
Degas Pink
#b37e8c
Fandango Pink
#e04f80
Pale Berries
#e2ccc7
Backwater
#687078
Cuban Sand
#c1a68d
Blue Beret
#40638e
Alluring White
#efe1d2
Pandanus
#616c44
Clean N Crisp
#d0e798
Hornblende Green
#234e4d
Heavy Heart
#771122
Acid Green
#8ffe09
Night Fog
#2d1962
Daah-Ling
#aa6179
rating-img
Rate this tool
NaN/5   0 votes