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

#fedfc2 hex color - Orange - Warm color - Information

#fedfc2 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fedfc2 Color code in RGB color code model is created after adding 99.61% red color, 87.45% green color and 76.08% blue color. Hex #fedfc2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 24% yellow and 0.39% black.

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codefedfc2#fedfc2
RGB Decimal254, 223, 194rgb(254, 223, 194)
RGB Percent100%, 87%, 76%rgb(100%, 87%, 76%)
CSS RGBa254, 223, 194,1rgba(254,223,194,1)
CMYK Modelcmyk(0%,12%,24%,0.39%)
HSL Color Space29,97% ,88%hsl(29,97% ,88%)
HSV Color Space29°, 24%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101101111111000010
Octal376337302
Decimal254223194
Hexfedfc2

Different shades of #fedfc2 color code.

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

Light Shade of #fedfc2
#fff9f4
Dark Shade of #fedfc2
#fdc590
Saturated Shade of #fedfc2
#ffdfc1
Desaturated Shade of #fedfc2
#fbdfc5
Grey scale Shade of #fedfc2
#e0e0e0
Brighten Shade
#fff8db
Most Readable Shade
#000000

Shades of #fedfc2 color code

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

#fedfc2
#e1c6ac
#c5ad96
#a99481
#8d7b6b
#706356
#544a40
#38312b
#1c1815
#000000

Similar Color like #fedfc2 color

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

#ffe0c3
#ffe1c4
#ffe2c5
#ffe3c6
#ffe4c7
#ffe5c8
#ffe6c9
#ffe7ca
#ffe8cb
#ffe9cc
#ffeacd
#ffebce
#ffeccf
#ffedd0
#fddec1
#fcddc0
#fbdcbf
#fadbbe
#f9dabd
#f8d9bc
#f7d8bb
#f6d7ba
#f5d6b9
#f4d5b8
#f3d4b7
#f2d3b6
#f1d2b5
#f0d1b4

Monochromatic Color with #fedfc2

#fedfc2
#292420
#544a40
#7e6f61
#a99481
#d3baa2

Tints of #fedfc2 Color

#fedfc2
#fee2c8
#fee6cf
#fee9d6
#feeddd
#fef0e3
#fef4ea
#fef7f1
#fefbf8
#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

#fedfc2
#c2e1fe

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

Split Complementary

#fedfc2
#c2fefd
#c2c3fe

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

Analogous Color

#fec7c2
#fed3c2
#fedfc2
#feebc2
#fef7c2

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

#fedfc2
#c2fedf
#dfc2fe

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

#fedfc2
#c3fec2
#c2e1fe
#fdc2fe

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

#fedfc2
#c2e1fe
#c2c3fe
#fefdc2

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

#fedfc2 Color Code Preview on Black Background Color

This is how #fedfc2 Color will look on black background color. Color contrast ratio is 16.55

#fedfc2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedfc2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedfc2

#fedfc2 color code is use for CSS Background Color

Background color for the above div is #fedfc2

HTML with inline CSS

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

#fedfc2 color code is use for CSS Border Color

CSS Border color for the above div is #fedfc2

HTML with inline CSS

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

CSS Border Left color for the above div is #fedfc2

HTML with inline CSS

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

CSS Border Right color for the above div is #fedfc2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fedfc2

HTML with inline CSS

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

CSS Border Top color for the above div is #fedfc2

HTML with inline CSS

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

#fedfc2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fedfc2 Color code Preview on White Background

This is how #fedfc2 Color code will look on white background color. Color contrast ratio is 1.27

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.