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

#fdccdc hex color - Red - Warm color - Information

#fdccdc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fdccdc Color code in RGB color code model is created after adding 99.22% red color, 80% green color and 86.27% blue color. Hex #fdccdc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 13% yellow and 0.78% black.

Hex #fdccdc color code is between #ffbbdd web safe hex color code and #eeddcc web safe hex color code. #ffbbdd is the nearest web safe color code. You can see here many more shades of #fdccdc color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Code fdccdc #fdccdc
RGB Decimal 253, 204, 220 rgb(253, 204, 220)
RGB Percent 99%, 80%, 86% rgb(99%, 80%, 86%)
CSS RGBa 253, 204, 220,1 rgba(253,204,220,1)
CMYK Model cmyk(0%,19%,13%,0.78%)
HSL Color Space 340,92% ,90% hsl(340,92% ,90%)
HSV Color Space 340°, 19%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 11001100 11011100
Octal 375 314 334
Decimal 253 204 220
Hex fd cc dc

Different shades of #fdccdc color code.

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

Light Shade of #fdccdc
#fffdfe
Dark Shade of #fdccdc
#fb9bba
Saturated Shade of #fdccdc
#ffcadb
Desaturated Shade of #fdccdc
#facfdd
Grey scale Shade of #fdccdc
#e4e4e4
Brighten Shade
#ffe5f5
Most Readable Shade
#000000

Shades of #fdccdc color code

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

#fdccdc
#e0b5c3
#c49eab
#a88892
#8c717a
#705a61
#544449
#382d30
#1c1618
#000000

Similar Color like #fdccdc color

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

#fecddd
#ffcede
#ffcfdf
#ffd0e0
#ffd1e1
#ffd2e2
#ffd3e3
#ffd4e4
#ffd5e5
#ffd6e6
#ffd7e7
#ffd8e8
#ffd9e9
#ffdaea
#fccbdb
#fbcada
#fac9d9
#f9c8d8
#f8c7d7
#f7c6d6
#f6c5d5
#f5c4d4
#f4c3d3
#f3c2d2
#f2c1d1
#f1c0d0
#f0bfcf
#efbece

Monochromatic Color with #fdccdc

#fdccdc
#282123
#534348
#7d656d
#a88792
#d2aab7

Tints of #fdccdc Color

#fdccdc
#fdd1df
#fdd7e3
#fddde7
#fde2eb
#fee8ef
#feeef3
#fef3f7
#fef9fb
#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

#fdccdc
#ccfded

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

Split Complementary

#fdccdc
#ccfdd5
#ccf5fd

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

Analogous Color

#fdccf0
#fdcce6
#fdccdc
#fdccd2
#fdd0cc

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

#fdccdc
#dcfdcc
#ccdcfd

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

#fdccdc
#f4fdcc
#ccfded
#d4ccfd

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

#fdccdc
#ccfded
#ccf5fd
#fdd5cc

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

#fdccdc Color Code Preview on Black Background Color

This is how #fdccdc Color will look on black background color. Color contrast ratio is 14.85

#fdccdc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdccdc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdccdc

#fdccdc color code is use for CSS Background Color

Background color for the above div is #fdccdc

HTML with inline CSS

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

#fdccdc color code is use for CSS Border Color

CSS Border color for the above div is #fdccdc

HTML with inline CSS

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

CSS Border Left color for the above div is #fdccdc

HTML with inline CSS

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

CSS Border Right color for the above div is #fdccdc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdccdc

HTML with inline CSS

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

CSS Border Top color for the above div is #fdccdc

HTML with inline CSS

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

#fdccdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdccdc Color code Preview on White Background

This is how #fdccdc Color code will look on white background color. Color contrast ratio is 1.41

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

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(253,204,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,253,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,204,220,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.