crispedge.com

Color picker

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

#ffc7cc hex color - Red - Warm color - Information

#ffc7cc hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #ffc7cc Color code in RGB color code model is created after adding 100% red color, 78.04% green color and 80% blue color. Hex #ffc7cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 20% yellow and 0% black.

Hex #ffc7cc color code is between #eeccbb web safe hex color code and #ddbbdd web safe hex color code. #eeccbb is the nearest web safe color code. You can see here many more shades of #ffc7cc color code.

0 Likes 0 Comments | 19 Views

Color Table

Hex Color Codeffc7cc#ffc7cc
RGB Decimal255, 199, 204rgb(255, 199, 204)
RGB Percent100%, 78%, 80%rgb(100%, 78%, 80%)
CSS RGBa255, 199, 204,1rgba(255,199,204,1)
CMYK Modelcmyk(0%,22%,20%,0%)
HSL Color Space355,100% ,89%hsl(355,100% ,89%)
HSV Color Space355°, 22%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111100011111001100
Octal377307314
Decimal255199204
Hexffc7cc

Different shades of #ffc7cc color code.

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

Light Shade of #ffc7cc
#fffafa
Dark Shade of #ffc7cc
#ff949e
Saturated Shade of #ffc7cc
#ffc7cc
Desaturated Shade of #ffc7cc
#fccace
Grey scale Shade of #ffc7cc
#e3e3e3
Brighten Shade
#ffe0e5
Most Readable Shade
#000000

Shades of #ffc7cc color code

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

#ffc7cc
#e2b0b5
#c69a9e
#aa8488
#8d6e71
#71585a
#554244
#382c2d
#1c1616
#000000

Similar Color like #ffc7cc color

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

#ffc8cd
#ffc9ce
#ffcacf
#ffcbd0
#ffccd1
#ffcdd2
#ffced3
#ffcfd4
#ffd0d5
#ffd1d6
#ffd2d7
#ffd3d8
#ffd4d9
#ffd5da
#fec6cb
#fdc5ca
#fcc4c9
#fbc3c8
#fac2c7
#f9c1c6
#f8c0c5
#f7bfc4
#f6bec3
#f5bdc2
#f4bcc1
#f3bbc0
#f2babf
#f1b9be

Monochromatic Color with #ffc7cc

#ffc7cc
#2a2122
#554244
#806466
#aa8588
#d4a6aa

Tints of #ffc7cc Color

#ffc7cc
#ffcdd1
#ffd3d7
#ffd9dd
#ffdfe2
#ffe6e8
#ffecee
#fff2f3
#fff8f9
#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

#ffc7cc
#c7fffa

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

Split Complementary

#ffc7cc
#c7ffde
#c7e8ff

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

Analogous Color

#ffc7e2
#ffc7d7
#ffc7cc
#ffcdc7
#ffd8c7

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

#ffc7cc
#ccffc7
#c7ccff

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

#ffc7cc
#e8ffc7
#c7fffa
#dec7ff

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

#ffc7cc
#c7fffa
#c7e8ff
#ffdec7

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

#ffc7cc Color Code Preview on Black Background Color

This is how #ffc7cc Color will look on black background color. Color contrast ratio is 14.29

#ffc7cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffc7cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffc7cc

#ffc7cc color code is use for CSS Background Color

Background color for the above div is #ffc7cc

HTML with inline CSS

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

#ffc7cc color code is use for CSS Border Color

CSS Border color for the above div is #ffc7cc

HTML with inline CSS

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

CSS Border Left color for the above div is #ffc7cc

HTML with inline CSS

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

CSS Border Right color for the above div is #ffc7cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffc7cc

HTML with inline CSS

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

CSS Border Top color for the above div is #ffc7cc

HTML with inline CSS

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

#ffc7cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffc7cc Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 19 Views

Post your comment:-

By submitting comment you agree to our privacy policy.