#f1e4e1 Color Hex Hint of Pink

Information about Hint of Pink Color | #0000FF

#f1e4e1 color RGB value is (241,228,225). #f1e4e1 color name is Hint of Pink color.

#f1e4e1 hex color red value is 241 , green value is 228 and the blue value of its RGB is 225 . Cylindrical-coordinate representations (also known as HSL) of color #f1e4e1 hue: 11 , saturation: 36 and the lightness value of #f1e4e1 is 91

The process color (four color CMYK) of #f1e4e1 color hex is 0 , 2 ,3, 2 .

#f1e4e1

~Hint of Pink

Color Converions

HEX
#f1e4e1
RGB
241,228,225
LAB
92,4,3
CMYK
0,5,7,5
LCH
92,5,37
XYZ
78,80,83
HSV
11,7,95
HSL
11,36,91

Base Numbers

Base Red Green Blue
Binary 11110001 11100100 11100001
Octal 361 344 341
Decimal 241 228 225
Hex f1 e4 e1

RGB Percentages of Color #f1e4e1

95%
89%
88%

CMYK Percentages of Color #f1e4e1

0%
3%
2%
2%

Color Variations

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

Shades of #f1e4e1

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

10%
#f1e4e1
20%
#d9cdcb
30%
#c1b6b4
40%
#a9a09d
50%
#918987
60%
#797270
70%
#605b5a
80%
#484443
90%
#302e2d
100%
#181716

Tints of #f1e4e1

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

10%
#f1e4e1
20%
#f2e7e4
30%
#f4e9e7
40%
#f5ecea
50%
#f7efed
60%
#f8f2f0
70%
#f9f4f3
80%
#fbf7f6
90%
#fcfaf9
100%
#fefcfc

Tones of #f1e4e1

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

10%
#f1e4e1
20%
#e6dad7
30%
#dad0ce
40%
#cfc6c4
50%
#c4bcba
60%
#b8b2b0
70%
#ada8a7
80%
#a29e9d
90%
#969493
100%
#8b8a89

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.
#f1e4e1
#f1e1e4
#f1e1e1
#f1e4e1
#f1e7e1
#f1eae1

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f1e4e1
#ebf1e1
#e1e4f1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f1e4e1
#e1f1e4
#e4e1f1

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.
#f1e4e1
#e6f1e1
#e1eef1
#ece1f1

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f1e4e1
#1c1b1b
#474342
#716b6a
#9c9492
#c6bcb9

Blindness simulator

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

Normal

#f1e4e1

protanopia

#ebe5e1

deuteranopia

#ffdee2

tritanopia

#f4e0f2

achromatopsia

#e7e7e7

protanomaly

#ede5e1

deuteranomaly

#fae0e1

achromatopsia

#e7e7e7

tritanomaly

#f3e2ec

achromatomaly

#eae6e5

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 !

#f1e4e1 Color CSS Codes

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

#f1e4e1 Text Font Color

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

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

#f1e4e1 Background Color

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

#f1e4e1 Border Color

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

This div border color is #f1e4e1

#f1e4e1 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1e4e1

More Colors

Endless Galaxy
#000044
Chickadee
#ffcf65
Pearl Drops
#f0ebe4
Pinky Promise
#f5d1cf
Fossil Tan
#d1af90
Forgotten Blue
#c0e5ec
Coral Reef
#c7bca2
Bright Moon
#f6f1e5
Pine Forest
#415241
Chicory
#a78658
Celestra Grey
#99a7ab
Morass
#726138
Bright Halo
#ffd266
Old Copper
#73503b
Orange Confection
#f4e3d2
Duomo
#6e6064
Pink Horror
#90305d
Currywurst
#ddaa33
Arctic Blue
#95d6dc
Lunar Landing
#d2cfc1
Here Comes the Sun
#fcdf63
Melon Baby
#f47869
Caviar
#292a2d
Mudslide
#84735f
Lavender Lace
#dfdde0
Antique Lace
#fdf2db
Homeopathic Yellow
#ede7d7
Clear Calamine
#f6e6e4
Dark Green
#033500
Green 383
#3e3d29
Peach Nougat
#e6af91
Makin it Rain
#88bb55
Greenhouse
#3e6334
Burnished Mahogany
#734842
Orange Aura
#ff9682
Golden Aura
#d29e68
Artist's Shadow
#a1969b
Land Before Time
#bfbead
Oat Field
#c0ad89
rating-img
Rate this tool
NaN/5   0 votes