crispedge.com

Color picker

Loading...

#fe4aad hex color - Red - Warm color - Information

#fe4aad hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fe4aad Color code in RGB color code model is created after adding 99.61% red color, 29.02% green color and 67.84% blue color. Hex #fe4aad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 32% yellow and 0% black.

Hex #fe4aad color code is between #ff44aa web safe hex color code and #ee55bb web safe hex color code. #ff44aa is the nearest web safe color code. You can see here many more shades of #fe4aad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefe4aad#fe4aad
RGB Decimal254, 74, 173rgb(254, 74, 173)
RGB Percent100%, 29%, 68%rgb(100%, 29%, 68%)
CSS RGBa254, 74, 173,1rgba(254,74,173,1)
CMYK Modelcmyk(0%,71%,32%,0%)
HSL Color Space327,99% ,64%hsl(327,99% ,64%)
HSV Color Space327°, 71%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111100100101010101101
Octal376112255
Decimal25474173
Hexfe4aad

Different shades of #fe4aad color code.

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

Light Shade of #fe4aad
#fe7dc4
Dark Shade of #fe4aad
#fe1796
Saturated Shade of #fe4aad
#ff49ad
Desaturated Shade of #fe4aad
#f553ac
Grey scale Shade of #fe4aad
#a4a4a4
Brighten Shade
#ff63c6
Most Readable Shade
#000000

Shades of #fe4aad color code

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

#fe4aad
#e14199
#c53986
#a93173
#8d2960
#70204c
#541839
#381026
#1c0813
#000000

Similar Color like #fe4aad color

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

#ff4bae
#ff4caf
#ff4db0
#ff4eb1
#ff4fb2
#ff50b3
#ff51b4
#ff52b5
#ff53b6
#ff54b7
#ff55b8
#ff56b9
#ff57ba
#ff58bb
#fd49ac
#fc48ab
#fb47aa
#fa46a9
#f945a8
#f844a7
#f743a6
#f642a5
#f541a4
#f440a3
#f33fa2
#f23ea1
#f13da0
#f03c9f

Monochromatic Color with #fe4aad

#fe4aad
#290c1c
#541839
#7e2556
#a93173
#d33e90

Tints of #fe4aad Color

#fe4aad
#fe5eb6
#fe72bf
#fe86c8
#fe9ad1
#feaeda
#fec2e3
#fed6ec
#feeaf5
#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

#fe4aad
#4afe9b

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

Split Complementary

#fe4aad
#53fe4a
#4afef5

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

Analogous Color

#fe4af5
#fe4ad1
#fe4aad
#fe4a89
#fe4a65

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

#fe4aad
#adfe4a
#4aadfe

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

#fe4aad
#fef54a
#4afe9b
#4a53fe

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

#fe4aad
#4afe9b
#4afef5
#fe4a53

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

#fe4aad Color Code Preview on Black Background Color

This is how #fe4aad Color will look on black background color. Color contrast ratio is 6.80

#fe4aad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe4aad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe4aad

#fe4aad color code is use for CSS Background Color

Background color for the above div is #fe4aad

HTML with inline CSS

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

#fe4aad color code is use for CSS Border Color

CSS Border color for the above div is #fe4aad

HTML with inline CSS

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

CSS Border Left color for the above div is #fe4aad

HTML with inline CSS

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

CSS Border Right color for the above div is #fe4aad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe4aad

HTML with inline CSS

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

CSS Border Top color for the above div is #fe4aad

HTML with inline CSS

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

#fe4aad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe4aad Color code Preview on White Background

This is how #fe4aad Color code will look on white background color. Color contrast ratio is 3.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 #fe4aad; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fe4aad; }

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,74,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(74,254,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,74,173,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.