crispedge.com

Color picker

Loading...

#fce5cf hex color - Orange - Warm color - Information

#fce5cf hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fce5cf Color code in RGB color code model is created after adding 98.82% red color, 89.8% green color and 81.18% blue color. Hex #fce5cf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 18% yellow and 1% black.

Hex #fce5cf 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 #fce5cf color code.

0 Likes 0 Comments | 10 Views

RGB Chart

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

Color Table

Hex Color Codefce5cf#fce5cf
RGB Decimal252, 229, 207rgb(252, 229, 207)
RGB Percent99%, 90%, 81%rgb(99%, 90%, 81%)
CSS RGBa252, 229, 207,1rgba(252,229,207,1)
CMYK Modelcmyk(0%,9%,18%,1%)
HSL Color Space29,88% ,90%hsl(29,88% ,90%)
HSV Color Space29°, 18%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001110010111001111
Octal374345317
Decimal252229207
Hexfce5cf

Different shades of #fce5cf color code.

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

Light Shade of #fce5cf
#ffffff
Dark Shade of #fce5cf
#f9cb9f
Saturated Shade of #fce5cf
#ffe5cc
Desaturated Shade of #fce5cf
#f9e5d2
Grey scale Shade of #fce5cf
#e6e6e6
Brighten Shade
#fffee8
Most Readable Shade
#000000

Shades of #fce5cf color code

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

#fce5cf
#e0cbb8
#c4b2a1
#a8988a
#8c7f73
#70655c
#544c45
#38322e
#1c1917
#000000

Similar Color like #fce5cf color

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

#fde6d0
#fee7d1
#ffe8d2
#ffe9d3
#ffead4
#ffebd5
#ffecd6
#ffedd7
#ffeed8
#ffefd9
#fff0da
#fff1db
#fff2dc
#fff3dd
#fbe4ce
#fae3cd
#f9e2cc
#f8e1cb
#f7e0ca
#f6dfc9
#f5dec8
#f4ddc7
#f3dcc6
#f2dbc5
#f1dac4
#f0d9c3
#efd8c2
#eed7c1

Monochromatic Color with #fce5cf

#fce5cf
#272420
#524b43
#7c7166
#a79889
#d1beac

Tints of #fce5cf Color

#fce5cf
#fce7d4
#fcead9
#fdeddf
#fdf0e4
#fdf3e9
#fef6ef
#fef9f4
#fefcf9
#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

#fce5cf
#cfe6fc

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

Split Complementary

#fce5cf
#cffcfc
#cfd0fc

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

Analogous Color

#fcd3cf
#fcdccf
#fce5cf
#fceecf
#fcf7cf

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

#fce5cf
#cffce5
#e5cffc

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

#fce5cf
#d0fccf
#cfe6fc
#fbcffc

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

#fce5cf
#cfe6fc
#cfd0fc
#fcfccf

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

#fce5cf Color Code Preview on Black Background Color

This is how #fce5cf Color will look on black background color. Color contrast ratio is 17.25

#fce5cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fce5cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fce5cf

#fce5cf color code is use for CSS Background Color

Background color for the above div is #fce5cf

HTML with inline CSS

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

#fce5cf color code is use for CSS Border Color

CSS Border color for the above div is #fce5cf

HTML with inline CSS

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

CSS Border Left color for the above div is #fce5cf

HTML with inline CSS

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

CSS Border Right color for the above div is #fce5cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fce5cf

HTML with inline CSS

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

CSS Border Top color for the above div is #fce5cf

HTML with inline CSS

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

#fce5cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fce5cf Color code Preview on White Background

This is how #fce5cf Color code will look on white background color. Color contrast ratio is 1.22

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

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(252,229,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,230,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,229,207,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 10 Views

Post your comment:-

By submitting comment you agree to our privacy policy.