#f1e7d6 Color Hex Chenille Spread

Information about Chenille Spread Color | #0000FF

#f1e7d6 color RGB value is (241,231,214). #f1e7d6 color name is Chenille Spread color.

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

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

#f1e7d6

~Chenille Spread

Color Converions

HEX
#f1e7d6
RGB
241,231,214
LAB
92,1,10
CMYK
0,4,11,5
LCH
92,10,82
XYZ
77,81,75
HSV
38,11,95
HSL
38,49,89

Base Numbers

Base Red Green Blue
Binary 11110001 11100111 11010110
Octal 361 347 326
Decimal 241 231 214
Hex f1 e7 d6

RGB Percentages of Color #f1e7d6

95%
91%
84%

CMYK Percentages of Color #f1e7d6

0%
4%
2%
2%

Color Variations

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

Shades of #f1e7d6

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

10%
#f1e7d6
20%
#d9d0c1
30%
#c1b9ab
40%
#a9a296
50%
#918b80
60%
#79746b
70%
#605c56
80%
#484540
90%
#302e2b
100%
#181715

Tints of #f1e7d6

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

10%
#f1e7d6
20%
#f2e9da
30%
#f4ecde
40%
#f5eee2
50%
#f7f1e6
60%
#f8f3eb
70%
#f9f5ef
80%
#fbf8f3
90%
#fcfaf7
100%
#fefdfb

Tones of #f1e7d6

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

10%
#f1e7d6
20%
#e6ddcd
30%
#dad2c5
40%
#cfc8bc
50%
#c4beb3
60%
#b8b3ab
70%
#ada9a2
80%
#a29f99
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.
#f1e7d6
#f1dcd6
#f1e2d6
#f1e7d6
#f1ecd6
#f0f1d6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f1e7d6
#dbf1d6
#dcd6f1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f1e7d6
#d6f1e7
#e7d6f1

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.
#f1e7d6
#d6f1d9
#d6e0f1
#f1d6ed

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f1e7d6
#1c1b19
#47443f
#716d65
#9c968b
#c6beb0

Blindness simulator

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

Normal

#f1e7d6

protanopia

#f0e6d5

deuteranopia

#ffe1db

tritanopia

#f5e2f3

achromatopsia

#e8e8e8

protanomaly

#f0e7d5

deuteranomaly

#fae3d9

achromatopsia

#e8e8e8

tritanomaly

#f4e4e9

achromatomaly

#ebe8e1

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 !

#f1e7d6 Color CSS Codes

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

#f1e7d6 Text Font Color

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

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

#f1e7d6 Background Color

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

#f1e7d6 Border Color

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

This div border color is #f1e7d6

#f1e7d6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1e7d6

More Colors

Farsighted
#e5e3ef
Lady Flower
#d0a4ae
Nut Oil
#775d38
Dull Violet
#803790
Organza Violet
#7391cc
Autumnal
#a15325
Blueberry Whip
#d1d4db
Peaty Brown
#552211
Orient Blue
#47457a
Green Masquerade
#8dbc8a
LED Blue
#0066a3
Imperial Primer
#21303e
Deep Mulberry
#544954
Chestnut Shell
#adff2f
Knighthood
#3c3f52
Heavy Warm Grey
#bdb3a7
Buzz-In
#ffd756
Orange Marmalade
#faac72
Pale Grey
#fdfdfe
Blue Shale
#b9cacc
Nandi Bear
#8f423d
Mint Bonbon Green
#7db6a8
Grass Cloth
#b8b97e
Osiris
#5b5a4d
Jaded Clouds
#aeddd3
Latte Froth
#f3f0e8
Faded Jade
#427977
Clear Weather
#66bbdd
Pesto Rosso
#bb3333
Bitter Orange
#d5762b
Bronze Medal
#6d6240
Pink Jazz
#9e6b89
Phuket Palette
#0480bd
Browse Brown
#6e615f
Iron Fist
#cbcdcd
Cadet Grey
#91a3b0
Caribbean Coast
#93c5dd
Mango Green
#96ff00
Iron Head
#344d56
Dagger Moth
#e8e1d5
rating-img
Rate this tool
NaN/5   0 votes