Skip to main content Skip to docs navigation

#fe50de hex color | Download Dark Red BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Purple Pizzazz and its hex is #FE4EDA Nearest Color Name

Color Hue/Base color: Red

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

Hex #fe50de color code is between #ff55dd web safe hex color code and #ee44ee web safe hex color code. #ff55dd is the nearest web safe color code. You can see here many more shades of #fe50de color code.

RGB Chart

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

Color Table

Hex Color Code fe50de #fe50de
RGB Decimal 254, 80, 222 254, 80, 222
RGB Percent 100%, 31%, 87% rgb(100%, 31%, 87%)
CSS RGBa 254, 80, 222,1 rgba(254,80,222,1)
CMYK Model cmyk(0%,69%,13%,0.39%)
HSL Color Space 311,99% ,65% hsl(311,99% ,65%)
HSV Color Space 311°, 69%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 01010000 11011110
Octal 376 120 336
Decimal 254 80 222
Hex fe 50 de

Different shades of #fe50de color code.

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

Darkest of #fe50de
#b40193
Darker of #fe50de
#e701bd
Dark of #fe50de
#fe1dd4
Base of #fe50de
#fe50de
Light of #fe50de
#fe83e8
Lighter
#ffb5f1
Lightest
#ffe8fb

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

#fe50de
#50fe70

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

Split Complementary

#fe50de
#87fe50
#50fec7

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

Analogous Color

#b850fe
#d550fe
#fe50de
#fe50a4
#fe505c

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

#fe50de
#50defe
#defe50

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

#fe50de
#defe50
#50fe70
#7050fe

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

Square Color

#fe50de
#fec750
#50fe70
#5087fe

Square 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).

Monochromatic Color with #fe50de

#81016a
#b40193
#e701bd
#fe1dd4
#fe50de
#fe83e8
#ffb5f1
#ffe8fb
#ffffff

Tints of #fe50de Color

#fe50de
#fe63e1
#fe76e5
#fe8ae9
#fe9dec
#feb1f0
#fec4f4
#fed8f7
#feebfb
#ffffff

Shades of #fe50de color code

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

#fe50de
#e147c5
#c53eac
#a93594
#8d2c7b
#702362
#541a4a
#381131
#1c0818
#000000

Tones

#fe50de
#ec62d3
#db73c8
#c985bd
#b896b1

Tones

Similar Color like #fe50de color

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

#ff51df
#ff52e0
#ff53e1
#ff54e2
#ff55e3
#ff56e4
#ff57e5
#ff58e6
#ff59e7
#ff5ae8
#ff5be9
#ff5cea
#ff5deb
#ff5eec
#fd4fdd
#fc4edc
#fb4ddb
#fa4cda
#f94bd9
#f84ad8
#f749d7
#f648d6
#f547d5
#f446d4
#f345d3
#f244d2
#f143d1
#f042d0

Download this Dark Red

Hex #fe50de 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.

#fe50de Color Code Preview on Black Background Color

This is how #fe50de Color will look on black background color. Color contrast ratio is 7.42

#fe50de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe50de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe50de

#fe50de color code is use for CSS Background Color

Background color for the above div is #fe50de

HTML with inline CSS

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

#fe50de color code is use for CSS Border Color

CSS Border color for the above div is #fe50de

HTML with inline CSS

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

CSS Border Left color for the above div is #fe50de

HTML with inline CSS

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

CSS Border Right color for the above div is #fe50de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe50de

HTML with inline CSS

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

CSS Border Top color for the above div is #fe50de

HTML with inline CSS

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

#fe50de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe50de Color code Preview on White Background

This is how #fe50de Color code will look on white background color. Color contrast ratio is 2.83

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 #fe50de; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fe50de; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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