#f8c0c7 Color Hex Pale Petunia

Information about Pale Petunia Color | #0000FF

#f8c0c7 color RGB value is (248,192,199). #f8c0c7 color name is Pale Petunia color.

#f8c0c7 hex color red value is 248 , green value is 192 and the blue value of its RGB is 199 . Cylindrical-coordinate representations (also known as HSL) of color #f8c0c7 hue: 353 , saturation: 80 and the lightness value of #f8c0c7 is 86

The process color (four color CMYK) of #f8c0c7 color hex is 0 , 9 ,8, 1 .

#f8c0c7

~Pale Petunia

Color Converions

HEX
#f8c0c7
RGB
248,192,199
LAB
83,21,5
CMYK
0,23,20,3
LCH
83,22,12
XYZ
68,62,62
HSV
353,23,97
HSL
353,80,86

Base Numbers

Base Red Green Blue
Binary 11111000 11000000 11000111
Octal 370 300 307
Decimal 248 192 199
Hex f8 c0 c7

RGB Percentages of Color #f8c0c7

97%
75%
78%

CMYK Percentages of Color #f8c0c7

0%
8%
9%
1%

Color Variations

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

Shades of #f8c0c7

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

10%
#f8c0c7
20%
#dfadb3
30%
#c69a9f
40%
#ae868b
50%
#957377
60%
#7c6064
70%
#634d50
80%
#4a3a3c
90%
#322628
100%
#191314

Tints of #f8c0c7

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

10%
#f8c0c7
20%
#f9c6cd
30%
#f9cdd2
40%
#fad3d8
50%
#fbd9dd
60%
#fbdfe3
70%
#fce6e9
80%
#fdecee
90%
#fef2f4
100%
#fef9f9

Tones of #f8c0c7

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

10%
#f8c0c7
20%
#ecbac0
30%
#e0b3b9
40%
#d4adb2
50%
#c8a6aa
60%
#bca0a3
70%
#b0999c
80%
#a49395
90%
#988c8e
100%
#8c8687

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.
#f8c0c7
#f8c0dd
#f8c0d2
#f8c0c7
#f8c4c0
#f8cfc0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f8c0c7
#f4f8c0
#c0ddf8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f8c0c7
#c7f8c0
#c0c7f8

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.
#f8c0c7
#e3f8c0
#c0f8f1
#d5c0f8

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f8c0c7
#231b1c
#4e3c3f
#785d61
#a37e83
#cd9fa5

Blindness simulator

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

Normal

#f8c0c7

protanopia

#d1cccc

deuteranopia

#e5c6c4

tritanopia

#f9becc

achromatopsia

#cccccc

protanomaly

#dfc8ca

deuteranomaly

#ecc4c5

achromatopsia

#cccccc

tritanomaly

#f8beca

achromatomaly

#dcc8ca

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 13/21
Hello World !

#f8c0c7 Color CSS Codes

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

#f8c0c7 Text Font Color

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

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

#f8c0c7 Background Color

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

#f8c0c7 Border Color

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

This div border color is #f8c0c7

#f8c0c7 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8c0c7

More Colors

Custard Cream
#fbefd0
Deck Crew
#5e7cac
Kamenozoki Grey
#c6c2b6
Align
#00728d
Bridesmaid
#fae6df
Dust of the Moon
#cfc9df
Madonna Lily
#eee6db
Greeny Glaze
#067376
Burnished Russet
#794029
Halakā Pīlā
#f0e483
Chamois Cloth
#f0e1d0
Northeast Trail
#948666
Holly Leaf
#2e5a50
Mountain Morn
#d4dcd1
Baby Tooth
#eeffdd
Citrus Rind
#ede0ae
Hadopelagic Water
#000022
Bleached Spruce
#bad7ae
Polenta
#efc47f
Lady Flower
#d0a4ae
Dark Sky
#909989
Burma Jade
#94b1a0
Bradford Brown
#84726c
Earth Warming
#bf9f91
Bali Hai
#849ca9
Freinacht Black
#232f36
Bland Celery
#74915f
Lilac Smoke
#b6a3a0
Grey Brown
#7f7053
Cherry Pink
#c7607b
Infrared Gloze
#cc3355
Autumn Glaze
#b3573f
Indigo Batik
#4467a7
Colorado Springs
#88aac4
Island Monkey
#ad4e1a
Frothy Milk
#faede6
Arrowroote
#e4decf
Aged Beech
#846262
Battle Blue
#74828f
Flirtatious Flamingo
#cc22ff
rating-img
Rate this tool
NaN/5   0 votes