#f6f1f4 Color Hex Grim White

Information about Grim White Color | #0000FF

#f6f1f4 color RGB value is (246,241,244). #f6f1f4 color name is Grim White color.

#f6f1f4 hex color red value is 246 , green value is 241 and the blue value of its RGB is 244 . Cylindrical-coordinate representations (also known as HSL) of color #f6f1f4 hue: 324 , saturation: 22 and the lightness value of #f6f1f4 is 95

The process color (four color CMYK) of #f6f1f4 color hex is 0 , 1 ,0, 1 .

#f6f1f4

~Grim White

Color Converions

HEX
#f6f1f4
RGB
246,241,244
LAB
96,2,-1
CMYK
0,2,1,4
LCH
96,2,-22
XYZ
86,89,98
HSV
324,2,96
HSL
324,22,95

Base Numbers

Base Red Green Blue
Binary 11110110 11110001 11110100
Octal 366 361 364
Decimal 246 241 244
Hex f6 f1 f4

RGB Percentages of Color #f6f1f4

96%
95%
96%

CMYK Percentages of Color #f6f1f4

0%
0%
1%
1%

Color Variations

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

Shades of #f6f1f4

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

10%
#f6f1f4
20%
#ddd9dc
30%
#c5c1c3
40%
#aca9ab
50%
#949192
60%
#7b797a
70%
#626062
80%
#4a4849
90%
#313031
100%
#191818

Tints of #f6f1f4

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

10%
#f6f1f4
20%
#f7f2f5
30%
#f8f4f6
40%
#f9f5f7
50%
#faf7f8
60%
#fbf8f9
70%
#fbf9fb
80%
#fcfbfc
90%
#fdfcfd
100%
#fefefe

Tones of #f6f1f4

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

10%
#f6f1f4
20%
#eae6e8
30%
#dedadd
40%
#d2cfd1
50%
#c7c4c5
60%
#bbb8ba
70%
#afadae
80%
#a3a2a2
90%
#979697
100%
#8b8b8b

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.
#f6f1f4
#f6f1f6
#f6f1f5
#f6f1f4
#f6f1f3
#f6f1f2

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f6f1f4
#f6f4f1
#f1f6f6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f6f1f4
#f4f6f1
#f1f4f6

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.
#f6f1f4
#f6f5f1
#f1f6f3
#f1f2f6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f6f1f4
#212121
#4c4a4b
#767476
#a19ea0
#cbc7ca

Blindness simulator

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

Normal

#f6f1f4

protanopia

#f6f1f4

deuteranopia

#ffeef4

tritanopia

#f7efff

achromatopsia

#f2f2f2

protanomaly

#f6f1f4

deuteranomaly

#fceff4

achromatopsia

#f2f2f2

tritanomaly

#f7f0fb

achromatomaly

#f4f2f3

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 19/21
Hello World !

#f6f1f4 Color CSS Codes

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

#f6f1f4 Text Font Color

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

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

#f6f1f4 Background Color

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

#f6f1f4 Border Color

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

This div border color is #f6f1f4

#f6f1f4 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6f1f4

More Colors

Honey Teriyaki
#ee6611
Jacey's Favorite
#bcaccd
Oracle
#395555
Dark Reaper
#3b5150
Free Speech Red
#c00000
Badass Grass
#b4da55
Brandywine
#490206
Cardboard
#c19a6c
Platoon Green
#2a4845
Loden Green
#6e7153
Hydrargyrum
#9b9b9b
Menthol
#c1f9a2
Angel Food
#f0e8d9
Blessed Blue
#4499cc
Mental Note
#eaeede
Iyanden Darksun
#a59a59
Chimera
#74626d
Cloudy Plum
#9d7aac
Bubonic Brown
#c68400
Elegant White
#f5f0e1
Darkest Spruce
#303f3d
Cotton Fluff
#f9f4e5
Eames for Blue
#466b82
Parkwater
#477bbd
Pink Pail
#eaced4
Morality
#b4cde5
Go Go Green
#008a7d
Auric Armour Gold
#e8bc6d
Cherubic
#ffe6f1
Mimosa Yellow
#dfc633
Date Fruit Brown
#af642b
Netherworld
#881111
Ornery Tangerine
#f77d25
Jade Green
#779977
Morning Frost
#ebf4df
Chocolate Fantasies
#5c3612
King's Plum Pie
#b3107a
Fiji Coral
#6b5f68
Lester
#afd1c4
Ocean Crest
#d6dddd
rating-img
Rate this tool
NaN/5   0 votes