crispedge.com

Color picker

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

#fae2ae hex color - Yellow - Warm color - Information

#fae2ae hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #fae2ae color code is between #ffddaa web safe hex color code and #eeeebb web safe hex color code. #ffddaa is the nearest web safe color code. You can see here many more shades of #fae2ae color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codefae2ae#fae2ae
RGB Decimal250, 226, 174rgb(250, 226, 174)
RGB Percent98%, 89%, 68%rgb(98%, 89%, 68%)
CSS RGBa250, 226, 174,1rgba(250,226,174,1)
CMYK Modelcmyk(0%,10%,30%,2%)
HSL Color Space41,88% ,83%hsl(41,88% ,83%)
HSV Color Space41°, 30%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101110001010101110
Octal372342256
Decimal250226174
Hexfae2ae

Different shades of #fae2ae color code.

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

Light Shade of #fae2ae
#fdf3de
Dark Shade of #fae2ae
#f7d17e
Saturated Shade of #fae2ae
#fee4aa
Desaturated Shade of #fae2ae
#f6e0b2
Grey scale Shade of #fae2ae
#d4d4d4
Brighten Shade
#fffbc7
Most Readable Shade
#000000

Shades of #fae2ae color code

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

#fae2ae
#dec89a
#c2af87
#a69674
#8a7d60
#6f644d
#534b3a
#373226
#1b1913
#000000

Similar Color like #fae2ae color

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

#fbe3af
#fce4b0
#fde5b1
#fee6b2
#ffe7b3
#ffe8b4
#ffe9b5
#ffeab6
#ffebb7
#ffecb8
#ffedb9
#ffeeba
#ffefbb
#fff0bc
#f9e1ad
#f8e0ac
#f7dfab
#f6deaa
#f5dda9
#f4dca8
#f3dba7
#f2daa6
#f1d9a5
#f0d8a4
#efd7a3
#eed6a2
#edd5a1
#ecd4a0

Monochromatic Color with #fae2ae

#fae2ae
#25221a
#504838
#7a6f55
#a59573
#cfbc90

Tints of #fae2ae Color

#fae2ae
#fae5b7
#fbe8c0
#fbebc9
#fceed2
#fcf2db
#fdf5e4
#fdf8ed
#fefbf6
#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

#fae2ae
#aec6fa

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

Split Complementary

#fae2ae
#aeecfa
#bcaefa

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

Analogous Color

#fac4ae
#fad3ae
#fae2ae
#faf1ae
#f4faae

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

#fae2ae
#aefae2
#e2aefa

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

#fae2ae
#aefabc
#aec6fa
#faaeec

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

#fae2ae
#aec6fa
#bcaefa
#ecfaae

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

#fae2ae Color Code Preview on Black Background Color

This is how #fae2ae Color will look on black background color. Color contrast ratio is 16.55

#fae2ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae2ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae2ae

#fae2ae color code is use for CSS Background Color

Background color for the above div is #fae2ae

HTML with inline CSS

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

#fae2ae color code is use for CSS Border Color

CSS Border color for the above div is #fae2ae

HTML with inline CSS

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

CSS Border Left color for the above div is #fae2ae

HTML with inline CSS

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

CSS Border Right color for the above div is #fae2ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fae2ae

HTML with inline CSS

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

CSS Border Top color for the above div is #fae2ae

HTML with inline CSS

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

#fae2ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fae2ae Color code Preview on White Background

This is how #fae2ae Color code will look on white background color. Color contrast ratio is 1.27

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.