COLOR #FCA3DC

HEX: #FCA3DC
RGB: (252,163,220)

Color info

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

RGB color model

#FCA3DC color RGB value is (252,163,220).

  • red value is 252;
  • green value is 163;
  • blue value is 220.
RGB:
(252,163,220)
(99%,64%,86%)

RGB channels and saturation

R 252 of 255 = 99%
G 163 of 255 = 64%
B 220 of 255 = 86%

252
163
220

R + G + B ~ 83%. #FCA3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 163 + 220 = 635 (100%)
R 252 of 635 ~ 39.69%
G 163 of 635 ~ 25.67%
B 220 of 635 ~ 34.65%

%39.69
%25.67
%34.65

CMYK color model

#FCA3DC color CMYK value is (0,35,13,1).

  • cyan value is 0.00%
  • magenta value is 35.32%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(0,35,13,1)
C0M35Y13K1 
(0%,35%,13%,1%)
(0.00/0.35/0.13/0.01)	

CMYK percentages

%0
%35.32
%12.7
%1.18

Codes

Color #FCA3DC in popluar color models

FCA3DC
RGB252163220
HSL322°93.68%81.37%
HSB/HSV322°35.32%98.82%
CMYK0.00%35.32%12.70%
1.18%

Color #FCA3DC in popluar number systems.

HEXFCA3DC
Decimal252163220
Binary111111001010001111011100
Octal374243334

Shades and tints

Shades of #FCA3DC

#FCA3DC
(252,163,220)
#E695C8
(230,149,200)
#D087B4
(208,135,180)
#BA79A0
(186,121,160)
#A46B8C
(164,107,140)
#8E5D78
(142,93,120)
#784F64
(120,79,100)
#624150
(98,65,80)
#4C333C
(76,51,60)
#362528
(54,37,40)
#201714
(32,23,20)
#000000
(0,0,0)

Tints of #FCA3DC

#FCA3DC
(252,163,220)
#FCABDF
(252,171,223)
#FCB3E2
(252,179,226)
#FCBBE5
(252,187,229)
#FCC3E8
(252,195,232)
#FCCBEB
(252,203,235)
#FCD3EE
(252,211,238)
#FCDBF1
(252,219,241)
#FCE3F4
(252,227,244)
#FCEBF7
(252,235,247)
#FCF3FA
(252,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA3DC color. Also use rgb(252,163,220) instead hex code.

Text Font Color

.myTextColor { color: #FCA3DC; }

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

This text font color is #FCA3DC.


Background Color

.myBgColor { background-color: #FCA3DC; }

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

This div background color is #FCA3DC.


Border color

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

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

This div border color is #FCA3DC.


Opacity

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

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

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

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

This text has shadow with #FCA3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA3DC on black background.


Color preview on white background

This text has color #FCA3DC on white background.



Black color preview on #FCA3DC background

This text has black color on #FCA3DC background.


White color preview on #FCA3DC background

This text has white color on #FCA3DC background.