#f6c4a6 Color Hex Peach Damask

Information about Peach Damask Color | #0000FF

#f6c4a6 color RGB value is (246,196,166). #f6c4a6 color name is Peach Damask color.

#f6c4a6 hex color red value is 246 , green value is 196 and the blue value of its RGB is 166 . Cylindrical-coordinate representations (also known as HSL) of color #f6c4a6 hue: 23 , saturation: 82 and the lightness value of #f6c4a6 is 81

The process color (four color CMYK) of #f6c4a6 color hex is 0 , 8 ,13, 1 .

#f6c4a6

~Peach Damask

Color Converions

HEX
#f6c4a6
RGB
246,196,166
LAB
83,15,22
CMYK
0,20,33,4
LCH
83,27,55
XYZ
65,62,45
HSV
23,33,96
HSL
23,82,81

Base Numbers

Base Red Green Blue
Binary 11110110 11000100 10100110
Octal 366 304 246
Decimal 246 196 166
Hex f6 c4 a6

RGB Percentages of Color #f6c4a6

96%
77%
65%

CMYK Percentages of Color #f6c4a6

0%
13%
8%
1%

Color Variations

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

Shades of #f6c4a6

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

10%
#f6c4a6
20%
#ddb095
30%
#c59d85
40%
#ac8974
50%
#947664
60%
#7b6253
70%
#624e42
80%
#4a3b32
90%
#312721
100%
#191411

Tints of #f6c4a6

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

10%
#f6c4a6
20%
#f7caaf
30%
#f8d0b8
40%
#f9d6c1
50%
#fadcca
60%
#fbe2d3
70%
#fbe7db
80%
#fcede4
90%
#fdf3ed
100%
#fef9f6

Tones of #f6c4a6

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

10%
#f6c4a6
20%
#eabda2
30%
#deb69e
40%
#d2af9a
50%
#c7a997
60%
#bba293
70%
#af9b8f
80%
#a3948b
90%
#978d87
100%
#8b8683

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.
#f6c4a6
#f6a6a8
#f6b4a6
#f6c4a6
#f6d4a6
#f6e4a6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f6c4a6
#c8f6a6
#a6a8f6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f6c4a6
#a6f6c4
#c4a6f6

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.
#f6c4a6
#b0f6a6
#a6d8f6
#eca6f6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f6c4a6
#211b17
#4c3d33
#765e50
#a1806d
#cba289

Blindness simulator

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

Normal

#f6c4a6

protanopia

#d9cca9

deuteranopia

#f0c5a4

tritanopia

#fabdcb

achromatopsia

#cccccc

protanomaly

#e4c9a8

deuteranomaly

#f2c4a5

achromatopsia

#cccccc

tritanomaly

#f9c0be

achromatomaly

#dcc9be

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 13/21
Hello World !

#f6c4a6 Color CSS Codes

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

#f6c4a6 Text Font Color

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

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

#f6c4a6 Background Color

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

#f6c4a6 Border Color

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

This div border color is #f6c4a6

#f6c4a6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c4a6

More Colors

Copper Patina
#9db4a0
Pastel Purple
#b39eb5
Dormitory
#5d71a9
Gold Red
#eb5406
Nettle Rash
#e4f7e7
Light Cipollino
#d5dad1
Energy Orange
#ff9532
Mineral Glow
#fce8ce
Minion Yellow
#fed55d
Pink Cattleya
#ffb2d0
Hot Beach
#fff6d9
Inviting Veranda
#b9c4bc
Chili Pepper
#9b1b30
Leroy
#71635a
Grauzone
#85a3b2
Lazy Lizard
#9c9c4b
Ferrari Red
#ff2800
Moss Point Green
#7e8d60
Egyptian Pyramid
#c19a7d
Goldbrown
#9c8a53
Gloxinia
#622e5a
Citrus Butter
#e4de8e
Pastry Pink
#f8e1d0
Light Gentle Calm
#d2d9cd
China Silk
#e3d1cc
Pika Yellow
#eee92d
Crystalline
#e9e3de
Garish Green
#51bf8a
Dried Plum
#683332
God’s Own Junkyard Pink
#f56991
Blue Angels Yellow
#f8b800
Midnight Moss
#242e28
Berry Pie
#4f6d8e
French Silver
#b8bcbc
Poisonous Pistachio
#88ee11
Blackmail
#220066
New Wave Pink
#ff22ff
Mission Stone
#dac5b6
Mystical Purple
#745d83
rating-img
Rate this tool
NaN/5   0 votes