crispedge.com

Color picker

Loading...

#fcdcce hex color - Red - Warm color - Information

#fcdcce hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codefcdcce#fcdcce
RGB Decimal252, 220, 206rgb(252, 220, 206)
RGB Percent99%, 86%, 81%rgb(99%, 86%, 81%)
CSS RGBa252, 220, 206,1rgba(252,220,206,1)
CMYK Modelcmyk(0%,13%,18%,1%)
HSL Color Space18,88% ,90%hsl(18,88% ,90%)
HSV Color Space18°, 18%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001101110011001110
Octal374334316
Decimal252220206
Hexfcdcce

Different shades of #fcdcce color code.

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

Light Shade of #fcdcce
#fffefe
Dark Shade of #fcdcce
#f9ba9e
Saturated Shade of #fcdcce
#ffdbcb
Desaturated Shade of #fcdcce
#f9ddd1
Grey scale Shade of #fcdcce
#e5e5e5
Brighten Shade
#fff5e7
Most Readable Shade
#000000

Shades of #fcdcce color code

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

#fcdcce
#e0c3b7
#c4aba0
#a89289
#8c7a72
#70615b
#544944
#38302d
#1c1816
#000000

Similar Color like #fcdcce color

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

#fdddcf
#feded0
#ffdfd1
#ffe0d2
#ffe1d3
#ffe2d4
#ffe3d5
#ffe4d6
#ffe5d7
#ffe6d8
#ffe7d9
#ffe8da
#ffe9db
#ffeadc
#fbdbcd
#fadacc
#f9d9cb
#f8d8ca
#f7d7c9
#f6d6c8
#f5d5c7
#f4d4c6
#f3d3c5
#f2d2c4
#f1d1c3
#f0d0c2
#efcfc1
#eecec0

Monochromatic Color with #fcdcce

#fcdcce
#272220
#524843
#7c6d66
#a79289
#d1b7ab

Tints of #fcdcce Color

#fcdcce
#fcdfd3
#fce3d8
#fde7de
#fdebe3
#fdefe9
#fef3ee
#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

#fcdcce
#ceeefc

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

Split Complementary

#fcdcce
#cefcf3
#ced7fc

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

Analogous Color

#fcced2
#fcd3ce
#fcdcce
#fce5ce
#fceece

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

#fcdcce
#cefcdc
#dccefc

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

#fcdcce
#d7fcce
#ceeefc
#f3cefc

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

#fcdcce
#ceeefc
#ced7fc
#fcf3ce

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

#fcdcce Color Code Preview on Black Background Color

This is how #fcdcce Color will look on black background color. Color contrast ratio is 16.27

#fcdcce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcdcce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcdcce

#fcdcce color code is use for CSS Background Color

Background color for the above div is #fcdcce

HTML with inline CSS

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

#fcdcce color code is use for CSS Border Color

CSS Border color for the above div is #fcdcce

HTML with inline CSS

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

CSS Border Left color for the above div is #fcdcce

HTML with inline CSS

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

CSS Border Right color for the above div is #fcdcce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcdcce

HTML with inline CSS

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

CSS Border Top color for the above div is #fcdcce

HTML with inline CSS

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

#fcdcce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcdcce Color code Preview on White Background

This is how #fcdcce Color code will look on white background color. Color contrast ratio is 1.29

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

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.