#f2e2e0 Color Hex Petal Pink

Information about Petal Pink Color | #0000FF

#f2e2e0 color RGB value is (242,226,224). #f2e2e0 color name is Petal Pink color.

#f2e2e0 hex color red value is 242 , green value is 226 and the blue value of its RGB is 224 . Cylindrical-coordinate representations (also known as HSL) of color #f2e2e0 hue: 7 , saturation: 41 and the lightness value of #f2e2e0 is 91

The process color (four color CMYK) of #f2e2e0 color hex is 0 , 3 ,3, 2 .

#f2e2e0

~Petal Pink

Color Converions

HEX
#f2e2e0
RGB
242,226,224
LAB
91,5,3
CMYK
0,7,7,5
LCH
91,6,29
XYZ
77,79,82
HSV
7,7,95
HSL
7,41,91

Base Numbers

Base Red Green Blue
Binary 11110010 11100010 11100000
Octal 362 342 340
Decimal 242 226 224
Hex f2 e2 e0

RGB Percentages of Color #f2e2e0

95%
89%
88%

CMYK Percentages of Color #f2e2e0

0%
3%
3%
2%

Color Variations

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

Shades of #f2e2e0

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

10%
#f2e2e0
20%
#dacbca
30%
#c2b5b3
40%
#a99e9d
50%
#918886
60%
#797170
70%
#615a5a
80%
#494443
90%
#302d2d
100%
#181716

Tints of #f2e2e0

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

10%
#f2e2e0
20%
#f3e5e3
30%
#f5e8e6
40%
#f6ebe9
50%
#f7eeec
60%
#f9f0f0
70%
#faf3f3
80%
#fbf6f6
90%
#fcf9f9
100%
#fefcfc

Tones of #f2e2e0

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

10%
#f2e2e0
20%
#e7d8d6
30%
#dbcecd
40%
#d0c4c3
50%
#c4bbb9
60%
#b9b1b0
70%
#ada7a6
80%
#a29d9c
90%
#969393
100%
#8b8989

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.
#f2e2e0
#f2e0e5
#f2e0e2
#f2e2e0
#f2e6e0
#f2e9e0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f2e2e0
#ecf2e0
#e0e5f2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f2e2e0
#e0f2e2
#e2e0f2

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.
#f2e2e0
#e7f2e0
#e0f0f2
#ebe0f2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f2e2e0
#1d1c1b
#484343
#726b6a
#9d9391
#c7bab9

Blindness simulator

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

Normal

#f2e2e0

protanopia

#eae4e0

deuteranopia

#fddde0

tritanopia

#f4dff0

achromatopsia

#e5e5e5

protanomaly

#ede3e0

deuteranomaly

#f9dfe0

achromatopsia

#e5e5e5

tritanomaly

#f3e0ea

achromatomaly

#eae4e3

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 !

#f2e2e0 Color CSS Codes

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

#f2e2e0 Text Font Color

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

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

#f2e2e0 Background Color

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

#f2e2e0 Border Color

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

This div border color is #f2e2e0

#f2e2e0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2e2e0

More Colors

Capture
#2cbaa3
Marseilles
#b7bbbb
Light Orchid
#e6a8d7
Emerald Green
#046307
Pineapple Juice
#f8e87b
Curaçao Blue
#008894
Festival
#eacc4a
Armada
#536762
Cement Greige
#b5aba4
Placebo Green
#ebfcec
Blue Mana
#68c2f5
Muddy Waters
#a9844f
Pacifica
#4e77a3
Brocade
#8c87c5
Owl Manner Malt
#c0af87
Golden Leaf
#c48b42
Aztec Aura
#ffefbc
Mud Green
#606602
Inter-Galactic Blue
#afe0ef
Black Kite
#351e1c
Elderberry Black
#1e323b
Fig Tree
#605f4b
Ashen Plum
#9b9092
Pink Quince
#ab485b
Orange Chalk
#fad48b
Cotton White
#e4e3d8
Bugle Boy
#bb8f4f
Darling Clementine
#d29f7a
Glassware
#d1d9da
Lonestar
#522426
Greenland
#737d6a
Plymouth Green
#b1b695
Azalea
#d42e5b
Equanimity
#83a9b3
Dull Desert
#dcd6d3
China Cup
#f8f0e5
Illicit Pink
#ff5ccd
Lost in Space
#03386a
Light Pearl Ash
#dcd6d1
rating-img
Rate this tool
NaN/5   0 votes