crispedge.com

Color picker

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

#fdcda5 hex color - Orange - Warm color - Information

#fdcda5 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fdcda5 Color code in RGB color code model is created after adding 99.22% red color, 80.39% green color and 64.71% blue color. Hex #fdcda5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 35% yellow and 1% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codefdcda5#fdcda5
RGB Decimal253, 205, 165rgb(253, 205, 165)
RGB Percent99%, 80%, 65%rgb(99%, 80%, 65%)
CSS RGBa253, 205, 165,1rgba(253,205,165,1)
CMYK Modelcmyk(0%,19%,35%,1%)
HSL Color Space27,96% ,82%hsl(27,96% ,82%)
HSV Color Space27°, 35%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100110110100101
Octal375315245
Decimal253205165
Hexfdcda5

Different shades of #fdcda5 color code.

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

Light Shade of #fdcda5
#fee9d7
Dark Shade of #fdcda5
#fcb173
Saturated Shade of #fdcda5
#ffcda3
Desaturated Shade of #fdcda5
#f8cdaa
Grey scale Shade of #fdcda5
#d1d1d1
Brighten Shade
#ffe6be
Most Readable Shade
#000000

Shades of #fdcda5 color code

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

#fdcda5
#e0b692
#c49f80
#a8886e
#8c715b
#705b49
#544437
#382d24
#1c1612
#000000

Similar Color like #fdcda5 color

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

#fecea6
#ffcfa7
#ffd0a8
#ffd1a9
#ffd2aa
#ffd3ab
#ffd4ac
#ffd5ad
#ffd6ae
#ffd7af
#ffd8b0
#ffd9b1
#ffdab2
#ffdbb3
#fccca4
#fbcba3
#facaa2
#f9c9a1
#f8c8a0
#f7c79f
#f6c69e
#f5c59d
#f4c49c
#f3c39b
#f2c29a
#f1c199
#f0c098
#efbf97

Monochromatic Color with #fdcda5

#fdcda5
#28211a
#534336
#7d6652
#a8886e
#d2ab89

Tints of #fdcda5 Color

#fdcda5
#fdd2af
#fdd8b9
#fdddc3
#fde3cd
#fee8d7
#feeee1
#fef3eb
#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

#fdcda5
#a5d5fd

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

Split Complementary

#fdcda5
#a5fdf9
#a5a9fd

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

Analogous Color

#fdaaa5
#fdbba5
#fdcda5
#fddfa5
#fdf0a5

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

#fdcda5
#a5fdcd
#cda5fd

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

#fdcda5
#a9fda5
#a5d5fd
#f9a5fd

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

#fdcda5
#a5d5fd
#a5a9fd
#fdf9a5

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

#fdcda5 Color Code Preview on Black Background Color

This is how #fdcda5 Color will look on black background color. Color contrast ratio is 14.45

#fdcda5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcda5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcda5

#fdcda5 color code is use for CSS Background Color

Background color for the above div is #fdcda5

HTML with inline CSS

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

#fdcda5 color code is use for CSS Border Color

CSS Border color for the above div is #fdcda5

HTML with inline CSS

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

CSS Border Left color for the above div is #fdcda5

HTML with inline CSS

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

CSS Border Right color for the above div is #fdcda5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdcda5

HTML with inline CSS

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

CSS Border Top color for the above div is #fdcda5

HTML with inline CSS

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

#fdcda5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdcda5 Color code Preview on White Background

This is how #fdcda5 Color code will look on white background color. Color contrast ratio is 1.45

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.