crispedge.com

#fae7ea hex color - Red - Warm color - Information

#fae7ea hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fae7ea Color code in RGB color code model is created after adding 98.04% red color, 90.59% green color and 91.76% blue color. Hex #fae7ea Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 6% yellow and 2% black.

Hex #fae7ea color code is between #ffeeee web safe hex color code and #eedddd web safe hex color code. #ffeeee is the nearest web safe color code. You can see here many more shades of #fae7ea color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefae7ea#fae7ea
RGB Decimal250, 231, 234rgb(250, 231, 234)
RGB Percent98%, 91%, 92%rgb(98%, 91%, 92%)
CSS RGBa250, 231, 234,1rgba(250,231,234,1)
CMYK Modelcmyk(0%,8%,6%,2%)
HSL Color Space351,66% ,94%hsl(351,66% ,94%)
HSV Color Space351°, 8%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101110011111101010
Octal372347352
Decimal250231234
Hexfae7ea

Different shades of #fae7ea color code.

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

Light Shade of #fae7ea
#ffffff
Dark Shade of #fae7ea
#f1bdc5
Saturated Shade of #fae7ea
#fbe6e9
Desaturated Shade of #fae7ea
#f9e8eb
Grey scale Shade of #fae7ea
#f0f0f0
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #fae7ea color code

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

#fae7ea
#decdd0
#c2b3b6
#a69a9c
#8a8082
#6f6668
#534d4e
#373334
#1b191a
#000000

Similar Color like #fae7ea color

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

#fbe8eb
#fce9ec
#fdeaed
#feebee
#ffecef
#ffedf0
#ffeef1
#ffeff2
#fff0f3
#fff1f4
#fff2f5
#fff3f6
#fff4f7
#fff5f8
#f9e6e9
#f8e5e8
#f7e4e7
#f6e3e6
#f5e2e5
#f4e1e4
#f3e0e3
#f2dfe2
#f1dee1
#f0dde0
#efdcdf
#eedbde
#eddadd
#ecd9dc

Monochromatic Color with #fae7ea

#fae7ea
#252323
#504a4b
#7a7173
#a5989a
#cfc0c2

Tints of #fae7ea Color

#fae7ea
#fae9ec
#fbecee
#fbeff1
#fcf1f3
#fcf4f5
#fdf7f8
#fdf9fa
#fefcfc
#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

#fae7ea
#e7faf7

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

Split Complementary

#fae7ea
#e7faed
#e7f3fa

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

Analogous Color

#fae7f2
#fae7ee
#fae7ea
#fae8e7
#faece7

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

#fae7ea
#eafae7
#e7eafa

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

#fae7ea
#f3fae7
#e7faf7
#ede7fa

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

#fae7ea
#e7faf7
#e7f3fa
#faeee7

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

#fae7ea Color Code Preview on Black Background Color

This is how #fae7ea Color will look on black background color. Color contrast ratio is 17.68

#fae7ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae7ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae7ea

#fae7ea color code is use for CSS Background Color

Background color for the above div is #fae7ea

HTML with inline CSS

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

#fae7ea color code is use for CSS Border Color

CSS Border color for the above div is #fae7ea

HTML with inline CSS

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

CSS Border Left color for the above div is #fae7ea

HTML with inline CSS

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

CSS Border Right color for the above div is #fae7ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fae7ea

HTML with inline CSS

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

CSS Border Top color for the above div is #fae7ea

HTML with inline CSS

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

#fae7ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fae7ea Color code Preview on White Background

This is how #fae7ea Color code will look on white background color. Color contrast ratio is 1.19

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

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(250,231,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(231,250,247,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,231,234,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.

< /html>