crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fae9ed hex color - Red - Warm color - Information

#fae9ed hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #fae9ed 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 #fae9ed color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codefae9ed#fae9ed
RGB Decimal250, 233, 237rgb(250, 233, 237)
RGB Percent98%, 91%, 93%rgb(98%, 91%, 93%)
CSS RGBa250, 233, 237,1rgba(250,233,237,1)
CMYK Modelcmyk(0%,7%,5%,2%)
HSL Color Space346,63% ,95%hsl(346,63% ,95%)
HSV Color Space346°, 7%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101110100111101101
Octal372351355
Decimal250233237
Hexfae9ed

Different shades of #fae9ed color code.

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

Light Shade of #fae9ed
#ffffff
Dark Shade of #fae9ed
#f1bfcb
Saturated Shade of #fae9ed
#fbe8ec
Desaturated Shade of #fae9ed
#f9eaee
Grey scale Shade of #fae9ed
#f1f1f1
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #fae9ed color code

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

#fae9ed
#decfd2
#c2b5b8
#a69b9e
#8a8183
#6f6769
#534d4f
#373334
#1b191a
#000000

Similar Color like #fae9ed color

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

#fbeaee
#fcebef
#fdecf0
#feedf1
#ffeef2
#ffeff3
#fff0f4
#fff1f5
#fff2f6
#fff3f7
#fff4f8
#fff5f9
#fff6fa
#fff7fb
#f9e8ec
#f8e7eb
#f7e6ea
#f6e5e9
#f5e4e8
#f4e3e7
#f3e2e6
#f2e1e5
#f1e0e4
#f0dfe3
#efdee2
#eedde1
#eddce0
#ecdbdf

Monochromatic Color with #fae9ed

#fae9ed
#252324
#504b4c
#7a7274
#a59a9c
#cfc1c5

Tints of #fae9ed Color

#fae9ed
#faebef
#fbedf1
#fbf0f3
#fcf2f5
#fcf5f7
#fdf7f9
#fdfafb
#fefcfd
#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

#fae9ed
#e9faf6

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

Split Complementary

#fae9ed
#e9faed
#e9f6fa

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

Analogous Color

#fae9f4
#fae9f0
#fae9ed
#fae9ea
#faece9

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

#fae9ed
#edfae9
#e9edfa

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

#fae9ed
#f5fae9
#e9faf6
#ede9fa

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

#fae9ed
#e9faf6
#e9f6fa
#faede9

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

#fae9ed Color Code Preview on Black Background Color

This is how #fae9ed Color will look on black background color. Color contrast ratio is 17.94

#fae9ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae9ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae9ed

#fae9ed color code is use for CSS Background Color

Background color for the above div is #fae9ed

HTML with inline CSS

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

#fae9ed color code is use for CSS Border Color

CSS Border color for the above div is #fae9ed

HTML with inline CSS

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

CSS Border Left color for the above div is #fae9ed

HTML with inline CSS

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

CSS Border Right color for the above div is #fae9ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fae9ed

HTML with inline CSS

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

CSS Border Top color for the above div is #fae9ed

HTML with inline CSS

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

#fae9ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fae9ed Color code Preview on White Background

This is how #fae9ed Color code will look on white background color. Color contrast ratio is 1.17

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.