Skip to main content Skip to docs navigation

#fed1cd hex color | Download Light Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Elusive and its hex is #FED7CF Nearest Color Name

Color Hue/Base color: Orange

Hex #fed1cd Color code in RGB color code model is created after adding 99.61% red color, 81.96% green color and 80.39% blue color. Hex #fed1cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 19% yellow and 0.39% black.

Hex #fed1cd color code is between #ffcccc web safe hex color code and #eedddd web safe hex color code. #ffcccc is the nearest web safe color code. You can see here many more shades of #fed1cd color code.

RGB Chart

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

Color Table

Hex Color Code fed1cd #fed1cd
RGB Decimal 254, 209, 205 254, 209, 205
RGB Percent 100%, 82%, 80% rgb(100%, 82%, 80%)
CSS RGBa 254, 209, 205,1 rgba(254,209,205,1)
CMYK Model cmyk(0%,18%,19%,0.39%)
HSL Color Space 5,96% ,90% hsl(5,96% ,90%)
HSV Color Space 5°, 19%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 11010001 11001101
Octal 376 321 315
Decimal 254 209 205
Hex fe d1 cd

Different shades of #fed1cd color code.

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

Darkest of #fed1cd
#fb4737
Darker of #fed1cd
#fc7569
Dark of #fed1cd
#fda39b
Base of #fed1cd
#fed1cd
Light of #fed1cd
#ffffff
Lighter
#ffffff
Lightest
#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

#fed1cd
#cdfafe

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

Split Complementary

#fed1cd
#cdfeea
#cde1fe

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

Analogous Color

#fecde6
#fecddd
#fed1cd
#fee1cd
#fef6cd

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

#fed1cd
#d1cdfe
#cdfed1

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

#fed1cd
#cdfed1
#cdfafe
#fecdfa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fed1cd
#e1fecd
#cdfafe
#eacdfe

Square 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).

Monochromatic Color with #fed1cd

#fa1905
#fb4737
#fc7569
#fda39b
#fed1cd
#ffffff
#ffffff
#ffffff
#ffffff

Tints of #fed1cd Color

#fed1cd
#fed6d2
#fedbd8
#fee0dd
#fee5e3
#feeae8
#feefee
#fef4f3
#fef9f9
#ffffff

Shades of #fed1cd color code

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

#fed1cd
#e1b9b6
#c5a29f
#a98b88
#8d7471
#705c5b
#544544
#382e2d
#1c1716
#000000

Tones

#fed1cd
#f9d5d2
#f4dad7
#efdedc
#eae2e1

Tones

Similar Color like #fed1cd color

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

#ffd2ce
#ffd3cf
#ffd4d0
#ffd5d1
#ffd6d2
#ffd7d3
#ffd8d4
#ffd9d5
#ffdad6
#ffdbd7
#ffdcd8
#ffddd9
#ffdeda
#ffdfdb
#fdd0cc
#fccfcb
#fbceca
#facdc9
#f9ccc8
#f8cbc7
#f7cac6
#f6c9c5
#f5c8c4
#f4c7c3
#f3c6c2
#f2c5c1
#f1c4c0
#f0c3bf

Download this Light Orange

Hex #fed1cd 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.

#fed1cd Color Code Preview on Black Background Color

This is how #fed1cd Color will look on black background color. Color contrast ratio is 15.22

#fed1cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed1cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed1cd

#fed1cd color code is use for CSS Background Color

Background color for the above div is #fed1cd

HTML with inline CSS

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

#fed1cd color code is use for CSS Border Color

CSS Border color for the above div is #fed1cd

HTML with inline CSS

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

CSS Border Left color for the above div is #fed1cd

HTML with inline CSS

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

CSS Border Right color for the above div is #fed1cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fed1cd

HTML with inline CSS

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

CSS Border Top color for the above div is #fed1cd

HTML with inline CSS

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

#fed1cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fed1cd Color code Preview on White Background

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(254,209,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,250,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,209,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }