#f2d0c0 Color Hex Indian Clay

Information about Indian Clay Color | #0000FF

#f2d0c0 color RGB value is (242,208,192). #f2d0c0 color name is Indian Clay color.

#f2d0c0 hex color red value is 242 , green value is 208 and the blue value of its RGB is 192 . Cylindrical-coordinate representations (also known as HSL) of color #f2d0c0 hue: 19 , saturation: 66 and the lightness value of #f2d0c0 is 85

The process color (four color CMYK) of #f2d0c0 color hex is 0 , 6 ,8, 2 .

#f2d0c0

~Indian Clay

Color Converions

HEX
#f2d0c0
RGB
242,208,192
LAB
86,11,13
CMYK
0,14,21,5
LCH
86,16,50
XYZ
69,68,59
HSV
19,21,95
HSL
19,66,85

Base Numbers

Base Red Green Blue
Binary 11110010 11010000 11000000
Octal 362 320 300
Decimal 242 208 192
Hex f2 d0 c0

RGB Percentages of Color #f2d0c0

95%
82%
75%

CMYK Percentages of Color #f2d0c0

0%
8%
6%
2%

Color Variations

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

Shades of #f2d0c0

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

10%
#f2d0c0
20%
#dabbad
30%
#c2a69a
40%
#a99286
50%
#917d73
60%
#796860
70%
#61534d
80%
#493e3a
90%
#302a26
100%
#181513

Tints of #f2d0c0

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

10%
#f2d0c0
20%
#f3d5c6
30%
#f5d9cd
40%
#f6ded3
50%
#f7e3d9
60%
#f9e8df
70%
#faece6
80%
#fbf1ec
90%
#fcf6f2
100%
#fefaf9

Tones of #f2d0c0

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

10%
#f2d0c0
20%
#e7c8ba
30%
#dbc0b3
40%
#d0b8ad
50%
#c4b0a6
60%
#b9a8a0
70%
#ada099
80%
#a29893
90%
#96908c
100%
#8b8886

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.
#f2d0c0
#f2c0c4
#f2c6c0
#f2d0c0
#f2dac0
#f2e4c0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f2d0c0
#d8f2c0
#c0c4f2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f2d0c0
#c0f2d0
#d0c0f2

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.
#f2d0c0
#c9f2c0
#c0e2f2
#e9c0f2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f2d0c0
#1d1917
#483e39
#72625b
#9d877d
#c7ab9e

Blindness simulator

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

Normal

#f2d0c0

protanopia

#dfd5c2

deuteranopia

#f4cebf

tritanopia

#f6cbda

achromatopsia

#d6d6d6

protanomaly

#e6d3c1

deuteranomaly

#f3cfbf

achromatopsia

#d6d6d6

tritanomaly

#f4cdd1

achromatomaly

#e0d4ce

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

#f2d0c0 Color CSS Codes

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

#f2d0c0 Text Font Color

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

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

#f2d0c0 Background Color

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

#f2d0c0 Border Color

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

This div border color is #f2d0c0

#f2d0c0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2d0c0

More Colors

Medium Blue
#0000cd
Amber Green
#9a803a
Platonic Blue
#88ccff
Boycott
#635c53
Pink Chablis
#f4ded9
Gilded Beige
#b39f8d
Outdoor Land
#a07d5e
Lima Green
#b1b787
Aged Pink
#c99f99
India Trade
#e0a362
Daystar
#fff8da
Betel Nut Dye
#352925
Morning Sigh
#fce9de
Mission Trail
#857a64
Hawaiian Cinder
#6f4542
Crown of Thorns
#763c33
Canary
#fdff63
Cavendish
#fed200
Ocean Ridge
#7594b3
Foxen
#bf8e7f
Inuit White
#d1cdd0
Future
#15abbe
Chatelle
#b3abb6
Green Lane
#cad6c4
Kilauea Lava
#843d38
No Way Rosé
#fbaa95
Morning Dew White
#c6dbd6
Blue Lagoon
#00626f
Cellini Gold
#ddb582
Honey Bunny
#dbb881
Pasilla Chiles
#44413b
Painted Sea
#008595
In the Vines
#5c457b
Chocolate Covered
#8b4121
Brik Dough
#dab77f
Nârenji Orange
#ffc14b
Decorous Amber
#ac7559
Ellie Grey
#aaa9a4
Falcon Turquoise
#007062
Bengala Red
#8f2e14
rating-img
Rate this tool
NaN/5   0 votes