#f6f4f6 Color Hex French Porcelain

Information about French Porcelain Color | #0000FF

#f6f4f6 color RGB value is (246,244,246). #f6f4f6 color name is French Porcelain color.

#f6f4f6 hex color red value is 246 , green value is 244 and the blue value of its RGB is 246 . Cylindrical-coordinate representations (also known as HSL) of color #f6f4f6 hue: 300 , saturation: 10 and the lightness value of #f6f4f6 is 96

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

#f6f4f6

~French Porcelain

Color Converions

HEX
#f6f4f6
RGB
246,244,246
LAB
96,1,-1
CMYK
0,1,0,4
LCH
96,1,-38
XYZ
87,91,100
HSV
300,1,96
HSL
300,10,96

Base Numbers

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

RGB Percentages of Color #f6f4f6

96%
96%
96%

CMYK Percentages of Color #f6f4f6

0%
0%
0%
1%

Color Variations

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

Shades of #f6f4f6

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

10%
#f6f4f6
20%
#dddcdd
30%
#c5c3c5
40%
#acabac
50%
#949294
60%
#7b7a7b
70%
#626262
80%
#4a494a
90%
#313131
100%
#191819

Tints of #f6f4f6

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

10%
#f6f4f6
20%
#f7f5f7
30%
#f8f6f8
40%
#f9f7f9
50%
#faf8fa
60%
#fbf9fb
70%
#fbfbfb
80%
#fcfcfc
90%
#fdfdfd
100%
#fefefe

Tones of #f6f4f6

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

10%
#f6f4f6
20%
#eae8ea
30%
#deddde
40%
#d2d1d2
50%
#c7c5c7
60%
#bbbabb
70%
#afaeaf
80%
#a3a2a3
90%
#979797
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.
#f6f4f6
#f5f4f6
#f6f4f6
#f6f4f6
#f6f4f6
#f6f4f5

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f6f4f6
#f6f4f4
#f4f6f5

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f6f4f6
#f6f6f4
#f4f6f6

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.
#f6f4f6
#f6f5f4
#f4f6f4
#f4f5f6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f6f4f6
#212121
#4c4b4c
#767676
#a1a0a1
#cbcacb

Blindness simulator

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

Normal

#f6f4f6

protanopia

#f8f3f5

deuteranopia

#fff1f6

tritanopia

#f7f2ff

achromatopsia

#f5f5f5

protanomaly

#f7f3f6

deuteranomaly

#fcf2f6

achromatopsia

#f5f5f5

tritanomaly

#f7f3fc

achromatomaly

#f5f4f5

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 !

#f6f4f6 Color CSS Codes

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

#f6f4f6 Text Font Color

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

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

#f6f4f6 Background Color

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

#f6f4f6 Border Color

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

This div border color is #f6f4f6

#f6f4f6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6f4f6

More Colors

Deep Greige
#726a6e
Candy Pink
#ff63e9
Creeping Bellflower
#b48ac2
Demon
#7a0006
Peachy Breezes
#ffc996
Alert Tan
#954e2c
Amalfi Coast
#297cbf
Coral Pink
#f88379
Carolina Blue
#8ab8fe
Cochineal Red
#7a4848
Fiesta Rojo
#b67c80
Balmy Seas
#b4dcd3
Deep Koamaru
#343467
Pink Shimmer
#fde0da
Jasper
#d73b3e
Banana Mania
#fbe7b2
Fading Ember
#df691e
Basilisk
#9ab38d
City Bench
#675c49
Lighter Green
#75fd63
Blue Iris
#5a5b9f
Designer Pink
#e1bcd8
Autumn Meadow
#acb78e
Pelican Pink
#e2a695
Blue Sari
#666a76
Celery Mousse
#c1fd95
Ashen
#c9bfb2
Ginger Whisper
#cc8877
Edward
#5e7e7d
Gilded
#f4db4f
Camellia
#f6745f
Jay Bird
#50859e
Palomino Mane
#e6d6ba
Bean Pot
#8b6b51
Hammered Gold
#cb9d5e
Monastic
#aba9d2
Expanse
#777e65
Horseradish Cream
#eeeadd
Brickhouse
#864a36
rating-img
Rate this tool
NaN/5   0 votes