#f6d8d7 Color Hex Frosted Tulip

Information about Frosted Tulip Color | #0000FF

#f6d8d7 color RGB value is (246,216,215). #f6d8d7 color name is Frosted Tulip color.

#f6d8d7 hex color red value is 246 , green value is 216 and the blue value of its RGB is 215 . Cylindrical-coordinate representations (also known as HSL) of color #f6d8d7 hue: 2 , saturation: 63 and the lightness value of #f6d8d7 is 90

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

#f6d8d7

~Frosted Tulip

Color Converions

HEX
#f6d8d7
RGB
246,216,215
LAB
89,11,5
CMYK
0,12,13,4
LCH
89,12,23
XYZ
75,74,75
HSV
2,13,96
HSL
2,63,90

Base Numbers

Base Red Green Blue
Binary 11110110 11011000 11010111
Octal 366 330 327
Decimal 246 216 215
Hex f6 d8 d7

RGB Percentages of Color #f6d8d7

96%
85%
84%

CMYK Percentages of Color #f6d8d7

0%
5%
5%
1%

Color Variations

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

Shades of #f6d8d7

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

10%
#f6d8d7
20%
#ddc2c2
30%
#c5adac
40%
#ac9796
50%
#948281
60%
#7b6c6b
70%
#625656
80%
#4a4140
90%
#312b2b
100%
#191615

Tints of #f6d8d7

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

10%
#f6d8d7
20%
#f7dcdb
30%
#f8e0df
40%
#f9e4e3
50%
#fae8e7
60%
#fbebeb
70%
#fbefef
80%
#fcf3f3
90%
#fdf7f7
100%
#fefbfb

Tones of #f6d8d7

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

10%
#f6d8d7
20%
#eacfce
30%
#dec6c6
40%
#d2bdbd
50%
#c7b5b4
60%
#bbacab
70%
#afa3a3
80%
#a39a9a
90%
#979191
100%
#8b8888

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.
#f6d8d7
#f6d7e2
#f6d7dc
#f6d8d7
#f6ded7
#f6e4d7

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f6d8d7
#eff6d7
#d7e2f6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f6d8d7
#d7f6d8
#d8d7f6

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.
#f6d8d7
#e5f6d7
#d7f5f6
#e7d7f6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f6d8d7
#211d1d
#4c4342
#766868
#a18d8d
#cbb3b2

Blindness simulator

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

Normal

#f6d8d7

protanopia

#e3ddd9

deuteranopia

#f7d6d6

tritanopia

#f8d5e5

achromatopsia

#dedede

protanomaly

#eadbd8

deuteranomaly

#f7d7d6

achromatopsia

#dedede

tritanomaly

#f7d6e0

achromatomaly

#e7dcdc

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

#f6d8d7 Color CSS Codes

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

#f6d8d7 Text Font Color

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

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

#f6d8d7 Background Color

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

#f6d8d7 Border Color

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

This div border color is #f6d8d7

#f6d8d7 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6d8d7

More Colors

Aztec Turquoise
#00d6e2
Cotton Flannel
#9090a2
Ebb Tide
#7893a0
Brimstone Butterfly
#c2c190
Dòu Lǜ Green
#009276
Overtake
#33557f
Persian Plum
#701c1c
Covered Bridge
#6a3c3b
Cool Camel
#ae996b
Chalet
#c29867
Blooming Dahlia
#eb9687
Grass Sands
#a1afa0
Chili Con Carne
#985e2b
Cross My Heart
#ad2a2d
Calico
#d5b185
Batch Blue
#87b2c9
Durban Sky
#5d8a9b
Bridle Leather
#8f7d70
Lost Summit
#887a6e
Light Silverton
#cee3d9
Dying Moss
#669c7d
Lambs Wool
#e6d1b2
Chocolate Fondue
#9a3001
Casa Verde
#abb790
Ikkonzome Pink
#f08f90
Crack Willow
#b0a470
Butter Base
#c28a35
Light Nut Milk
#e3d8d4
Pink Pieris
#efc9b8
Bestigor Flesh
#d38a57
Natural Bark
#6d574d
Lava Stone
#3c4151
Blue Skies Today
#95afdc
Ash Tree Bark
#cecfd6
Bauhaus Buff
#cfb49e
Extra White
#eeefea
Pearl Grey
#cbcec5
Flagstone Quartzite
#9a9e88
Muscat Grape
#5e5067
Incision
#ff0022
rating-img
Rate this tool
NaN/5   0 votes