crispedge.com

Color picker

Loading...

#fe8aa7 hex color - Red - Warm color - Information

#fe8aa7 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe8aa7 Color code in RGB color code model is created after adding 99.61% red color, 54.12% green color and 65.49% blue color. Hex #fe8aa7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 34% yellow and 0% black.

Hex #fe8aa7 color code is between #ff88aa web safe hex color code and #ee9999 web safe hex color code. #ff88aa is the nearest web safe color code. You can see here many more shades of #fe8aa7 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codefe8aa7#fe8aa7
RGB Decimal254, 138, 167rgb(254, 138, 167)
RGB Percent100%, 54%, 65%rgb(100%, 54%, 65%)
CSS RGBa254, 138, 167,1rgba(254,138,167,1)
CMYK Modelcmyk(0%,46%,34%,0%)
HSL Color Space345,98% ,77%hsl(345,98% ,77%)
HSV Color Space345°, 46%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101000101010100111
Octal376212247
Decimal254138167
Hexfe8aa7

Different shades of #fe8aa7 color code.

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

Light Shade of #fe8aa7
#febdcd
Dark Shade of #fe8aa7
#fe5781
Saturated Shade of #fe8aa7
#ff89a6
Desaturated Shade of #fe8aa7
#f890aa
Grey scale Shade of #fe8aa7
#c4c4c4
Brighten Shade
#ffa3c0
Most Readable Shade
#000000

Shades of #fe8aa7 color code

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

#fe8aa7
#e17a94
#c56b81
#a95c6f
#8d4c5c
#703d4a
#542e37
#381e25
#1c0f12
#000000

Similar Color like #fe8aa7 color

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

#ff8ba8
#ff8ca9
#ff8daa
#ff8eab
#ff8fac
#ff90ad
#ff91ae
#ff92af
#ff93b0
#ff94b1
#ff95b2
#ff96b3
#ff97b4
#ff98b5
#fd89a6
#fc88a5
#fb87a4
#fa86a3
#f985a2
#f884a1
#f783a0
#f6829f
#f5819e
#f4809d
#f37f9c
#f27e9b
#f17d9a
#f07c99

Monochromatic Color with #fe8aa7

#fe8aa7
#29171b
#542e37
#7e4553
#a95c6f
#d3738b

Tints of #fe8aa7 Color

#fe8aa7
#fe97b0
#fea4ba
#feb1c4
#febece
#fecbd7
#fed8e1
#fee5eb
#fef2f5
#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

#fe8aa7
#8afee1

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

Split Complementary

#fe8aa7
#8afea7
#8ae1fe

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

Analogous Color

#fe8ad5
#fe8abe
#fe8aa7
#fe8a90
#fe9b8a

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

#fe8aa7
#a7fe8a
#8aa7fe

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

#fe8aa7
#e1fe8a
#8afee1
#a78afe

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

#fe8aa7
#8afee1
#8ae1fe
#fea78a

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

#fe8aa7 Color Code Preview on Black Background Color

This is how #fe8aa7 Color will look on black background color. Color contrast ratio is 9.41

#fe8aa7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe8aa7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe8aa7

#fe8aa7 color code is use for CSS Background Color

Background color for the above div is #fe8aa7

HTML with inline CSS

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

#fe8aa7 color code is use for CSS Border Color

CSS Border color for the above div is #fe8aa7

HTML with inline CSS

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

CSS Border Left color for the above div is #fe8aa7

HTML with inline CSS

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

CSS Border Right color for the above div is #fe8aa7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe8aa7

HTML with inline CSS

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

CSS Border Top color for the above div is #fe8aa7

HTML with inline CSS

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

#fe8aa7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe8aa7 Color code Preview on White Background

This is how #fe8aa7 Color code will look on white background color. Color contrast ratio is 2.23

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.