crispedge.com

Color picker

Loading...

#fce6af hex color - Yellow - Warm color - Information

#fce6af hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 18 Views

RGB Chart

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

Color Table

Hex Color Codefce6af#fce6af
RGB Decimal252, 230, 175rgb(252, 230, 175)
RGB Percent99%, 90%, 69%rgb(99%, 90%, 69%)
CSS RGBa252, 230, 175,1rgba(252,230,175,1)
CMYK Modelcmyk(0%,9%,31%,1%)
HSL Color Space43,93% ,84%hsl(43,93% ,84%)
HSV Color Space43°, 31%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001110011010101111
Octal374346257
Decimal252230175
Hexfce6af

Different shades of #fce6af color code.

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

Light Shade of #fce6af
#fef5e0
Dark Shade of #fce6af
#fad77e
Saturated Shade of #fce6af
#ffe7ac
Desaturated Shade of #fce6af
#f8e4b3
Grey scale Shade of #fce6af
#d5d5d5
Brighten Shade
#ffffc8
Most Readable Shade
#000000

Shades of #fce6af color code

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

#fce6af
#e0cc9b
#c4b288
#a89974
#8c7f61
#70664d
#544c3a
#383326
#1c1913
#000000

Similar Color like #fce6af color

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

#fde7b0
#fee8b1
#ffe9b2
#ffeab3
#ffebb4
#ffecb5
#ffedb6
#ffeeb7
#ffefb8
#fff0b9
#fff1ba
#fff2bb
#fff3bc
#fff4bd
#fbe5ae
#fae4ad
#f9e3ac
#f8e2ab
#f7e1aa
#f6e0a9
#f5dfa8
#f4dea7
#f3dda6
#f2dca5
#f1dba4
#f0daa3
#efd9a2
#eed8a1

Monochromatic Color with #fce6af

#fce6af
#27241b
#524b39
#7c7256
#a79874
#d1bf91

Tints of #fce6af Color

#fce6af
#fce8b7
#fcebc0
#fdeec9
#fdf1d2
#fdf3db
#fef6e4
#fef9ed
#fefcf6
#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

#fce6af
#afc5fc

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

Split Complementary

#fce6af
#afecfc
#c0affc

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

Analogous Color

#fcc7af
#fcd7af
#fce6af
#fcf5af
#f3fcaf

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

#fce6af
#affce6
#e6affc

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

#fce6af
#affcbf
#afc5fc
#fcafeb

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

#fce6af
#afc5fc
#c0affc
#ebfcaf

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

#fce6af Color Code Preview on Black Background Color

This is how #fce6af Color will look on black background color. Color contrast ratio is 17.08

#fce6af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fce6af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fce6af

#fce6af color code is use for CSS Background Color

Background color for the above div is #fce6af

HTML with inline CSS

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

#fce6af color code is use for CSS Border Color

CSS Border color for the above div is #fce6af

HTML with inline CSS

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

CSS Border Left color for the above div is #fce6af

HTML with inline CSS

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

CSS Border Right color for the above div is #fce6af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fce6af

HTML with inline CSS

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

CSS Border Top color for the above div is #fce6af

HTML with inline CSS

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

#fce6af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fce6af Color code Preview on White Background

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

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

0 Likes 0 Comments | 18 Views

Post your comment:-

By submitting comment you agree to our privacy policy.