@
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.

#fed2bf hex color - Orange - Warm color - Information

#fed2bf hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

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

Hex #fed2bf color code is between #ffccbb web safe hex color code and #eeddcc web safe hex color code. #ffccbb is the nearest web safe color code. You can see here many more shades of #fed2bf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code fed2bf #fed2bf
RGB Decimal 254, 210, 191 rgb(254, 210, 191)
RGB Percent 100%, 82%, 75% rgb(100%, 82%, 75%)
CSS RGBa 254, 210, 191,1 rgba(254,210,191,1)
CMYK Model cmyk(0%,17%,25%,0.39%)
HSL Color Space 18,97% ,87% hsl(18,97% ,87%)
HSV Color Space 18°, 25%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 11010010 10111111
Octal 376 322 277
Decimal 254 210 191
Hex fe d2 bf

Different shades of #fed2bf color code.

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

Light Shade of #fed2bf
#fff5f1
Dark Shade of #fed2bf
#fdaf8d
Saturated Shade of #fed2bf
#ffd2be
Desaturated Shade of #fed2bf
#fbd3c2
Grey scale Shade of #fed2bf
#dedede
Brighten Shade
#ffebd8
Most Readable Shade
#000000

Shades of #fed2bf color code

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

#fed2bf
#e1baa9
#c5a394
#a98c7f
#8d746a
#705d54
#54463f
#382e2a
#1c1715
#000000

Similar Color like #fed2bf color

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

#ffd3c0
#ffd4c1
#ffd5c2
#ffd6c3
#ffd7c4
#ffd8c5
#ffd9c6
#ffdac7
#ffdbc8
#ffdcc9
#ffddca
#ffdecb
#ffdfcc
#ffe0cd
#fdd1be
#fcd0bd
#fbcfbc
#facebb
#f9cdba
#f8ccb9
#f7cbb8
#f6cab7
#f5c9b6
#f4c8b5
#f3c7b4
#f2c6b3
#f1c5b2
#f0c4b1

Monochromatic Color with #fed2bf

#fed2bf
#29221f
#54453f
#7e695f
#a98c7f
#d3af9f

Tints of #fed2bf Color

#fed2bf
#fed7c6
#fedccd
#fee1d4
#fee6db
#feebe2
#fef0e9
#fef5f0
#fefaf7
#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

#fed2bf
#bfebfe

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

Split Complementary

#fed2bf
#bffef1
#bfccfe

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

Analogous Color

#febfc5
#fec5bf
#fed2bf
#fedfbf
#feebbf

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

#fed2bf
#bffed2
#d2bffe

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

#fed2bf
#cbfebf
#bfebfe
#f1bffe

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

#fed2bf
#bfebfe
#bfccfe
#fef1bf

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

#fed2bf Color Code Preview on Black Background Color

This is how #fed2bf Color will look on black background color. Color contrast ratio is 15.19

#fed2bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed2bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed2bf

#fed2bf color code is use for CSS Background Color

Background color for the above div is #fed2bf

HTML with inline CSS

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

#fed2bf color code is use for CSS Border Color

CSS Border color for the above div is #fed2bf

HTML with inline CSS

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

CSS Border Left color for the above div is #fed2bf

HTML with inline CSS

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

CSS Border Right color for the above div is #fed2bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fed2bf

HTML with inline CSS

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

CSS Border Top color for the above div is #fed2bf

HTML with inline CSS

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

#fed2bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fed2bf Color code Preview on White Background

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.