crispedge.com

Color picker

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

#fcd0ac hex color - Orange - Warm color - Information

#fcd0ac hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fcd0ac Color code in RGB color code model is created after adding 98.82% red color, 81.57% green color and 67.45% blue color. Hex #fcd0ac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 32% yellow and 1% black.

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

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codefcd0ac#fcd0ac
RGB Decimal252, 208, 172rgb(252, 208, 172)
RGB Percent99%, 82%, 67%rgb(99%, 82%, 67%)
CSS RGBa252, 208, 172,1rgba(252,208,172,1)
CMYK Modelcmyk(0%,17%,32%,1%)
HSL Color Space27,93% ,83%hsl(27,93% ,83%)
HSV Color Space27°, 32%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001101000010101100
Octal374320254
Decimal252208172
Hexfcd0ac

Different shades of #fcd0ac color code.

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

Light Shade of #fcd0ac
#feecdd
Dark Shade of #fcd0ac
#fab47b
Saturated Shade of #fcd0ac
#ffd0a9
Desaturated Shade of #fcd0ac
#f8d0b0
Grey scale Shade of #fcd0ac
#d4d4d4
Brighten Shade
#ffe9c5
Most Readable Shade
#000000

Shades of #fcd0ac color code

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

#fcd0ac
#e0b898
#c4a185
#a88a72
#8c735f
#705c4c
#544539
#382e26
#1c1713
#000000

Similar Color like #fcd0ac color

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

#fdd1ad
#fed2ae
#ffd3af
#ffd4b0
#ffd5b1
#ffd6b2
#ffd7b3
#ffd8b4
#ffd9b5
#ffdab6
#ffdbb7
#ffdcb8
#ffddb9
#ffdeba
#fbcfab
#faceaa
#f9cda9
#f8cca8
#f7cba7
#f6caa6
#f5c9a5
#f4c8a4
#f3c7a3
#f2c6a2
#f1c5a1
#f0c4a0
#efc39f
#eec29e

Monochromatic Color with #fcd0ac

#fcd0ac
#27211b
#524438
#7c6755
#a78a72
#d1ad8f

Tints of #fcd0ac Color

#fcd0ac
#fcd5b5
#fcdabe
#fddfc7
#fde4d0
#fdeada
#feefe3
#fef4ec
#fef9f5
#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

#fcd0ac
#acd8fc

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

Split Complementary

#fcd0ac
#acfcf8
#acb0fc

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

Analogous Color

#fcb0ac
#fcc0ac
#fcd0ac
#fce0ac
#fcf0ac

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

#fcd0ac
#acfcd0
#d0acfc

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

#fcd0ac
#b0fcac
#acd8fc
#f8acfc

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

#fcd0ac
#acd8fc
#acb0fc
#fcf8ac

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

#fcd0ac Color Code Preview on Black Background Color

This is how #fcd0ac Color will look on black background color. Color contrast ratio is 14.76

#fcd0ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd0ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd0ac

#fcd0ac color code is use for CSS Background Color

Background color for the above div is #fcd0ac

HTML with inline CSS

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

#fcd0ac color code is use for CSS Border Color

CSS Border color for the above div is #fcd0ac

HTML with inline CSS

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

CSS Border Left color for the above div is #fcd0ac

HTML with inline CSS

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

CSS Border Right color for the above div is #fcd0ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcd0ac

HTML with inline CSS

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

CSS Border Top color for the above div is #fcd0ac

HTML with inline CSS

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

#fcd0ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcd0ac Color code Preview on White Background

This is how #fcd0ac Color code will look on white background color. Color contrast ratio is 1.42

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.