crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fcc5dd hex color - Red - Warm color - Information

#fcc5dd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fcc5dd Color code in RGB color code model is created after adding 98.82% red color, 77.25% green color and 86.67% blue color. Hex #fcc5dd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 12% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefcc5dd#fcc5dd
RGB Decimal252, 197, 221rgb(252, 197, 221)
RGB Percent99%, 77%, 87%rgb(99%, 77%, 87%)
CSS RGBa252, 197, 221,1rgba(252,197,221,1)
CMYK Modelcmyk(0%,22%,12%,1%)
HSL Color Space334,90% ,88%hsl(334,90% ,88%)
HSV Color Space334°, 22%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001100010111011101
Octal374305335
Decimal252197221
Hexfcc5dd

Different shades of #fcc5dd color code.

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

Light Shade of #fcc5dd
#fff5f9
Dark Shade of #fcc5dd
#f994c1
Saturated Shade of #fcc5dd
#ffc2dd
Desaturated Shade of #fcc5dd
#f9c8dd
Grey scale Shade of #fcc5dd
#e0e0e0
Brighten Shade
#ffdef6
Most Readable Shade
#000000

Shades of #fcc5dd color code

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

#fcc5dd
#e0afc4
#c499ab
#a88393
#8c6d7a
#705762
#544149
#382b31
#1c1518
#000000

Similar Color like #fcc5dd color

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

#fdc6de
#fec7df
#ffc8e0
#ffc9e1
#ffcae2
#ffcbe3
#ffcce4
#ffcde5
#ffcee6
#ffcfe7
#ffd0e8
#ffd1e9
#ffd2ea
#ffd3eb
#fbc4dc
#fac3db
#f9c2da
#f8c1d9
#f7c0d8
#f6bfd7
#f5bed6
#f4bdd5
#f3bcd4
#f2bbd3
#f1bad2
#f0b9d1
#efb8d0
#eeb7cf

Monochromatic Color with #fcc5dd

#fcc5dd
#271f23
#524048
#7c616d
#a78392
#d1a4b8

Tints of #fcc5dd Color

#fcc5dd
#fccbe0
#fcd1e4
#fdd8e8
#fddeec
#fde5ef
#feebf3
#fef2f7
#fef8fb
#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

#fcc5dd
#c5fce4

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

Split Complementary

#fcc5dd
#c5fcc9
#c5f9fc

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

Analogous Color

#fcc5f3
#fcc5e8
#fcc5dd
#fcc5d2
#fcc5c7

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

#fcc5dd
#ddfcc5
#c5ddfc

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

#fcc5dd
#f8fcc5
#c5fce4
#c8c5fc

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

#fcc5dd
#c5fce4
#c5f9fc
#fcc8c5

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

#fcc5dd Color Code Preview on Black Background Color

This is how #fcc5dd Color will look on black background color. Color contrast ratio is 14.17

#fcc5dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcc5dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcc5dd

#fcc5dd color code is use for CSS Background Color

Background color for the above div is #fcc5dd

HTML with inline CSS

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

#fcc5dd color code is use for CSS Border Color

CSS Border color for the above div is #fcc5dd

HTML with inline CSS

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

CSS Border Left color for the above div is #fcc5dd

HTML with inline CSS

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

CSS Border Right color for the above div is #fcc5dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcc5dd

HTML with inline CSS

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

CSS Border Top color for the above div is #fcc5dd

HTML with inline CSS

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

#fcc5dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcc5dd Color code Preview on White Background

This is how #fcc5dd Color code will look on white background color. Color contrast ratio is 1.48

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.