crispedge.com

Color picker

Loading...

#fcc4cc hex color - Red - Warm color - Information

#fcc4cc hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefcc4cc#fcc4cc
RGB Decimal252, 196, 204rgb(252, 196, 204)
RGB Percent99%, 77%, 80%rgb(99%, 77%, 80%)
CSS RGBa252, 196, 204,1rgba(252,196,204,1)
CMYK Modelcmyk(0%,22%,19%,1%)
HSL Color Space351,90% ,88%hsl(351,90% ,88%)
HSV Color Space351°, 22%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001100010011001100
Octal374304314
Decimal252196204
Hexfcc4cc

Different shades of #fcc4cc color code.

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

Light Shade of #fcc4cc
#fef5f6
Dark Shade of #fcc4cc
#fa93a2
Saturated Shade of #fcc4cc
#ffc1ca
Desaturated Shade of #fcc4cc
#f9c7ce
Grey scale Shade of #fcc4cc
#e0e0e0
Brighten Shade
#ffdde5
Most Readable Shade
#000000

Shades of #fcc4cc color code

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

#fcc4cc
#e0aeb5
#c4989e
#a88288
#8c6c71
#70575a
#544144
#382b2d
#1c1516
#000000

Similar Color like #fcc4cc color

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

#fdc5cd
#fec6ce
#ffc7cf
#ffc8d0
#ffc9d1
#ffcad2
#ffcbd3
#ffccd4
#ffcdd5
#ffced6
#ffcfd7
#ffd0d8
#ffd1d9
#ffd2da
#fbc3cb
#fac2ca
#f9c1c9
#f8c0c8
#f7bfc7
#f6bec6
#f5bdc5
#f4bcc4
#f3bbc3
#f2bac2
#f1b9c1
#f0b8c0
#efb7bf
#eeb6be

Monochromatic Color with #fcc4cc

#fcc4cc
#271f20
#524042
#7c6165
#a78287
#d1a3aa

Tints of #fcc4cc Color

#fcc4cc
#fccad1
#fcd1d7
#fdd7dd
#fddee2
#fde4e8
#feebee
#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

#fcc4cc
#c4fcf4

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

Split Complementary

#fcc4cc
#c4fcd8
#c4e8fc

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

Analogous Color

#fcc4e2
#fcc4d7
#fcc4cc
#fcc7c4
#fcd2c4

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

#fcc4cc
#ccfcc4
#c4ccfc

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

#fcc4cc
#e8fcc4
#c4fcf4
#d8c4fc

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

#fcc4cc
#c4fcf4
#c4e8fc
#fcd8c4

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

#fcc4cc Color Code Preview on Black Background Color

This is how #fcc4cc Color will look on black background color. Color contrast ratio is 13.91

#fcc4cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcc4cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcc4cc

#fcc4cc color code is use for CSS Background Color

Background color for the above div is #fcc4cc

HTML with inline CSS

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

#fcc4cc color code is use for CSS Border Color

CSS Border color for the above div is #fcc4cc

HTML with inline CSS

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

CSS Border Left color for the above div is #fcc4cc

HTML with inline CSS

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

CSS Border Right color for the above div is #fcc4cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcc4cc

HTML with inline CSS

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

CSS Border Top color for the above div is #fcc4cc

HTML with inline CSS

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

#fcc4cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcc4cc Color code Preview on White Background

This is how #fcc4cc Color code will look on white background color. Color contrast ratio is 1.51

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

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(252,196,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(196,252,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,196,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.