#f8e7e4 Color Hex Pink Duet

Information about Pink Duet Color | #0000FF

#f8e7e4 color RGB value is (248,231,228). #f8e7e4 color name is Pink Duet color.

#f8e7e4 hex color red value is 248 , green value is 231 and the blue value of its RGB is 228 . Cylindrical-coordinate representations (also known as HSL) of color #f8e7e4 hue: 9 , saturation: 59 and the lightness value of #f8e7e4 is 93

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

#f8e7e4

~Pink Duet

Color Converions

HEX
#f8e7e4
RGB
248,231,228
LAB
93,6,4
CMYK
0,7,8,3
LCH
93,7,33
XYZ
81,83,85
HSV
9,8,97
HSL
9,59,93

Base Numbers

Base Red Green Blue
Binary 11111000 11100111 11100100
Octal 370 347 344
Decimal 248 231 228
Hex f8 e7 e4

RGB Percentages of Color #f8e7e4

97%
91%
89%

CMYK Percentages of Color #f8e7e4

0%
3%
3%
1%

Color Variations

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

Shades of #f8e7e4

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

10%
#f8e7e4
20%
#dfd0cd
30%
#c6b9b6
40%
#aea2a0
50%
#958b89
60%
#7c7472
70%
#635c5b
80%
#4a4544
90%
#322e2e
100%
#191717

Tints of #f8e7e4

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

10%
#f8e7e4
20%
#f9e9e7
30%
#f9ece9
40%
#faeeec
50%
#fbf1ef
60%
#fbf3f2
70%
#fcf5f4
80%
#fdf8f7
90%
#fefafa
100%
#fefdfc

Tones of #f8e7e4

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

10%
#f8e7e4
20%
#ecddda
30%
#e0d2d0
40%
#d4c8c6
50%
#c8bebc
60%
#bcb3b2
70%
#b0a9a8
80%
#a49f9e
90%
#989494
100%
#8c8a8a

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.
#f8e7e4
#f8e4e9
#f8e4e5
#f8e7e4
#f8ebe4
#f8efe4

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f8e7e4
#f1f8e4
#e4e9f8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f8e7e4
#e4f8e7
#e7e4f8

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.
#f8e7e4
#ebf8e4
#e4f5f8
#f1e4f8

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f8e7e4
#232121
#4e4948
#78706f
#a39896
#cdbfbd

Blindness simulator

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

Normal

#f8e7e4

protanopia

#efe9e4

deuteranopia

#ffe4e6

tritanopia

#fbe3f5

achromatopsia

#eaeaea

protanomaly

#f3e8e4

deuteranomaly

#fce5e5

achromatopsia

#eaeaea

tritanomaly

#fae5ef

achromatomaly

#efe9e8

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

#f8e7e4 Color CSS Codes

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

#f8e7e4 Text Font Color

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

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

#f8e7e4 Background Color

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

#f8e7e4 Border Color

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

This div border color is #f8e7e4

#f8e7e4 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8e7e4

More Colors

Heather Moor
#998e8f
Kournikova
#f9d054
Akabeni
#c3272b
All's Ace
#c68886
Marina Isle
#b1c8bf
Italiano Rose
#d16169
Butter Tart
#fee99f
Friar Brown
#6e493a
Oyster Bar
#dbd0bb
Pickle Juice
#bba528
Osprey Nest
#ccbab1
Pizazz Peach
#f5c795
Antique Ruby
#841b2d
Gluten
#ddcc66
Gamin
#bfd1af
Brown Branch
#b08f6a
Frost Blue
#5d9aa6
Hallowed Hush
#e2ebe5
First of July
#bce6ef
Mood Lighting
#ffe7d5
Alpine Race
#234162
Light Tactile
#deedd4
Deco Red
#824942
Ironside
#7e8082
Baby Whale
#4d5588
Milk Thistle
#9e9b88
Chapter
#9f9369
Plum Truffle
#675657
Blue Refrain
#b0d8e7
Green not Found
#404404
Clarinet
#002255
Medium Lavender Magenta
#dda0fd
Big Stone Beach
#886e54
Candlelit Beige
#f1ede0
Mongolian Plateau
#777700
Brake Light Trails
#ee0033
Cooling Trend
#e6e2e4
Blue Blush
#d6dbd9
Outrigger
#82714d
rating-img
Rate this tool
NaN/5   0 votes