crispedge.com

Color picker

Loading...

#fedcbf hex color - Orange - Warm color - Information

#fedcbf hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #fedcbf color code is between #ffddbb web safe hex color code and #eecccc web safe hex color code. #ffddbb is the nearest web safe color code. You can see here many more shades of #fedcbf color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codefedcbf#fedcbf
RGB Decimal254, 220, 191rgb(254, 220, 191)
RGB Percent100%, 86%, 75%rgb(100%, 86%, 75%)
CSS RGBa254, 220, 191,1rgba(254,220,191,1)
CMYK Modelcmyk(0%,13%,25%,0%)
HSL Color Space28,97% ,87%hsl(28,97% ,87%)
HSV Color Space28°, 25%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101101110010111111
Octal376334277
Decimal254220191
Hexfedcbf

Different shades of #fedcbf color code.

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

Light Shade of #fedcbf
#fff7f1
Dark Shade of #fedcbf
#fdc18d
Saturated Shade of #fedcbf
#ffdcbe
Desaturated Shade of #fedcbf
#fbdcc2
Grey scale Shade of #fedcbf
#dedede
Brighten Shade
#fff5d8
Most Readable Shade
#000000

Shades of #fedcbf color code

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

#fedcbf
#e1c3a9
#c5ab94
#a9927f
#8d7a6a
#706154
#54493f
#38302a
#1c1815
#000000

Similar Color like #fedcbf color

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

#ffddc0
#ffdec1
#ffdfc2
#ffe0c3
#ffe1c4
#ffe2c5
#ffe3c6
#ffe4c7
#ffe5c8
#ffe6c9
#ffe7ca
#ffe8cb
#ffe9cc
#ffeacd
#fddbbe
#fcdabd
#fbd9bc
#fad8bb
#f9d7ba
#f8d6b9
#f7d5b8
#f6d4b7
#f5d3b6
#f4d2b5
#f3d1b4
#f2d0b3
#f1cfb2
#f0ceb1

Monochromatic Color with #fedcbf

#fedcbf
#29241f
#54493f
#7e6e5f
#a9927f
#d3b79f

Tints of #fedcbf Color

#fedcbf
#fedfc6
#fee3cd
#fee7d4
#feebdb
#feefe2
#fef3e9
#fef7f0
#fefbf7
#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

#fedcbf
#bfe1fe

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

Split Complementary

#fedcbf
#bffefc
#bfc2fe

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

Analogous Color

#fec3bf
#fecfbf
#fedcbf
#fee9bf
#fef5bf

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

#fedcbf
#bffedc
#dcbffe

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

#fedcbf
#c1febf
#bfe1fe
#fbbffe

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

#fedcbf
#bfe1fe
#bfc2fe
#fefcbf

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

#fedcbf Color Code Preview on Black Background Color

This is how #fedcbf Color will look on black background color. Color contrast ratio is 16.20

#fedcbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedcbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedcbf

#fedcbf color code is use for CSS Background Color

Background color for the above div is #fedcbf

HTML with inline CSS

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

#fedcbf color code is use for CSS Border Color

CSS Border color for the above div is #fedcbf

HTML with inline CSS

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

CSS Border Left color for the above div is #fedcbf

HTML with inline CSS

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

CSS Border Right color for the above div is #fedcbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fedcbf

HTML with inline CSS

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

CSS Border Top color for the above div is #fedcbf

HTML with inline CSS

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

#fedcbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fedcbf Color code Preview on White Background

This is how #fedcbf Color code will look on white background color. Color contrast ratio is 1.30

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.