#f8d0e7 Color Hex Pink Lily

Information about Pink Lily Color | #0000FF

#f8d0e7 color RGB value is (248,208,231). #f8d0e7 color name is Pink Lily color.

#f8d0e7 hex color red value is 248 , green value is 208 and the blue value of its RGB is 231 . Cylindrical-coordinate representations (also known as HSL) of color #f8d0e7 hue: 325 , saturation: 74 and the lightness value of #f8d0e7 is 89

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

#f8d0e7

~Pink Lily

Color Converions

HEX
#f8d0e7
RGB
248,208,231
LAB
87,17,-6
CMYK
0,16,7,3
LCH
87,18,-19
XYZ
76,71,85
HSV
325,16,97
HSL
325,74,89

Base Numbers

Base Red Green Blue
Binary 11111000 11010000 11100111
Octal 370 320 347
Decimal 248 208 231
Hex f8 d0 e7

RGB Percentages of Color #f8d0e7

97%
82%
91%

CMYK Percentages of Color #f8d0e7

0%
3%
6%
1%

Color Variations

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

Shades of #f8d0e7

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

10%
#f8d0e7
20%
#dfbbd0
30%
#c6a6b9
40%
#ae92a2
50%
#957d8b
60%
#7c6874
70%
#63535c
80%
#4a3e45
90%
#322a2e
100%
#191517

Tints of #f8d0e7

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

10%
#f8d0e7
20%
#f9d5e9
30%
#f9d9ec
40%
#fadeee
50%
#fbe3f1
60%
#fbe8f3
70%
#fcecf5
80%
#fdf1f8
90%
#fef6fa
100%
#fefafd

Tones of #f8d0e7

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

10%
#f8d0e7
20%
#ecc8dd
30%
#e0c0d2
40%
#d4b8c8
50%
#c8b0be
60%
#bca8b3
70%
#b0a0a9
80%
#a4989f
90%
#989094
100%
#8c888a

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.
#f8d0e7
#f8d0f7
#f8d0ef
#f8d0e7
#f8d0df
#f8d0d7

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f8d0e7
#f8e9d0
#d0f7f8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f8d0e7
#e7f8d0
#d0e7f8

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.
#f8d0e7
#f8f5d0
#d0f8e1
#d0d3f8

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f8d0e7
#231e21
#4e4149
#786570
#a38998
#cdacbf

Blindness simulator

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

Normal

#f8d0e7

protanopia

#d9d9ec

deuteranopia

#ebd3e5

tritanopia

#f7d0e0

achromatopsia

#dadada

protanomaly

#e4d5ea

deuteranomaly

#f0d2e6

achromatopsia

#dadada

tritanomaly

#f7d0e3

achromatomaly

#e5d6df

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 !

#f8d0e7 Color CSS Codes

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

#f8d0e7 Text Font Color

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

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

#f8d0e7 Background Color

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

#f8d0e7 Border Color

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

This div border color is #f8d0e7

#f8d0e7 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8d0e7

More Colors

Blue Hue
#394d60
Hit Grey
#a1adb5
Gyoza Dumpling
#dfb46f
Fond Memory
#c8bcb7
Oil Slick
#031602
Pink Damask
#d98580
Feather Gold
#edd382
Black Drop
#90abd9
Nurture
#d7dcd5
Early Crocus
#eae7e7
Kefir
#d5d5ce
Lannister Red
#cd0101
Foxflower Viola
#a2acc5
Brown Sugar
#a17249
Blue Depths
#263056
Fashion Yellow
#edc537
Mallard Green
#478865
Pink Nectar
#d8aab7
Golden Crescent
#ecc909
Aged Whisky
#9d7147
Blistering Mars
#ff6c51
Kiwi Kiss
#eef9c1
Grey Purple
#826d8c
Auric
#c48919
Horned Frog
#c2ae87
Clear Viridian
#367588
Cumberland Fog
#dadbdf
Peach Cobbler
#ffb181
Bossa Nova Blue
#767c9e
Bit of Heaven
#cad7de
Cognac Brown
#b98563
Aqueduct
#60b3bc
Braintree
#65635b
Dreaming of the Day
#abc1bd
Grey Ridge
#847986
Innocent Snowdrop
#d0c7ff
Baby Blue Eyes
#a1caf1
Bullet Hell
#faf1c8
Heavenly Pink
#f4dede
Decorous Amber
#ac7559
rating-img
Rate this tool
NaN/5   0 votes