crispedge.com

Color picker

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

#fcc2cc hex color - Red - Warm color - Information

#fcc2cc hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefcc2cc#fcc2cc
RGB Decimal252, 194, 204rgb(252, 194, 204)
RGB Percent99%, 76%, 80%rgb(99%, 76%, 80%)
CSS RGBa252, 194, 204,1rgba(252,194,204,1)
CMYK Modelcmyk(0%,23%,19%,1%)
HSL Color Space350,91% ,87%hsl(350,91% ,87%)
HSV Color Space350°, 23%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001100001011001100
Octal374302314
Decimal252194204
Hexfcc2cc

Different shades of #fcc2cc color code.

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

Light Shade of #fcc2cc
#fef3f5
Dark Shade of #fcc2cc
#fa91a3
Saturated Shade of #fcc2cc
#ffbfca
Desaturated Shade of #fcc2cc
#f9c5ce
Grey scale Shade of #fcc2cc
#dfdfdf
Brighten Shade
#ffdbe5
Most Readable Shade
#000000

Shades of #fcc2cc color code

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

#fcc2cc
#e0acb5
#c4969e
#a88188
#8c6b71
#70565a
#544044
#382b2d
#1c1516
#000000

Similar Color like #fcc2cc color

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

#fdc3cd
#fec4ce
#ffc5cf
#ffc6d0
#ffc7d1
#ffc8d2
#ffc9d3
#ffcad4
#ffcbd5
#ffccd6
#ffcdd7
#ffced8
#ffcfd9
#ffd0da
#fbc1cb
#fac0ca
#f9bfc9
#f8bec8
#f7bdc7
#f6bcc6
#f5bbc5
#f4bac4
#f3b9c3
#f2b8c2
#f1b7c1
#f0b6c0
#efb5bf
#eeb4be

Monochromatic Color with #fcc2cc

#fcc2cc
#271e20
#523f42
#7c6065
#a78187
#d1a1aa

Tints of #fcc2cc Color

#fcc2cc
#fcc8d1
#fccfd7
#fdd6dd
#fddde2
#fde3e8
#feeaee
#fef1f3
#fef8f9
#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

#fcc2cc
#c2fcf2

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

Split Complementary

#fcc2cc
#c2fcd5
#c2e9fc

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

Analogous Color

#fcc2e3
#fcc2d8
#fcc2cc
#fcc4c2
#fccfc2

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

#fcc2cc
#ccfcc2
#c2ccfc

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

#fcc2cc
#e9fcc2
#c2fcf2
#d5c2fc

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

#fcc2cc
#c2fcf2
#c2e9fc
#fcd5c2

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

#fcc2cc Color Code Preview on Black Background Color

This is how #fcc2cc Color will look on black background color. Color contrast ratio is 13.73

#fcc2cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcc2cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcc2cc

#fcc2cc color code is use for CSS Background Color

Background color for the above div is #fcc2cc

HTML with inline CSS

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

#fcc2cc color code is use for CSS Border Color

CSS Border color for the above div is #fcc2cc

HTML with inline CSS

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

CSS Border Left color for the above div is #fcc2cc

HTML with inline CSS

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

CSS Border Right color for the above div is #fcc2cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcc2cc

HTML with inline CSS

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

CSS Border Top color for the above div is #fcc2cc

HTML with inline CSS

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

#fcc2cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcc2cc Color code Preview on White Background

This is how #fcc2cc Color code will look on white background color. Color contrast ratio is 1.53

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

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.