COLOR #FCA2CC

HEX: #FCA2CC
RGB: (252,162,204)

Color info

#FCA2CC contains mainly red and blue colors. Web safe color of #FCA2CC is #FF99CC (or #F9C).

RGB color model

#FCA2CC color RGB value is (252,162,204).

  • red value is 252;
  • green value is 162;
  • blue value is 204.
RGB:
(252,162,204)
(99%,64%,80%)

RGB channels and saturation

R 252 of 255 = 99%
G 162 of 255 = 64%
B 204 of 255 = 80%

252
162
204

R + G + B ~ 81%. #FCA2CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 162 + 204 = 618 (100%)
R 252 of 618 ~ 40.78%
G 162 of 618 ~ 26.21%
B 204 of 618 ~ 33.01%

%40.78
%26.21
%33.01

CMYK color model

#FCA2CC color CMYK value is (0,36,19,1).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 19.05%
  • key color value is 1.18%
CMYK:
(0,36,19,1)
C0M36Y19K1 
(0%,36%,19%,1%)
(0.00/0.36/0.19/0.01)	

CMYK percentages

%0
%35.71
%19.05
%1.18

Codes

Color #FCA2CC in popluar color models

FCA2CC
RGB252162204
HSL332°93.75%81.18%
HSB/HSV332°35.71%98.82%
CMYK0.00%35.71%19.05%
1.18%

Color #FCA2CC in popluar number systems.

HEXFCA2CC
Decimal252162204
Binary111111001010001011001100
Octal374242314

Shades and tints

Shades of #FCA2CC

#FCA2CC
(252,162,204)
#E694BA
(230,148,186)
#D086A8
(208,134,168)
#BA7896
(186,120,150)
#A46A84
(164,106,132)
#8E5C72
(142,92,114)
#784E60
(120,78,96)
#62404E
(98,64,78)
#4C323C
(76,50,60)
#36242A
(54,36,42)
#201618
(32,22,24)
#000000
(0,0,0)

Tints of #FCA2CC

#FCA2CC
(252,162,204)
#FCAAD0
(252,170,208)
#FCB2D4
(252,178,212)
#FCBAD8
(252,186,216)
#FCC2DC
(252,194,220)
#FCCAE0
(252,202,224)
#FCD2E4
(252,210,228)
#FCDAE8
(252,218,232)
#FCE2EC
(252,226,236)
#FCEAF0
(252,234,240)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA2CC color. Also use rgb(252,162,204) instead hex code.

Text Font Color

.myTextColor { color: #FCA2CC; }

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

This text font color is #FCA2CC.


Background Color

.myBgColor { background-color: #FCA2CC; }

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

This div background color is #FCA2CC.


Border color

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

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

This div border color is #FCA2CC.


Opacity

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

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

Text with #FCA2CC 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 #FCA2CC;}

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

This text has shadow with #FCA2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA2CC on black background.


Color preview on white background

This text has color #FCA2CC on white background.



Black color preview on #FCA2CC background

This text has black color on #FCA2CC background.


White color preview on #FCA2CC background

This text has white color on #FCA2CC background.