crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fcd5ae hex color - Orange - Warm color - Information

#fcd5ae hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codefcd5ae#fcd5ae
RGB Decimal252, 213, 174rgb(252, 213, 174)
RGB Percent99%, 84%, 68%rgb(99%, 84%, 68%)
CSS RGBa252, 213, 174,1rgba(252,213,174,1)
CMYK Modelcmyk(0%,15%,31%,1%)
HSL Color Space30,93% ,84%hsl(30,93% ,84%)
HSV Color Space30°, 31%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001101010110101110
Octal374325256
Decimal252213174
Hexfcd5ae

Different shades of #fcd5ae color code.

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

Light Shade of #fcd5ae
#feeedf
Dark Shade of #fcd5ae
#fabb7d
Saturated Shade of #fcd5ae
#ffd5ab
Desaturated Shade of #fcd5ae
#f8d5b2
Grey scale Shade of #fcd5ae
#d5d5d5
Brighten Shade
#ffeec7
Most Readable Shade
#000000

Shades of #fcd5ae color code

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

#fcd5ae
#e0bd9a
#c4a587
#a88e74
#8c7660
#705e4d
#54473a
#382f26
#1c1713
#000000

Similar Color like #fcd5ae color

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

#fdd6af
#fed7b0
#ffd8b1
#ffd9b2
#ffdab3
#ffdbb4
#ffdcb5
#ffddb6
#ffdeb7
#ffdfb8
#ffe0b9
#ffe1ba
#ffe2bb
#ffe3bc
#fbd4ad
#fad3ac
#f9d2ab
#f8d1aa
#f7d0a9
#f6cfa8
#f5cea7
#f4cda6
#f3cca5
#f2cba4
#f1caa3
#f0c9a2
#efc8a1
#eec7a0

Monochromatic Color with #fcd5ae

#fcd5ae
#27211b
#524539
#7c6956
#a78d73
#d1b191

Tints of #fcd5ae Color

#fcd5ae
#fcd9b7
#fcdec0
#fde3c9
#fde7d2
#fdecdb
#fef1e4
#fef5ed
#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

#fcd5ae
#aed5fc

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

Split Complementary

#fcd5ae
#aefcfc
#aeaefc

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

Analogous Color

#fcb6ae
#fcc5ae
#fcd5ae
#fce5ae
#fcf4ae

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

#fcd5ae
#aefcd5
#d5aefc

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

#fcd5ae
#aefcae
#aed5fc
#fcaefc

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

#fcd5ae
#aed5fc
#aeaefc
#fcfcae

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

#fcd5ae Color Code Preview on Black Background Color

This is how #fcd5ae Color will look on black background color. Color contrast ratio is 15.27

#fcd5ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd5ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd5ae

#fcd5ae color code is use for CSS Background Color

Background color for the above div is #fcd5ae

HTML with inline CSS

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

#fcd5ae color code is use for CSS Border Color

CSS Border color for the above div is #fcd5ae

HTML with inline CSS

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

CSS Border Left color for the above div is #fcd5ae

HTML with inline CSS

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

CSS Border Right color for the above div is #fcd5ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcd5ae

HTML with inline CSS

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

CSS Border Top color for the above div is #fcd5ae

HTML with inline CSS

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

#fcd5ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcd5ae Color code Preview on White Background

This is how #fcd5ae Color code will look on white background color. Color contrast ratio is 1.38

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.