#f6e3d5 Color Hex Peach Rose

Information about Peach Rose Color | #0000FF

#f6e3d5 color RGB value is (246,227,213). #f6e3d5 color name is Peach Rose color.

#f6e3d5 hex color red value is 246 , green value is 227 and the blue value of its RGB is 213 . Cylindrical-coordinate representations (also known as HSL) of color #f6e3d5 hue: 25 , saturation: 65 and the lightness value of #f6e3d5 is 90

The process color (four color CMYK) of #f6e3d5 color hex is 0 , 3 ,5, 1 .

#f6e3d5

~Peach Rose

Color Converions

HEX
#f6e3d5
RGB
246,227,213
LAB
92,5,9
CMYK
0,8,13,4
LCH
92,11,62
XYZ
77,79,74
HSV
25,13,96
HSL
25,65,90

Base Numbers

Base Red Green Blue
Binary 11110110 11100011 11010101
Octal 366 343 325
Decimal 246 227 213
Hex f6 e3 d5

RGB Percentages of Color #f6e3d5

96%
89%
84%

CMYK Percentages of Color #f6e3d5

0%
5%
3%
1%

Color Variations

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

Shades of #f6e3d5

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

10%
#f6e3d5
20%
#ddccc0
30%
#c5b6aa
40%
#ac9f95
50%
#948880
60%
#7b726b
70%
#625b55
80%
#4a4440
90%
#312d2b
100%
#191715

Tints of #f6e3d5

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

10%
#f6e3d5
20%
#f7e6d9
30%
#f8e9dd
40%
#f9ebe2
50%
#faeee6
60%
#fbf1ea
70%
#fbf4ee
80%
#fcf7f2
90%
#fdf9f7
100%
#fefcfb

Tones of #f6e3d5

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

10%
#f6e3d5
20%
#ead9cc
30%
#decfc4
40%
#d2c5bb
50%
#c7bbb3
60%
#bbb1aa
70%
#afa7a2
80%
#a39d99
90%
#979391
100%
#8b8988

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.
#f6e3d5
#f6d6d5
#f6dcd5
#f6e3d5
#f6ead5
#f6f0d5

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f6e3d5
#e1f6d5
#d6d5f6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f6e3d5
#d5f6e3
#e3d5f6

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.
#f6e3d5
#d8f6d5
#d5e8f6
#f3d5f6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f6e3d5
#211f1d
#4c4642
#766d67
#a1958b
#cbbcb0

Blindness simulator

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

Normal

#f6e3d5

protanopia

#eee5d5

deuteranopia

#ffdfd8

tritanopia

#fadeef

achromatopsia

#e6e6e6

protanomaly

#f1e4d5

deuteranomaly

#fce0d7

achromatopsia

#e6e6e6

tritanomaly

#f9e0e6

achromatomaly

#ece5e0

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

#f6e3d5 Color CSS Codes

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

#f6e3d5 Text Font Color

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

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

#f6e3d5 Background Color

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

#f6e3d5 Border Color

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

This div border color is #f6e3d5

#f6e3d5 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6e3d5

More Colors

North Atlantic
#536d70
Cannon Black
#251706
Minuet Lilac
#777ba9
Descent to the Catacombs
#445155
Jack-O
#fb9902
Estate Blue
#233658
Midnight Navy
#34414e
Elusive Blue
#dde4e8
Agate Brown
#956a60
Balance
#d1dbc2
Extravehicular Activity
#0011aa
Ateneo Blue
#003a6c
Mink Brown
#67594c
Lobaria Lichen
#9fc8b2
Grey Gloss
#a3a29b
Americana
#0477b4
Pallid Green
#c1e0c1
Green Kelp
#393d2a
Curry
#d6a332
Caribbean Turquoise
#009d94
Balance Green
#c3c5a7
Indonesian Rattan
#d1b272
Jardinière
#019a74
Bayberry Wax
#b6aa89
Haute Couture
#a0252a
Dessert Cream
#f6e4d0
Pebble Walk
#afb2a7
Cōng Lǜ Green
#01c08d
Coconut Aroma
#eeeedd
Drops of Honey
#d4ae76
Lake Red
#b74a70
Lens Flare Green
#b0ff9d
Mythical Forest
#398467
Mellow Glow
#ffcfad
Guitar
#6b4c37
Light Bunny Soft
#deced1
Cherry Wine
#b04556
Gecko
#9d913c
Methyl Blue
#0074a8
Gull Feather
#c2c2bc
rating-img
Rate this tool
NaN/5   0 votes