#f8e1d0 Color Hex Pastry Pink

Information about Pastry Pink Color | #0000FF

#f8e1d0 color RGB value is (248,225,208). #f8e1d0 color name is Pastry Pink color.

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

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

#f8e1d0

~Pastry Pink

Color Converions

HEX
#f8e1d0
RGB
248,225,208
LAB
91,6,11
CMYK
0,9,16,3
LCH
91,13,61
XYZ
77,78,71
HSV
26,16,97
HSL
26,74,89

Base Numbers

Base Red Green Blue
Binary 11111000 11100001 11010000
Octal 370 341 320
Decimal 248 225 208
Hex f8 e1 d0

RGB Percentages of Color #f8e1d0

97%
88%
82%

CMYK Percentages of Color #f8e1d0

0%
6%
4%
1%

Color Variations

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

Shades of #f8e1d0

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

10%
#f8e1d0
20%
#dfcbbb
30%
#c6b4a6
40%
#ae9d92
50%
#95877d
60%
#7c7068
70%
#635a53
80%
#4a433e
90%
#322d2a
100%
#191615

Tints of #f8e1d0

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

10%
#f8e1d0
20%
#f9e4d5
30%
#f9e7d9
40%
#faeade
50%
#fbede3
60%
#fbf0e8
70%
#fcf3ec
80%
#fdf6f1
90%
#fef9f6
100%
#fefcfa

Tones of #f8e1d0

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

10%
#f8e1d0
20%
#ecd7c8
30%
#e0cec0
40%
#d4c4b8
50%
#c8bab0
60%
#bcb0a8
70%
#b0a7a0
80%
#a49d98
90%
#989390
100%
#8c8988

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.
#f8e1d0
#f8d1d0
#f8d9d0
#f8e1d0
#f8e9d0
#f8f1d0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f8e1d0
#dff8d0
#d1d0f8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f8e1d0
#d0f8e1
#e1d0f8

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.
#f8e1d0
#d3f8d0
#d0e7f8
#f5d0f8

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f8e1d0
#23201e
#4e4741
#786d65
#a39489
#cdbaac

Blindness simulator

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

Normal

#f8e1d0

protanopia

#ede3d0

deuteranopia

#ffddd3

tritanopia

#fcdced

achromatopsia

#e5e5e5

protanomaly

#f1e3d0

deuteranomaly

#fcdfd2

achromatopsia

#e5e5e5

tritanomaly

#fbdee2

achromatomaly

#ece3dd

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 !

#f8e1d0 Color CSS Codes

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

#f8e1d0 Text Font Color

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

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

#f8e1d0 Background Color

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

#f8e1d0 Border Color

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

This div border color is #f8e1d0

#f8e1d0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8e1d0

More Colors

Gingerbread
#8c4a2f
Brick Brown
#77603f
Majestic Blue
#3f425c
Greyish White
#d6dee9
Hint of Blue
#cee1f2
Lewisham
#675a49
Fountain Blue
#65adb2
Ice Water Green
#cdebe1
Fresh Herb
#77913b
Mexican Moonlight
#c99387
Malta
#a59784
Meadow Mauve
#a9568c
Jitterbug Lure
#8db0ad
Meissen Blue
#007fb9
Lively Laugh
#e1dd8e
Beryllonite
#e9e5d7
Aroma Blue
#96d2d6
Poetic Light
#e2ded8
Liquid Mercury
#757a80
Polished Marble
#d0bc9d
Distance
#566a73
Aluminum Foil
#d2d9db
Frankly Earnest
#e2dbca
Ameixa
#6a5acd
Mint Smoothie
#c5e6d1
Fisherman Knit
#d1c9be
Antique Fuchsia
#915c83
Clarified Butter
#e69c23
Oyster Linen
#b1ab96
Azure Mist
#f0fff1
Pa Red
#5e3a39
Cloak Grey
#605e63
Pink Cupcake
#f5d0d6
Apricot Jam
#eea771
Cherry Cordial
#ebbed3
Bird’s Eye
#b9030a
Celebration
#e6c17a
African Bubinga
#c7927a
Altered Pink
#efc7be
Dancing in the Rain
#abc5d6
rating-img
Rate this tool
NaN/5   0 votes