#f1e8d6 Color Hex Fusilli

Information about Fusilli Color | #0000FF

#f1e8d6 color RGB value is (241,232,214). #f1e8d6 color name is Fusilli color.

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

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

#f1e8d6

~Fusilli

Color Converions

HEX
#f1e8d6
RGB
241,232,214
LAB
92,1,10
CMYK
0,4,11,5
LCH
92,10,85
XYZ
77,81,75
HSV
40,11,95
HSL
40,49,89

Base Numbers

Base Red Green Blue
Binary 11110001 11101000 11010110
Octal 361 350 326
Decimal 241 232 214
Hex f1 e8 d6

RGB Percentages of Color #f1e8d6

95%
91%
84%

CMYK Percentages of Color #f1e8d6

0%
4%
1%
2%

Color Variations

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

Shades of #f1e8d6

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

10%
#f1e8d6
20%
#d9d1c1
30%
#c1baab
40%
#a9a296
50%
#918b80
60%
#79746b
70%
#605d56
80%
#484640
90%
#302e2b
100%
#181715

Tints of #f1e8d6

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

10%
#f1e8d6
20%
#f2eada
30%
#f4edde
40%
#f5efe2
50%
#f7f1e6
60%
#f8f4eb
70%
#f9f6ef
80%
#fbf8f3
90%
#fcfaf7
100%
#fefdfb

Tones of #f1e8d6

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

10%
#f1e8d6
20%
#e6decd
30%
#dad3c5
40%
#cfc9bc
50%
#c4beb3
60%
#b8b4ab
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.
#f1e8d6
#f1ddd6
#f1e3d6
#f1e8d6
#f1edd6
#eff1d6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f1e8d6
#daf1d6
#ddd6f1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f1e8d6
#d6f1e8
#e8d6f1

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.
#f1e8d6
#d6f1da
#d6dff1
#f1d6ec

Monochromatic

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

Blindness simulator

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

Normal

#f1e8d6

protanopia

#f1e7d5

deuteranopia

#ffe2dc

tritanopia

#f6e3f4

achromatopsia

#e9e9e9

protanomaly

#f1e7d5

deuteranomaly

#fae4da

achromatopsia

#e9e9e9

tritanomaly

#f4e5e9

achromatomaly

#ece8e2

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 !

#f1e8d6 Color CSS Codes

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

#f1e8d6 Text Font Color

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

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

#f1e8d6 Background Color

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

#f1e8d6 Border Color

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

This div border color is #f1e8d6

#f1e8d6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1e8d6

More Colors

Light Daydreamer
#e2d9d2
Brazen Orange
#ce7850
Green People
#388004
Petrichor
#66cccc
Brandied Apricot
#ca848a
Dear Reader
#f5f3e6
Bell Heather
#a475b1
Oak Ridge
#c0b0ab
Electric Yellow
#fffc00
Lost in Istanbul
#dee8e1
Dusky Dawn
#e5e1de
Persian Mosaic
#206874
Balsam Pear
#b19338
Mossy White
#e7f2de
Coralistic
#ff917a
Berlin Blue
#5588cc
Light Ridge Light
#c3d5e5
Cryo Freeze
#ddece0
Federal Fund
#30594b
Blue Bay
#619ad6
Christmas Rose
#ffddbb
Easily Suede
#b29d8a
Carving Party
#f0c39f
Grey Carmine
#7a5063
Blackout
#0e0702
Cherry Tomato
#f2013f
Louisiana Mud
#655856
Frosted Almond
#d2c2ac
Plum Frost
#b1a7b6
Pearl Violet
#e6e0e3
Plum Haze
#8b7574
Dark Slate Blue
#214761
Faint Fuchsia
#e6deea
Iron Creek
#50676b
Pine Frost
#deeae0
Moose Fur
#725440
Aquarium Diver
#0a98ac
Neutral White
#ecede8
Arnica Yellow
#e59b00
Grain Mill
#d8c095
rating-img
Rate this tool
NaN/5   0 votes