crispedge.com

Color picker

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

#fdcfae hex color - Orange - Warm color - Information

#fdcfae hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefdcfae#fdcfae
RGB Decimal253, 207, 174rgb(253, 207, 174)
RGB Percent99%, 81%, 68%rgb(99%, 81%, 68%)
CSS RGBa253, 207, 174,1rgba(253,207,174,1)
CMYK Modelcmyk(0%,18%,31%,1%)
HSL Color Space25,95% ,84%hsl(25,95% ,84%)
HSV Color Space25°, 31%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100111110101110
Octal375317256
Decimal253207174
Hexfdcfae

Different shades of #fdcfae color code.

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

Light Shade of #fdcfae
#feece0
Dark Shade of #fdcfae
#fcb17c
Saturated Shade of #fdcfae
#ffcfac
Desaturated Shade of #fdcfae
#f9d0b2
Grey scale Shade of #fdcfae
#d5d5d5
Brighten Shade
#ffe8c7
Most Readable Shade
#000000

Shades of #fdcfae color code

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

#fdcfae
#e0b89a
#c4a187
#a88a74
#8c7360
#705c4d
#54453a
#382e26
#1c1713
#000000

Similar Color like #fdcfae color

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

#fed0af
#ffd1b0
#ffd2b1
#ffd3b2
#ffd4b3
#ffd5b4
#ffd6b5
#ffd7b6
#ffd8b7
#ffd9b8
#ffdab9
#ffdbba
#ffdcbb
#ffddbc
#fccead
#fbcdac
#faccab
#f9cbaa
#f8caa9
#f7c9a8
#f6c8a7
#f5c7a6
#f4c6a5
#f3c5a4
#f2c4a3
#f1c3a2
#f0c2a1
#efc1a0

Monochromatic Color with #fdcfae

#fdcfae
#28211c
#534439
#7d6756
#a88974
#d2ac91

Tints of #fdcfae Color

#fdcfae
#fdd4b7
#fdd9c0
#fddfc9
#fde4d2
#fee9db
#feefe4
#fef4ed
#fef9f6
#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

#fdcfae
#aedcfd

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

Split Complementary

#fdcfae
#aefdf7
#aeb5fd

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

Analogous Color

#fdafae
#fdbfae
#fdcfae
#fddfae
#fdefae

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

#fdcfae
#aefdcf
#cfaefd

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

#fdcfae
#b4fdae
#aedcfd
#f6aefd

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

#fdcfae
#aedcfd
#aeb5fd
#fdf7ae

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

#fdcfae Color Code Preview on Black Background Color

This is how #fdcfae Color will look on black background color. Color contrast ratio is 14.71

#fdcfae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcfae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcfae

#fdcfae color code is use for CSS Background Color

Background color for the above div is #fdcfae

HTML with inline CSS

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

#fdcfae color code is use for CSS Border Color

CSS Border color for the above div is #fdcfae

HTML with inline CSS

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

CSS Border Left color for the above div is #fdcfae

HTML with inline CSS

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

CSS Border Right color for the above div is #fdcfae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdcfae

HTML with inline CSS

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

CSS Border Top color for the above div is #fdcfae

HTML with inline CSS

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

#fdcfae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdcfae Color code Preview on White Background

This is how #fdcfae Color code will look on white background color. Color contrast ratio is 1.43

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.