crispedge.com

Color picker

Loading...

#fce6aa hex color - Yellow - Warm color - Information

#fce6aa hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fce6aa Color code in RGB color code model is created after adding 98.82% red color, 90.2% green color and 66.67% blue color. Hex #fce6aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 33% yellow and 1% black.

Hex #fce6aa color code is between #ffee99 web safe hex color code and #eeddbb web safe hex color code. #ffee99 is the nearest web safe color code. You can see here many more shades of #fce6aa color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefce6aa#fce6aa
RGB Decimal252, 230, 170rgb(252, 230, 170)
RGB Percent99%, 90%, 67%rgb(99%, 90%, 67%)
CSS RGBa252, 230, 170,1rgba(252,230,170,1)
CMYK Modelcmyk(0%,9%,33%,1%)
HSL Color Space44,93% ,83%hsl(44,93% ,83%)
HSV Color Space44°, 33%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001110011010101010
Octal374346252
Decimal252230170
Hexfce6aa

Different shades of #fce6aa color code.

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

Light Shade of #fce6aa
#fef4db
Dark Shade of #fce6aa
#fad879
Saturated Shade of #fce6aa
#ffe7a7
Desaturated Shade of #fce6aa
#f8e4ae
Grey scale Shade of #fce6aa
#d3d3d3
Brighten Shade
#ffffc3
Most Readable Shade
#000000

Shades of #fce6aa color code

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

#fce6aa
#e0cc97
#c4b284
#a89971
#8c7f5e
#70664b
#544c38
#383325
#1c1912
#000000

Similar Color like #fce6aa color

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

#fde7ab
#fee8ac
#ffe9ad
#ffeaae
#ffebaf
#ffecb0
#ffedb1
#ffeeb2
#ffefb3
#fff0b4
#fff1b5
#fff2b6
#fff3b7
#fff4b8
#fbe5a9
#fae4a8
#f9e3a7
#f8e2a6
#f7e1a5
#f6e0a4
#f5dfa3
#f4dea2
#f3dda1
#f2dca0
#f1db9f
#f0da9e
#efd99d
#eed89c

Monochromatic Color with #fce6aa

#fce6aa
#27241b
#524b37
#7c7254
#a79871
#d1bf8d

Tints of #fce6aa Color

#fce6aa
#fce8b3
#fcebbc
#fdeec6
#fdf1cf
#fdf3d9
#fef6e2
#fef9ec
#fefcf5
#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

#fce6aa
#aac0fc

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

Split Complementary

#fce6aa
#aae9fc
#bdaafc

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

Analogous Color

#fcc5aa
#fcd6aa
#fce6aa
#fcf6aa
#f1fcaa

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

#fce6aa
#aafce6
#e6aafc

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

#fce6aa
#aafcbd
#aac0fc
#fcaae9

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

#fce6aa
#aac0fc
#bdaafc
#e9fcaa

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

#fce6aa Color Code Preview on Black Background Color

This is how #fce6aa Color will look on black background color. Color contrast ratio is 17.04

#fce6aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fce6aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fce6aa

#fce6aa color code is use for CSS Background Color

Background color for the above div is #fce6aa

HTML with inline CSS

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

#fce6aa color code is use for CSS Border Color

CSS Border color for the above div is #fce6aa

HTML with inline CSS

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

CSS Border Left color for the above div is #fce6aa

HTML with inline CSS

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

CSS Border Right color for the above div is #fce6aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fce6aa

HTML with inline CSS

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

CSS Border Top color for the above div is #fce6aa

HTML with inline CSS

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

#fce6aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fce6aa Color code Preview on White Background

This is how #fce6aa Color code will look on white background color. Color contrast ratio is 1.23

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

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(252,230,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,192,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,230,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.