crispedge.com

Color picker

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

#fae9dd hex color - Orange - Warm color - Information

#fae9dd hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #fae9dd color code is between #ffeecc web safe hex color code and #eeddee web safe hex color code. #ffeecc is the nearest web safe color code. You can see here many more shades of #fae9dd color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codefae9dd#fae9dd
RGB Decimal250, 233, 221rgb(250, 233, 221)
RGB Percent98%, 91%, 87%rgb(98%, 91%, 87%)
CSS RGBa250, 233, 221,1rgba(250,233,221,1)
CMYK Modelcmyk(0%,7%,12%,2%)
HSL Color Space25,74% ,92%hsl(25,74% ,92%)
HSV Color Space25°, 12%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101110100111011101
Octal372351335
Decimal250233221
Hexfae9dd

Different shades of #fae9dd color code.

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

Light Shade of #fae9dd
#ffffff
Dark Shade of #fae9dd
#f3ccb1
Saturated Shade of #fae9dd
#fce9db
Desaturated Shade of #fae9dd
#f8e9df
Grey scale Shade of #fae9dd
#ebebeb
Brighten Shade
#fffff6
Most Readable Shade
#000000

Shades of #fae9dd color code

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

#fae9dd
#decfc4
#c2b5ab
#a69b93
#8a817a
#6f6762
#534d49
#373331
#1b1918
#000000

Similar Color like #fae9dd color

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

#fbeade
#fcebdf
#fdece0
#feede1
#ffeee2
#ffefe3
#fff0e4
#fff1e5
#fff2e6
#fff3e7
#fff4e8
#fff5e9
#fff6ea
#fff7eb
#f9e8dc
#f8e7db
#f7e6da
#f6e5d9
#f5e4d8
#f4e3d7
#f3e2d6
#f2e1d5
#f1e0d4
#f0dfd3
#efded2
#eeddd1
#eddcd0
#ecdbcf

Monochromatic Color with #fae9dd

#fae9dd
#252321
#504b47
#7a726c
#a59a92
#cfc1b7

Tints of #fae9dd Color

#fae9dd
#faebe0
#fbede4
#fbf0e8
#fcf2ec
#fcf5ef
#fdf7f3
#fdfaf7
#fefcfb
#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

#fae9dd
#ddeefa

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

Split Complementary

#fae9dd
#ddfaf7
#dde0fa

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

Analogous Color

#fadddd
#fae3dd
#fae9dd
#faefdd
#faf5dd

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

#fae9dd
#ddfae9
#e9ddfa

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

#fae9dd
#dffadd
#ddeefa
#f7ddfa

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

#fae9dd
#ddeefa
#dde0fa
#faf7dd

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

#fae9dd Color Code Preview on Black Background Color

This is how #fae9dd Color will look on black background color. Color contrast ratio is 17.76

#fae9dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae9dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae9dd

#fae9dd color code is use for CSS Background Color

Background color for the above div is #fae9dd

HTML with inline CSS

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

#fae9dd color code is use for CSS Border Color

CSS Border color for the above div is #fae9dd

HTML with inline CSS

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

CSS Border Left color for the above div is #fae9dd

HTML with inline CSS

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

CSS Border Right color for the above div is #fae9dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fae9dd

HTML with inline CSS

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

CSS Border Top color for the above div is #fae9dd

HTML with inline CSS

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

#fae9dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fae9dd Color code Preview on White Background

This is how #fae9dd Color code will look on white background color. Color contrast ratio is 1.18

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.