crispedge.com

Color picker

Loading...

#fcd8af hex color - Orange - Warm color - Information

#fcd8af hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefcd8af#fcd8af
RGB Decimal252, 216, 175rgb(252, 216, 175)
RGB Percent99%, 85%, 69%rgb(99%, 85%, 69%)
CSS RGBa252, 216, 175,1rgba(252,216,175,1)
CMYK Modelcmyk(0%,14%,31%,1%)
HSL Color Space32,93% ,84%hsl(32,93% ,84%)
HSV Color Space32°, 31%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001101100010101111
Octal374330257
Decimal252216175
Hexfcd8af

Different shades of #fcd8af color code.

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

Light Shade of #fcd8af
#fef0e0
Dark Shade of #fcd8af
#fac07e
Saturated Shade of #fcd8af
#ffd8ac
Desaturated Shade of #fcd8af
#f8d8b3
Grey scale Shade of #fcd8af
#d5d5d5
Brighten Shade
#fff1c8
Most Readable Shade
#000000

Shades of #fcd8af color code

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

#fcd8af
#e0c09b
#c4a888
#a89074
#8c7861
#70604d
#54483a
#383026
#1c1813
#000000

Similar Color like #fcd8af color

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

#fdd9b0
#fedab1
#ffdbb2
#ffdcb3
#ffddb4
#ffdeb5
#ffdfb6
#ffe0b7
#ffe1b8
#ffe2b9
#ffe3ba
#ffe4bb
#ffe5bc
#ffe6bd
#fbd7ae
#fad6ad
#f9d5ac
#f8d4ab
#f7d3aa
#f6d2a9
#f5d1a8
#f4d0a7
#f3cfa6
#f2cea5
#f1cda4
#f0cca3
#efcba2
#eecaa1

Monochromatic Color with #fcd8af

#fcd8af
#27221b
#524639
#7c6b56
#a78f74
#d1b491

Tints of #fcd8af Color

#fcd8af
#fcdcb7
#fce0c0
#fde5c9
#fde9d2
#fdeddb
#fef2e4
#fef6ed
#fefaf6
#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

#fcd8af
#afd3fc

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

Split Complementary

#fcd8af
#affafc
#b2affc

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

Analogous Color

#fcb9af
#fcc9af
#fcd8af
#fce7af
#fcf7af

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

#fcd8af
#affcd8
#d8affc

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

#fcd8af
#affcb1
#afd3fc
#fcaff9

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

#fcd8af
#afd3fc
#b2affc
#fafcaf

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

#fcd8af Color Code Preview on Black Background Color

This is how #fcd8af Color will look on black background color. Color contrast ratio is 15.58

#fcd8af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd8af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd8af

#fcd8af color code is use for CSS Background Color

Background color for the above div is #fcd8af

HTML with inline CSS

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

#fcd8af color code is use for CSS Border Color

CSS Border color for the above div is #fcd8af

HTML with inline CSS

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

CSS Border Left color for the above div is #fcd8af

HTML with inline CSS

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

CSS Border Right color for the above div is #fcd8af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcd8af

HTML with inline CSS

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

CSS Border Top color for the above div is #fcd8af

HTML with inline CSS

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

#fcd8af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcd8af Color code Preview on White Background

This is how #fcd8af Color code will look on white background color. Color contrast ratio is 1.35

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

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,216,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,211,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,216,175,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.