#f3d5a1 Color Hex Peach Patch

Information about Peach Patch Color | #0000FF

#f3d5a1 color RGB value is (243,213,161). #f3d5a1 color name is Peach Patch color.

#f3d5a1 hex color red value is 243 , green value is 213 and the blue value of its RGB is 161 . Cylindrical-coordinate representations (also known as HSL) of color #f3d5a1 hue: 38 , saturation: 77 and the lightness value of #f3d5a1 is 79

The process color (four color CMYK) of #f3d5a1 color hex is 0 , 5 ,13, 2 .

#f3d5a1

~Peach Patch

Color Converions

HEX
#f3d5a1
RGB
243,213,161
LAB
87,5,30
CMYK
0,12,34,5
LCH
87,30,80
XYZ
67,69,44
HSV
38,34,95
HSL
38,77,79

Base Numbers

Base Red Green Blue
Binary 11110011 11010101 10100001
Octal 363 325 241
Decimal 243 213 161
Hex f3 d5 a1

RGB Percentages of Color #f3d5a1

95%
84%
63%

CMYK Percentages of Color #f3d5a1

0%
13%
5%
2%

Color Variations

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

Shades of #f3d5a1

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

10%
#f3d5a1
20%
#dbc091
30%
#c2aa81
40%
#aa9571
50%
#928061
60%
#796b51
70%
#615540
80%
#494030
90%
#312b20
100%
#181510

Tints of #f3d5a1

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

10%
#f3d5a1
20%
#f4d9aa
30%
#f5ddb4
40%
#f7e2bd
50%
#f8e6c7
60%
#f9ead0
70%
#faeed9
80%
#fbf2e3
90%
#fdf7ec
100%
#fefbf6

Tones of #f3d5a1

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

10%
#f3d5a1
20%
#e7cc9e
30%
#dcc49a
40%
#d0bb97
50%
#c5b394
60%
#b9aa90
70%
#aea28d
80%
#a2998a
90%
#979186
100%
#8b8883

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.
#f3d5a1
#f3b4a1
#f3c5a1
#f3d5a1
#f3e5a1
#f0f3a1

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f3d5a1
#aff3a1
#b4a1f3

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f3d5a1
#a1f3d5
#d5a1f3

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.
#f3d5a1
#a1f3ac
#a1bff3
#f3a1e8

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f3d5a1
#1e1b14
#494030
#73654d
#9e8a69
#c8b085

Blindness simulator

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

Normal

#f3d5a1

protanopia

#e8d7a1

deuteranopia

#ffcfa4

tritanopia

#faccdb

achromatopsia

#d8d8d8

protanomaly

#ecd7a1

deuteranomaly

#fbd1a3

achromatopsia

#d8d8d8

tritanomaly

#f8cfc6

achromatomaly

#e2d7c4

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 !

#f3d5a1 Color CSS Codes

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

#f3d5a1 Text Font Color

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

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

#f3d5a1 Background Color

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

#f3d5a1 Border Color

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

This div border color is #f3d5a1

#f3d5a1 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3d5a1

More Colors

Fluorescent Fire
#984427
Austere Grey
#bebfb2
Eastern Wolf
#dbd7d2
Ginger Crunch
#ceaa64
Navy Green
#35530a
Jodhpur Tan
#dad1c8
Creamy Ivory
#eeddaa
Light Spirit
#c3cad3
Pearls and Lace
#eee7dc
Mouse Catcher
#9e928f
New Wool
#d6c3b9
Cold and Dark
#154250
Maple Beige
#fad0a1
Jefferson Cream
#f1e4c8
Fondue
#c99f97
Japanese Kimono
#cc6358
Bogong Moth
#663b3a
Meditative
#96aab0
Modest Violet
#e9e4ef
Illusion Blue
#c9d3dc
Pastry Dough
#faedd5
Caramel Milk
#ddc283
Plasticine
#4a623b
Graphic Grape
#824e78
Butterblond
#f1c766
Industrial Age
#aeadad
American Pink
#ff9899
Extra White
#eeefea
Periwinkle Powder
#c5cbe1
Madera
#eed09d
Forgotten Mosque
#e2d9db
Electron Blue
#0881d1
Furious Fox
#e35519
Golden Haze
#fbd897
Athens Grey
#dcdddd
Atlantic Waves
#264243
Pedestrian Red
#cc1122
Mysterious Blue
#3e7a85
Mint Circle
#a9ceaa
Feather Star
#59a1ef
rating-img
Rate this tool
NaN/5   0 votes