Skip to main content Skip to docs navigation

#fed2cb 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 Pale Jasper and its hex is #FED6CC Nearest Color Name

Color Hue/Base color: Orange

Hex #fed2cb Color code in RGB color code model is created after adding 99.61% red color, 82.35% green color and 79.61% blue color. Hex #fed2cb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 20% yellow and 0.39% black.

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

RGB Chart

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

Color Table

Hex Color Code fed2cb #fed2cb
RGB Decimal 254, 210, 203 254, 210, 203
RGB Percent 100%, 82%, 80% rgb(100%, 82%, 80%)
CSS RGBa 254, 210, 203,1 rgba(254,210,203,1)
CMYK Model cmyk(0%,17%,20%,0.39%)
HSL Color Space 8,96% ,90% hsl(8,96% ,90%)
HSV Color Space 8°, 20%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 11010010 11001011
Octal 376 322 313
Decimal 254 210 203
Hex fe d2 cb

Different shades of #fed2cb color code.

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

Darkest of #fed2cb
#fb5035
Darker of #fed2cb
#fc7b67
Dark of #fed2cb
#fda799
Base of #fed2cb
#fed2cb
Light of #fed2cb
#fffdfd
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

#fed2cb
#cbf7fe

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

Split Complementary

#fed2cb
#cbfeec
#cbdefe

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

Analogous Color

#fecbe2
#fecbd9
#fed2cb
#fee3cb
#fef8cb

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

#fed2cb
#d2cbfe
#cbfed2

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

#fed2cb
#cbfed2
#cbf7fe
#fecbf7

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

#fed2cb
#defecb
#cbf7fe
#eccbfe

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 #fed2cb

#f82605
#fb5035
#fc7b67
#fda799
#fed2cb
#fffdfd
#ffffff
#ffffff
#ffffff

Tints of #fed2cb Color

#fed2cb
#fed7d0
#fedcd6
#fee1dc
#fee6e2
#feebe7
#fef0ed
#fef5f3
#fefaf9
#ffffff

Shades of #fed2cb color code

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

#fed2cb
#e1bab4
#c5a39d
#a98c87
#8d7470
#705d5a
#544643
#382e2d
#1c1716
#000000

Tones

#fed2cb
#f9d6d0
#f3dad6
#eededb
#e9e1e0

Tones

Similar Color like #fed2cb color

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

#ffd3cc
#ffd4cd
#ffd5ce
#ffd6cf
#ffd7d0
#ffd8d1
#ffd9d2
#ffdad3
#ffdbd4
#ffdcd5
#ffddd6
#ffded7
#ffdfd8
#ffe0d9
#fdd1ca
#fcd0c9
#fbcfc8
#facec7
#f9cdc6
#f8ccc5
#f7cbc4
#f6cac3
#f5c9c2
#f4c8c1
#f3c7c0
#f2c6bf
#f1c5be
#f0c4bd

Download this Light Orange

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

#fed2cb Color Code Preview on Black Background Color

This is how #fed2cb Color will look on black background color. Color contrast ratio is 15.30

#fed2cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed2cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed2cb

#fed2cb color code is use for CSS Background Color

Background color for the above div is #fed2cb

HTML with inline CSS

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

#fed2cb color code is use for CSS Border Color

CSS Border color for the above div is #fed2cb

HTML with inline CSS

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

CSS Border Left color for the above div is #fed2cb

HTML with inline CSS

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

CSS Border Right color for the above div is #fed2cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fed2cb

HTML with inline CSS

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

CSS Border Top color for the above div is #fed2cb

HTML with inline CSS

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

#fed2cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fed2cb Color code Preview on White Background

This is how #fed2cb Color code will look on white background color. Color contrast ratio is 1.37

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

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,210,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,247,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,210,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }