crispedge.com

Color picker

Loading...

#fae2ac hex color - Yellow - Warm color - Information

#fae2ac hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefae2ac#fae2ac
RGB Decimal250, 226, 172rgb(250, 226, 172)
RGB Percent98%, 89%, 67%rgb(98%, 89%, 67%)
CSS RGBa250, 226, 172,1rgba(250,226,172,1)
CMYK Modelcmyk(0%,10%,31%,2%)
HSL Color Space42,89% ,83%hsl(42,89% ,83%)
HSV Color Space42°, 31%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101110001010101100
Octal372342254
Decimal250226172
Hexfae2ac

Different shades of #fae2ac color code.

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

Light Shade of #fae2ac
#fdf3dc
Dark Shade of #fae2ac
#f7d17c
Saturated Shade of #fae2ac
#fee4a8
Desaturated Shade of #fae2ac
#f6e0b0
Grey scale Shade of #fae2ac
#d3d3d3
Brighten Shade
#fffbc5
Most Readable Shade
#000000

Shades of #fae2ac color code

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

#fae2ac
#dec898
#c2af85
#a69672
#8a7d5f
#6f644c
#534b39
#373226
#1b1913
#000000

Similar Color like #fae2ac color

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

#fbe3ad
#fce4ae
#fde5af
#fee6b0
#ffe7b1
#ffe8b2
#ffe9b3
#ffeab4
#ffebb5
#ffecb6
#ffedb7
#ffeeb8
#ffefb9
#fff0ba
#f9e1ab
#f8e0aa
#f7dfa9
#f6dea8
#f5dda7
#f4dca6
#f3dba5
#f2daa4
#f1d9a3
#f0d8a2
#efd7a1
#eed6a0
#edd59f
#ecd49e

Monochromatic Color with #fae2ac

#fae2ac
#25221a
#504837
#7a6f54
#a59572
#cfbc8f

Tints of #fae2ac Color

#fae2ac
#fae5b5
#fbe8be
#fbebc7
#fceed0
#fcf2da
#fdf5e3
#fdf8ec
#fefbf5
#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

#fae2ac
#acc4fa

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

Split Complementary

#fae2ac
#acebfa
#bbacfa

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

Analogous Color

#fac3ac
#fad2ac
#fae2ac
#faf2ac
#f3faac

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

#fae2ac
#acfae2
#e2acfa

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

#fae2ac
#acfabb
#acc4fa
#faaceb

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

#fae2ac
#acc4fa
#bbacfa
#ebfaac

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

#fae2ac Color Code Preview on Black Background Color

This is how #fae2ac Color will look on black background color. Color contrast ratio is 16.54

#fae2ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae2ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae2ac

#fae2ac color code is use for CSS Background Color

Background color for the above div is #fae2ac

HTML with inline CSS

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

#fae2ac color code is use for CSS Border Color

CSS Border color for the above div is #fae2ac

HTML with inline CSS

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

CSS Border Left color for the above div is #fae2ac

HTML with inline CSS

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

CSS Border Right color for the above div is #fae2ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fae2ac

HTML with inline CSS

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

CSS Border Top color for the above div is #fae2ac

HTML with inline CSS

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

#fae2ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fae2ac Color code Preview on White Background

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

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