@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#fe8ddc hex color - Red - Warm color - Information

#fe8ddc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe8ddc Color code in RGB color code model is created after adding 99.61% red color, 55.29% green color and 86.27% blue color. Hex #fe8ddc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 13% yellow and 0.39% black.

Hex #fe8ddc color code is between #ff88dd web safe hex color code and #ee99cc web safe hex color code. #ff88dd is the nearest web safe color code. You can see here many more shades of #fe8ddc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code fe8ddc #fe8ddc
RGB Decimal 254, 141, 220 rgb(254, 141, 220)
RGB Percent 100%, 55%, 86% rgb(100%, 55%, 86%)
CSS RGBa 254, 141, 220,1 rgba(254,141,220,1)
CMYK Model cmyk(0%,44%,13%,0.39%)
HSL Color Space 318,98% ,77% hsl(318,98% ,77%)
HSV Color Space 318°, 44%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 10001101 11011100
Octal 376 215 334
Decimal 254 141 220
Hex fe 8d dc

Different shades of #fe8ddc color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #fe8ddc
#fec0ec
Dark Shade of #fe8ddc
#fe5acc
Saturated Shade of #fe8ddc
#ff8cdc
Desaturated Shade of #fe8ddc
#f893da
Grey scale Shade of #fe8ddc
#c5c5c5
Brighten Shade
#ffa6f5
Most Readable Shade
#000000

Shades of #fe8ddc color code

Generate more color scales with scales (color stack) generator.

#fe8ddc
#e17dc3
#c56dab
#a95e92
#8d4e7a
#703e61
#542f49
#381f30
#1c0f18
#000000

Similar Color like #fe8ddc color

Find visually similar hex color codes nearing to #fe8ddc hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ff8edd
#ff8fde
#ff90df
#ff91e0
#ff92e1
#ff93e2
#ff94e3
#ff95e4
#ff96e5
#ff97e6
#ff98e7
#ff99e8
#ff9ae9
#ff9bea
#fd8cdb
#fc8bda
#fb8ad9
#fa89d8
#f988d7
#f887d6
#f786d5
#f685d4
#f584d3
#f483d2
#f382d1
#f281d0
#f180cf
#f07fce

Monochromatic Color with #fe8ddc

#fe8ddc
#291724
#542f49
#7e466e
#a95e92
#d375b7

Tints of #fe8ddc Color

#fe8ddc
#fe99df
#fea6e3
#feb3e7
#febfeb
#feccef
#fed9f3
#fee5f7
#fef2fb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fe8ddc
#8dfeaf

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fe8ddc
#a3fe8d
#8dfee8

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#f38dfe
#fe8df3
#fe8ddc
#fe8dc5
#fe8daf

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fe8ddc
#dcfe8d
#8ddcfe

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fe8ddc
#fee78d
#8dfeaf
#8da3fe

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fe8ddc
#8dfeaf
#8dfee8
#fe8da3

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #fe8ddc Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fe8ddc Color Code Preview on Black Background Color

This is how #fe8ddc Color will look on black background color. Color contrast ratio is 10.06

#fe8ddc in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fe8ddc">Your Example Paragraph content text in with font color #fe8ddc </p>

Your Example Paragraph content text in with font color #fe8ddc

HTML with inline CSS

<div style="color:#fe8ddc">Your Paragraph text in with font color #fe8ddc </div>

Your Example Paragraph content text in with font color #fe8ddc

#fe8ddc color code is use for CSS Background Color

Background color for the above div is #fe8ddc

HTML with inline CSS

<div style="background-color:#fe8ddc;"></div>

#fe8ddc color code is use for CSS Border Color

CSS Border color for the above div is #fe8ddc

HTML with inline CSS

<div style="border:5px solid #fe8ddc;"></div>

CSS Border Left color for the above div is #fe8ddc

HTML with inline CSS

<div style="border-left:5px solid #fe8ddc;"></div>

CSS Border Right color for the above div is #fe8ddc

HTML with inline CSS

<div style="border-right:5px solid #fe8ddc;"></div>

CSS Border Bottom color for the above div is #fe8ddc

HTML with inline CSS

<div style="border-bottom:5px solid #fe8ddc;"></div>

CSS Border Top color for the above div is #fe8ddc

HTML with inline CSS

<div style="border-top:5px solid #fe8ddc;"></div>

#fe8ddc hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fe8ddc; } .examplecolorclass {color:#fe8ddc; } .examplebordercolor {border:3px solid #fe8ddc; }

#fe8ddc Color code Preview on White Background

This is how #fe8ddc Color code will look on white background color. Color contrast ratio is 2.09

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fe8ddc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fe8ddc; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(254,141,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(141,254,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,141,220,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.