crispedge.com

Color picker

Loading...

#fe807e hex color - Red - Warm color - Information

#fe807e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe807e Color code in RGB color code model is created after adding 99.61% red color, 50.2% green color and 49.41% blue color. Hex #fe807e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 50% yellow and 0% black.

Hex #fe807e color code is between #ff8877 web safe hex color code and #ee7788 web safe hex color code. #ff8877 is the nearest web safe color code. You can see here many more shades of #fe807e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefe807e#fe807e
RGB Decimal254, 128, 126rgb(254, 128, 126)
RGB Percent100%, 50%, 49%rgb(100%, 50%, 49%)
CSS RGBa254, 128, 126,1rgba(254,128,126,1)
CMYK Modelcmyk(0%,50%,50%,0%)
HSL Color Space1,98% ,75%hsl(1,98% ,75%)
HSV Color Space1°, 50%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101000000001111110
Octal376200176
Decimal254128126
Hexfe807e

Different shades of #fe807e color code.

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

Light Shade of #fe807e
#feb2b1
Dark Shade of #fe807e
#fe4e4b
Saturated Shade of #fe807e
#ff7f7d
Desaturated Shade of #fe807e
#f78684
Grey scale Shade of #fe807e
#bebebe
Brighten Shade
#ff9997
Most Readable Shade
#000000

Shades of #fe807e color code

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

#fe807e
#e17170
#c56362
#a95554
#8d4746
#703838
#542a2a
#381c1c
#1c0e0e
#000000

Similar Color like #fe807e color

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

#ff817f
#ff8280
#ff8381
#ff8482
#ff8583
#ff8684
#ff8785
#ff8886
#ff8987
#ff8a88
#ff8b89
#ff8c8a
#ff8d8b
#ff8e8c
#fd7f7d
#fc7e7c
#fb7d7b
#fa7c7a
#f97b79
#f87a78
#f77977
#f67876
#f57775
#f47674
#f37573
#f27472
#f17371
#f07270

Monochromatic Color with #fe807e

#fe807e
#291515
#542a2a
#7e403f
#a95554
#d36b69

Tints of #fe807e Color

#fe807e
#fe8e8c
#fe9c9a
#feaaa9
#feb8b7
#fec6c5
#fed4d4
#fee2e2
#fef0f0
#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

#fe807e
#7efcfe

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

Split Complementary

#fe807e
#7efec0
#7ebcfe

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

Analogous Color

#fe7eaf
#fe7e96
#fe807e
#fe9a7e
#feb37e

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

#fe807e
#7efe80
#807efe

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

#fe807e
#bcfe7e
#7efcfe
#c07efe

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

#fe807e
#7efcfe
#7ebcfe
#fec07e

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 #fe807e 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.

#fe807e Color Code Preview on Black Background Color

This is how #fe807e Color will look on black background color. Color contrast ratio is 8.60

#fe807e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe807e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe807e

#fe807e color code is use for CSS Background Color

Background color for the above div is #fe807e

HTML with inline CSS

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

#fe807e color code is use for CSS Border Color

CSS Border color for the above div is #fe807e

HTML with inline CSS

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

CSS Border Left color for the above div is #fe807e

HTML with inline CSS

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

CSS Border Right color for the above div is #fe807e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe807e

HTML with inline CSS

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

CSS Border Top color for the above div is #fe807e

HTML with inline CSS

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

#fe807e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe807e Color code Preview on White Background

This is how #fe807e Color code will look on white background color. Color contrast ratio is 2.44

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

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,128,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,252,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,128,126,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.