#f9c0c4 Color Hex Azalea Pink

Information about Azalea Pink Color | #0000FF

#f9c0c4 color RGB value is (249,192,196). #f9c0c4 color name is Azalea Pink color.

#f9c0c4 hex color red value is 249 , green value is 192 and the blue value of its RGB is 196 . Cylindrical-coordinate representations (also known as HSL) of color #f9c0c4 hue: 356 , saturation: 83 and the lightness value of #f9c0c4 is 86

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

#f9c0c4

~Azalea Pink

Color Converions

HEX
#f9c0c4
RGB
249,192,196
LAB
83,21,6
CMYK
0,23,21,2
LCH
83,22,16
XYZ
68,62,61
HSV
356,23,98
HSL
356,83,86

Base Numbers

Base Red Green Blue
Binary 11111001 11000000 11000100
Octal 371 300 304
Decimal 249 192 196
Hex f9 c0 c4

RGB Percentages of Color #f9c0c4

98%
75%
77%

CMYK Percentages of Color #f9c0c4

0%
8%
9%
1%

Color Variations

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

Shades of #f9c0c4

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

10%
#f9c0c4
20%
#e0adb0
30%
#c79a9d
40%
#ae8689
50%
#957376
60%
#7c6062
70%
#644d4e
80%
#4b3a3b
90%
#322627
100%
#191314

Tints of #f9c0c4

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

10%
#f9c0c4
20%
#fac6ca
30%
#facdd0
40%
#fbd3d6
50%
#fbd9dc
60%
#fcdfe2
70%
#fde6e7
80%
#fdeced
90%
#fef2f3
100%
#fef9f9

Tones of #f9c0c4

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

10%
#f9c0c4
20%
#edbabd
30%
#e1b3b6
40%
#d5adaf
50%
#c8a6a9
60%
#bca0a2
70%
#b0999b
80%
#a49394
90%
#988c8d
100%
#8c8686

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.
#f9c0c4
#f9c0db
#f9c0cf
#f9c0c4
#f9c7c0
#f9d3c0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f9c0c4
#f2f9c0
#c0dbf9

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f9c0c4
#c4f9c0
#c0c4f9

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.
#f9c0c4
#e0f9c0
#c0f9f5
#d8c0f9

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f9c0c4
#241c1d
#4f3d3e
#795e60
#a47e81
#ce9fa3

Blindness simulator

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

Normal

#f9c0c4

protanopia

#d1ccc9

deuteranopia

#e7c6c1

tritanopia

#fabdcc

achromatopsia

#cccccc

protanomaly

#e0c8c7

deuteranomaly

#edc4c2

achromatopsia

#cccccc

tritanomaly

#fabec9

achromatomaly

#ddc8c9

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 !

#f9c0c4 Color CSS Codes

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

#f9c0c4 Text Font Color

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

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

#f9c0c4 Background Color

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

#f9c0c4 Border Color

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

This div border color is #f9c0c4

#f9c0c4 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9c0c4

More Colors

Liberty
#4d448a
Middy's Purple
#aa8ed6
Patrinia Scabiosaefolia
#f2f2b0
Peak Season
#ffdfc9
Infinitesimal Green
#d7e4cc
Dotted Dove
#6c6868
Iced Aniseed
#cbd3c3
Cozy Blanket
#c3a598
Gunsmoke
#7a7c76
Mulu Frog
#55bb00
Atoll
#2b797a
Arable Brown
#7a552e
Havelock Blue
#5784c1
Light Mulberry
#d1cae1
Ocean Abyss
#221166
Isn't It Just Peachy
#ffb278
Embroidered Silk
#b8dca7
Pochard Duck Head
#ee9977
Ajo Lily
#faecd9
Drake Tooth
#bbb0a4
Imam Ali Gold
#fae199
Pirate Treasure
#ddca69
Moelleux Au Chocolat
#553311
Petit Pink
#e9cdd8
Bitter Violet
#856d9e
Loud Lime
#88ff22
Eyeshadow Blue
#6b94c5
Carriage Stone
#7e7265
Asparagus
#77ab56
Comforting Cherry
#cc1144
Coffee Kiss
#b19576
Olive Leaf
#4e4b35
Glisten Green
#f2efdc
Endless
#5b976a
Orchid Mist
#e8e6e8
Glacial
#d1dad7
Cougar
#9a7f78
Palatial
#eedcd1
Incubation Red
#da1d38
rating-img
Rate this tool
NaN/5   0 votes