crispedge.com

Color picker

Loading...

#fae0ed hex color - Red - Warm color - Information

#fae0ed hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fae0ed Color code in RGB color code model is created after adding 98.04% red color, 87.84% green color and 92.94% blue color. Hex #fae0ed Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 5% yellow and 2% black.

Hex #fae0ed color code is between #ffddee web safe hex color code and #eeeedd web safe hex color code. #ffddee is the nearest web safe color code. You can see here many more shades of #fae0ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefae0ed#fae0ed
RGB Decimal250, 224, 237rgb(250, 224, 237)
RGB Percent98%, 88%, 93%rgb(98%, 88%, 93%)
CSS RGBa250, 224, 237,1rgba(250,224,237,1)
CMYK Modelcmyk(0%,10%,5%,2%)
HSL Color Space330,72% ,93%hsl(330,72% ,93%)
HSV Color Space330°, 10%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101110000011101101
Octal372340355
Decimal250224237
Hexfae0ed

Different shades of #fae0ed color code.

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

Light Shade of #fae0ed
#ffffff
Dark Shade of #fae0ed
#f3b4d3
Saturated Shade of #fae0ed
#fcdeed
Desaturated Shade of #fae0ed
#f8e2ed
Grey scale Shade of #fae0ed
#ededed
Brighten Shade
#fff9ff
Most Readable Shade
#000000

Shades of #fae0ed color code

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

#fae0ed
#dec7d2
#c2aeb8
#a6959e
#8a7c83
#6f6369
#534a4f
#373134
#1b181a
#000000

Similar Color like #fae0ed color

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

#fbe1ee
#fce2ef
#fde3f0
#fee4f1
#ffe5f2
#ffe6f3
#ffe7f4
#ffe8f5
#ffe9f6
#ffeaf7
#ffebf8
#ffecf9
#ffedfa
#ffeefb
#f9dfec
#f8deeb
#f7ddea
#f6dce9
#f5dbe8
#f4dae7
#f3d9e6
#f2d8e5
#f1d7e4
#f0d6e3
#efd5e2
#eed4e1
#edd3e0
#ecd2df

Monochromatic Color with #fae0ed

#fae0ed
#252224
#50484c
#7a6e74
#a5949c
#cfbac5

Tints of #fae0ed Color

#fae0ed
#fae3ef
#fbe6f1
#fbeaf3
#fcedf5
#fcf1f7
#fdf4f9
#fdf8fb
#fefbfd
#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

#fae0ed
#e0faed

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

Split Complementary

#fae0ed
#e0fae0
#e0fafa

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

Analogous Color

#fae0f7
#fae0f2
#fae0ed
#fae0e8
#fae0e3

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

#fae0ed
#edfae0
#e0edfa

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

#fae0ed
#fafae0
#e0faed
#e0e0fa

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

#fae0ed
#e0faed
#e0fafa
#fae0e0

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

#fae0ed Color Code Preview on Black Background Color

This is how #fae0ed Color will look on black background color. Color contrast ratio is 16.95

#fae0ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae0ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae0ed

#fae0ed color code is use for CSS Background Color

Background color for the above div is #fae0ed

HTML with inline CSS

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

#fae0ed color code is use for CSS Border Color

CSS Border color for the above div is #fae0ed

HTML with inline CSS

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

CSS Border Left color for the above div is #fae0ed

HTML with inline CSS

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

CSS Border Right color for the above div is #fae0ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fae0ed

HTML with inline CSS

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

CSS Border Top color for the above div is #fae0ed

HTML with inline CSS

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

#fae0ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fae0ed Color code Preview on White Background

This is how #fae0ed Color code will look on white background color. Color contrast ratio is 1.24

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

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