crispedge.com

Color picker

Loading...

#fcd4cb hex color - Red - Warm color - Information

#fcd4cb hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #fcd4cb Color code in RGB color code model is created after adding 98.82% red color, 83.14% green color and 79.61% blue color. Hex #fcd4cb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 19% yellow and 1% black.

Hex #fcd4cb color code is between #ffcccc web safe hex color code and #eeddbb web safe hex color code. #ffcccc is the nearest web safe color code. You can see here many more shades of #fcd4cb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefcd4cb#fcd4cb
RGB Decimal252, 212, 203rgb(252, 212, 203)
RGB Percent99%, 83%, 80%rgb(99%, 83%, 80%)
CSS RGBa252, 212, 203,1rgba(252,212,203,1)
CMYK Modelcmyk(0%,16%,19%,1%)
HSL Color Space11,89% ,89%hsl(11,89% ,89%)
HSV Color Space11°, 19%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001101010011001011
Octal374324313
Decimal252212203
Hexfcd4cb

Different shades of #fcd4cb color code.

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

Light Shade of #fcd4cb
#fffcfb
Dark Shade of #fcd4cb
#f9ac9b
Saturated Shade of #fcd4cb
#ffd2c8
Desaturated Shade of #fcd4cb
#f9d6ce
Grey scale Shade of #fcd4cb
#e3e3e3
Brighten Shade
#ffede4
Most Readable Shade
#000000

Shades of #fcd4cb color code

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

#fcd4cb
#e0bcb4
#c4a49d
#a88d87
#8c7570
#705e5a
#544643
#382f2d
#1c1716
#000000

Similar Color like #fcd4cb color

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

#fdd5cc
#fed6cd
#ffd7ce
#ffd8cf
#ffd9d0
#ffdad1
#ffdbd2
#ffdcd3
#ffddd4
#ffded5
#ffdfd6
#ffe0d7
#ffe1d8
#ffe2d9
#fbd3ca
#fad2c9
#f9d1c8
#f8d0c7
#f7cfc6
#f6cec5
#f5cdc4
#f4ccc3
#f3cbc2
#f2cac1
#f1c9c0
#f0c8bf
#efc7be
#eec6bd

Monochromatic Color with #fcd4cb

#fcd4cb
#272120
#524542
#7c6964
#a78c87
#d1b0a9

Tints of #fcd4cb Color

#fcd4cb
#fcd8d0
#fcddd6
#fde2dc
#fde7e2
#fdebe7
#fef0ed
#fef5f3
#fefaf9
#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

#fcd4cb
#cbf3fc

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

Split Complementary

#fcd4cb
#cbfced
#cbdafc

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

Analogous Color

#fccbd6
#fccbcc
#fcd4cb
#fcdecb
#fce8cb

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

#fcd4cb
#cbfcd4
#d4cbfc

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

#fcd4cb
#dafccb
#cbf3fc
#eccbfc

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

#fcd4cb
#cbf3fc
#cbdafc
#fceccb

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

#fcd4cb Color Code Preview on Black Background Color

This is how #fcd4cb Color will look on black background color. Color contrast ratio is 15.42

#fcd4cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd4cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd4cb

#fcd4cb color code is use for CSS Background Color

Background color for the above div is #fcd4cb

HTML with inline CSS

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

#fcd4cb color code is use for CSS Border Color

CSS Border color for the above div is #fcd4cb

HTML with inline CSS

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

CSS Border Left color for the above div is #fcd4cb

HTML with inline CSS

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

CSS Border Right color for the above div is #fcd4cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcd4cb

HTML with inline CSS

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

CSS Border Top color for the above div is #fcd4cb

HTML with inline CSS

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

#fcd4cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcd4cb Color code Preview on White Background

This is how #fcd4cb Color code will look on white background color. Color contrast ratio is 1.36

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.