COLOR #FCA4D5

HEX: #FCA4D5
RGB: (252,164,213)

Color info

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

RGB color model

#FCA4D5 color RGB value is (252,164,213).

  • red value is 252;
  • green value is 164;
  • blue value is 213.
RGB:
(252,164,213)
(99%,64%,84%)

RGB channels and saturation

R 252 of 255 = 99%
G 164 of 255 = 64%
B 213 of 255 = 84%

252
164
213

R + G + B ~ 82%. #FCA4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 164 + 213 = 629 (100%)
R 252 of 629 ~ 40.06%
G 164 of 629 ~ 26.07%
B 213 of 629 ~ 33.86%

%40.06
%26.07
%33.86

CMYK color model

#FCA4D5 color CMYK value is (0,35,15,1).

  • cyan value is 0.00%
  • magenta value is 34.92%
  • yellow value is 15.48%
  • key color value is 1.18%
CMYK:
(0,35,15,1)
C0M35Y15K1 
(0%,35%,15%,1%)
(0.00/0.35/0.15/0.01)	

CMYK percentages

%0
%34.92
%15.48
%1.18

Codes

Color #FCA4D5 in popluar color models

FCA4D5
RGB252164213
HSL327°93.62%81.57%
HSB/HSV327°34.92%98.82%
CMYK0.00%34.92%15.48%
1.18%

Color #FCA4D5 in popluar number systems.

HEXFCA4D5
Decimal252164213
Binary111111001010010011010101
Octal374244325

Shades and tints

Shades of #FCA4D5

#FCA4D5
(252,164,213)
#E696C2
(230,150,194)
#D088AF
(208,136,175)
#BA7A9C
(186,122,156)
#A46C89
(164,108,137)
#8E5E76
(142,94,118)
#785063
(120,80,99)
#624250
(98,66,80)
#4C343D
(76,52,61)
#36262A
(54,38,42)
#201817
(32,24,23)
#000000
(0,0,0)

Tints of #FCA4D5

#FCA4D5
(252,164,213)
#FCACD8
(252,172,216)
#FCB4DB
(252,180,219)
#FCBCDE
(252,188,222)
#FCC4E1
(252,196,225)
#FCCCE4
(252,204,228)
#FCD4E7
(252,212,231)
#FCDCEA
(252,220,234)
#FCE4ED
(252,228,237)
#FCECF0
(252,236,240)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA4D5 color. Also use rgb(252,164,213) instead hex code.

Text Font Color

.myTextColor { color: #FCA4D5; }

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

This text font color is #FCA4D5.


Background Color

.myBgColor { background-color: #FCA4D5; }

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

This div background color is #FCA4D5.


Border color

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

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

This div border color is #FCA4D5.


Opacity

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

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

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

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

This text has shadow with #FCA4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA4D5 on black background.


Color preview on white background

This text has color #FCA4D5 on white background.



Black color preview on #FCA4D5 background

This text has black color on #FCA4D5 background.


White color preview on #FCA4D5 background

This text has white color on #FCA4D5 background.