crispedge.com

Color picker

Loading...

#fcd7af hex color - Orange - Warm color - Information

#fcd7af hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefcd7af#fcd7af
RGB Decimal252, 215, 175rgb(252, 215, 175)
RGB Percent99%, 84%, 69%rgb(99%, 84%, 69%)
CSS RGBa252, 215, 175,1rgba(252,215,175,1)
CMYK Modelcmyk(0%,15%,31%,1%)
HSL Color Space31,93% ,84%hsl(31,93% ,84%)
HSV Color Space31°, 31%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001101011110101111
Octal374327257
Decimal252215175
Hexfcd7af

Different shades of #fcd7af color code.

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

Light Shade of #fcd7af
#fef0e0
Dark Shade of #fcd7af
#fabe7e
Saturated Shade of #fcd7af
#ffd7ac
Desaturated Shade of #fcd7af
#f8d7b3
Grey scale Shade of #fcd7af
#d5d5d5
Brighten Shade
#fff0c8
Most Readable Shade
#000000

Shades of #fcd7af color code

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

#fcd7af
#e0bf9b
#c4a788
#a88f74
#8c7761
#705f4d
#54473a
#382f26
#1c1713
#000000

Similar Color like #fcd7af color

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

#fdd8b0
#fed9b1
#ffdab2
#ffdbb3
#ffdcb4
#ffddb5
#ffdeb6
#ffdfb7
#ffe0b8
#ffe1b9
#ffe2ba
#ffe3bb
#ffe4bc
#ffe5bd
#fbd6ae
#fad5ad
#f9d4ac
#f8d3ab
#f7d2aa
#f6d1a9
#f5d0a8
#f4cfa7
#f3cea6
#f2cda5
#f1cca4
#f0cba3
#efcaa2
#eec9a1

Monochromatic Color with #fcd7af

#fcd7af
#27221b
#524639
#7c6a56
#a78e74
#d1b391

Tints of #fcd7af Color

#fcd7af
#fcdbb7
#fcdfc0
#fde4c9
#fde8d2
#fdeddb
#fef1e4
#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

#fcd7af
#afd4fc

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

Split Complementary

#fcd7af
#affbfc
#b0affc

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

Analogous Color

#fcb8af
#fcc8af
#fcd7af
#fce6af
#fcf6af

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

#fcd7af
#affcd7
#d7affc

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

#fcd7af
#affcb0
#afd4fc
#fcaffa

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

#fcd7af
#afd4fc
#b0affc
#fbfcaf

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

#fcd7af Color Code Preview on Black Background Color

This is how #fcd7af Color will look on black background color. Color contrast ratio is 15.48

#fcd7af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd7af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd7af

#fcd7af color code is use for CSS Background Color

Background color for the above div is #fcd7af

HTML with inline CSS

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

#fcd7af color code is use for CSS Border Color

CSS Border color for the above div is #fcd7af

HTML with inline CSS

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

CSS Border Left color for the above div is #fcd7af

HTML with inline CSS

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

CSS Border Right color for the above div is #fcd7af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcd7af

HTML with inline CSS

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

CSS Border Top color for the above div is #fcd7af

HTML with inline CSS

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

#fcd7af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcd7af Color code Preview on White Background

This is how #fcd7af Color code will look on white background color. Color contrast ratio is 1.36

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

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