crispedge.com

Color picker

Loading...

#fedfcf hex color - Orange - Warm color - Information

#fedfcf hex color - Orange - Warm color

Color Hue/Base color: Orange

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

Hex #fedfcf color code is between #ffddcc web safe hex color code and #eeeedd web safe hex color code. #ffddcc is the nearest web safe color code. You can see here many more shades of #fedfcf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefedfcf#fedfcf
RGB Decimal254, 223, 207rgb(254, 223, 207)
RGB Percent100%, 87%, 81%rgb(100%, 87%, 81%)
CSS RGBa254, 223, 207,1rgba(254,223,207,1)
CMYK Modelcmyk(0%,12%,19%,0%)
HSL Color Space20,96% ,90%hsl(20,96% ,90%)
HSV Color Space20°, 19%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101101111111001111
Octal376337317
Decimal254223207
Hexfedfcf

Different shades of #fedfcf color code.

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

Light Shade of #fedfcf
#ffffff
Dark Shade of #fedfcf
#fdbe9d
Saturated Shade of #fedfcf
#ffdfce
Desaturated Shade of #fedfcf
#fce0d1
Grey scale Shade of #fedfcf
#e6e6e6
Brighten Shade
#fff8e8
Most Readable Shade
#000000

Shades of #fedfcf color code

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

#fedfcf
#e1c6b8
#c5ada1
#a9948a
#8d7b73
#70635c
#544a45
#38312e
#1c1817
#000000

Similar Color like #fedfcf color

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

#ffe0d0
#ffe1d1
#ffe2d2
#ffe3d3
#ffe4d4
#ffe5d5
#ffe6d6
#ffe7d7
#ffe8d8
#ffe9d9
#ffeada
#ffebdb
#ffecdc
#ffeddd
#fddece
#fcddcd
#fbdccc
#fadbcb
#f9daca
#f8d9c9
#f7d8c8
#f6d7c7
#f5d6c6
#f4d5c5
#f3d4c4
#f2d3c3
#f1d2c2
#f0d1c1

Monochromatic Color with #fedfcf

#fedfcf
#292422
#544a44
#7e6f67
#a9948a
#d3baac

Tints of #fedfcf Color

#fedfcf
#fee2d4
#fee6d9
#fee9df
#feede4
#fef0e9
#fef4ef
#fef7f4
#fefbf9
#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

#fedfcf
#cfeefe

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

Split Complementary

#fedfcf
#cffef7
#cfd7fe

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

Analogous Color

#fecfd2
#fed6cf
#fedfcf
#fee8cf
#fef2cf

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

#fedfcf
#cffedf
#dfcffe

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

#fedfcf
#d6fecf
#cfeefe
#f6cffe

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

#fedfcf
#cfeefe
#cfd7fe
#fef7cf

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

#fedfcf Color Code Preview on Black Background Color

This is how #fedfcf Color will look on black background color. Color contrast ratio is 16.67

#fedfcf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedfcf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedfcf

#fedfcf color code is use for CSS Background Color

Background color for the above div is #fedfcf

HTML with inline CSS

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

#fedfcf color code is use for CSS Border Color

CSS Border color for the above div is #fedfcf

HTML with inline CSS

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

CSS Border Left color for the above div is #fedfcf

HTML with inline CSS

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

CSS Border Right color for the above div is #fedfcf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fedfcf

HTML with inline CSS

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

CSS Border Top color for the above div is #fedfcf

HTML with inline CSS

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

#fedfcf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fedfcf Color code Preview on White Background

This is how #fedfcf Color code will look on white background color. Color contrast ratio is 1.26

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

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,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,238,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,223,207,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.