crispedge.com

Color picker

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

#fcc7d2 hex color - Red - Warm color - Information

#fcc7d2 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fcc7d2 Color code in RGB color code model is created after adding 98.82% red color, 78.04% green color and 82.35% blue color. Hex #fcc7d2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 17% yellow and 1% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codefcc7d2#fcc7d2
RGB Decimal252, 199, 210rgb(252, 199, 210)
RGB Percent99%, 78%, 82%rgb(99%, 78%, 82%)
CSS RGBa252, 199, 210,1rgba(252,199,210,1)
CMYK Modelcmyk(0%,21%,17%,1%)
HSL Color Space348,90% ,88%hsl(348,90% ,88%)
HSV Color Space348°, 21%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001100011111010010
Octal374307322
Decimal252199210
Hexfcc7d2

Different shades of #fcc7d2 color code.

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

Light Shade of #fcc7d2
#fff7f9
Dark Shade of #fcc7d2
#f997ab
Saturated Shade of #fcc7d2
#ffc4d0
Desaturated Shade of #fcc7d2
#f9cad4
Grey scale Shade of #fcc7d2
#e1e1e1
Brighten Shade
#ffe0eb
Most Readable Shade
#000000

Shades of #fcc7d2 color code

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

#fcc7d2
#e0b0ba
#c49aa3
#a8848c
#8c6e74
#70585d
#544246
#382c2e
#1c1617
#000000

Similar Color like #fcc7d2 color

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

#fdc8d3
#fec9d4
#ffcad5
#ffcbd6
#ffccd7
#ffcdd8
#ffced9
#ffcfda
#ffd0db
#ffd1dc
#ffd2dd
#ffd3de
#ffd4df
#ffd5e0
#fbc6d1
#fac5d0
#f9c4cf
#f8c3ce
#f7c2cd
#f6c1cc
#f5c0cb
#f4bfca
#f3bec9
#f2bdc8
#f1bcc7
#f0bbc6
#efbac5
#eeb9c4

Monochromatic Color with #fcc7d2

#fcc7d2
#271f21
#524144
#7c6268
#a7848b
#d1a5af

Tints of #fcc7d2 Color

#fcc7d2
#fccdd7
#fcd3dc
#fdd9e1
#fddfe6
#fde6eb
#feecf0
#fef2f5
#fef8fa
#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

#fcc7d2
#c7fcf1

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

Split Complementary

#fcc7d2
#c7fcd7
#c7ecfc

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

Analogous Color

#fcc7e7
#fcc7dd
#fcc7d2
#fcc7c7
#fcd1c7

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

#fcc7d2
#d2fcc7
#c7d2fc

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

#fcc7d2
#ecfcc7
#c7fcf1
#d6c7fc

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

#fcc7d2
#c7fcf1
#c7ecfc
#fcd7c7

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

#fcc7d2 Color Code Preview on Black Background Color

This is how #fcc7d2 Color will look on black background color. Color contrast ratio is 14.24

#fcc7d2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcc7d2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcc7d2

#fcc7d2 color code is use for CSS Background Color

Background color for the above div is #fcc7d2

HTML with inline CSS

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

#fcc7d2 color code is use for CSS Border Color

CSS Border color for the above div is #fcc7d2

HTML with inline CSS

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

CSS Border Left color for the above div is #fcc7d2

HTML with inline CSS

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

CSS Border Right color for the above div is #fcc7d2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcc7d2

HTML with inline CSS

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

CSS Border Top color for the above div is #fcc7d2

HTML with inline CSS

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

#fcc7d2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcc7d2 Color code Preview on White Background

This is how #fcc7d2 Color code will look on white background color. Color contrast ratio is 1.47

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.