COLOR #FCC0CA

HEX: #FCC0CA
RGB: (252,192,202)

Color info

#FCC0CA contains mainly red and blue colors. Web safe color of #FCC0CA is #FFCCCC (or #FCC).

RGB color model

#FCC0CA color RGB value is (252,192,202).

  • red value is 252;
  • green value is 192;
  • blue value is 202.
RGB:
(252,192,202)
(99%,75%,79%)

RGB channels and saturation

R 252 of 255 = 99%
G 192 of 255 = 75%
B 202 of 255 = 79%

252
192
202

R + G + B ~ 84%. #FCC0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 192 + 202 = 646 (100%)
R 252 of 646 ~ 39.01%
G 192 of 646 ~ 29.72%
B 202 of 646 ~ 31.27%

%39.01
%29.72
%31.27

CMYK color model

#FCC0CA color CMYK value is (0,24,20,1).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 19.84%
  • key color value is 1.18%
CMYK:
(0,24,20,1)
C0M24Y20K1 
(0%,24%,20%,1%)
(0.00/0.24/0.20/0.01)	

CMYK percentages

%0
%23.81
%19.84
%1.18

Codes

Color #FCC0CA in popluar color models

FCC0CA
RGB252192202
HSL350°90.91%87.06%
HSB/HSV350°23.81%98.82%
CMYK0.00%23.81%19.84%
1.18%

Color #FCC0CA in popluar number systems.

HEXFCC0CA
Decimal252192202
Binary111111001100000011001010
Octal374300312

Shades and tints

Shades of #FCC0CA

#FCC0CA
(252,192,202)
#E6AFB8
(230,175,184)
#D09EA6
(208,158,166)
#BA8D94
(186,141,148)
#A47C82
(164,124,130)
#8E6B70
(142,107,112)
#785A5E
(120,90,94)
#62494C
(98,73,76)
#4C383A
(76,56,58)
#362728
(54,39,40)
#201616
(32,22,22)
#000000
(0,0,0)

Tints of #FCC0CA

#FCC0CA
(252,192,202)
#FCC5CE
(252,197,206)
#FCCAD2
(252,202,210)
#FCCFD6
(252,207,214)
#FCD4DA
(252,212,218)
#FCD9DE
(252,217,222)
#FCDEE2
(252,222,226)
#FCE3E6
(252,227,230)
#FCE8EA
(252,232,234)
#FCEDEE
(252,237,238)
#FCF2F2
(252,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC0CA color. Also use rgb(252,192,202) instead hex code.

Text Font Color

.myTextColor { color: #FCC0CA; }

<p style="color:#FCC0CA">This sample text font color is #FCC0CA.</p>

This text font color is #FCC0CA.


Background Color

.myBgColor { background-color: #FCC0CA; }

<div style="background-color:#FCC0CA">Inner text</div>

This div background color is #FCC0CA.


Border color

.myBorderColor { border: 1px solid #FCC0CA; }

<div style="border:3px solid #FCC0CA">Div</div>

This div border color is #FCC0CA.


Opacity

.myOpacity80 { color: #FCC0CA; opacity: 0.8; }

<p style="color:#FCC0CA;opacity:0.8;">80%</p>

Text with #FCC0CA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FCC0CA;}

<p style="text-shadow: 3px 3px 1px #FCC0CA">Text here.</p>

This text has shadow with #FCC0CA color.

.textShadow {text-shadow: 3px 3px 1px #FCC0CA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FCC0CA, 5px 5px 20px red">Text here.</p>

This text has shadow with #FCC0CA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCC0CA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FCC0CA, Direction=45, Strength=4)">Text</p>

This text has shadow with #FCC0CA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FCC0CA;
  -webkit-box-shadow:	1px 1px 3px 2px #FCC0CA;
  box-shadow:		1px 1px 3px 2px #FCC0CA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCC0CA;
-webkit-box-shadow: 1px 1px 3px 2px #FCC0CA;
box-shadow:1px 1px 3px 2px #FCC0CA;">
Div content here</div>
This div box has shadow with color #FCC0CA.

Preview

Color preview on black background

This text has color #FCC0CA on black background.


Color preview on white background

This text has color #FCC0CA on white background.



Black color preview on #FCC0CA background

This text has black color on #FCC0CA background.


White color preview on #FCC0CA background

This text has white color on #FCC0CA background.