COLOR #FCA4D3

HEX: #FCA4D3
RGB: (252,164,211)

Color info

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

RGB color model

#FCA4D3 color RGB value is (252,164,211).

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

RGB channels and saturation

R 252 of 255 = 99%
G 164 of 255 = 64%
B 211 of 255 = 83%

252
164
211

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

Portions of RGB colors in percentages

R + G + B =
252 + 164 + 211 = 627 (100%)
R 252 of 627 ~ 40.19%
G 164 of 627 ~ 26.16%
B 211 of 627 ~ 33.65%

%40.19
%26.16
%33.65

CMYK color model

#FCA4D3 color CMYK value is (0,35,16,1).

  • cyan value is 0.00%
  • magenta value is 34.92%
  • yellow value is 16.27%
  • key color value is 1.18%
CMYK:
(0,35,16,1)
C0M35Y16K1 
(0%,35%,16%,1%)
(0.00/0.35/0.16/0.01)	

CMYK percentages

%0
%34.92
%16.27
%1.18

Codes

Color #FCA4D3 in popluar color models

FCA4D3
RGB252164211
HSL328°93.62%81.57%
HSB/HSV328°34.92%98.82%
CMYK0.00%34.92%16.27%
1.18%

Color #FCA4D3 in popluar number systems.

HEXFCA4D3
Decimal252164211
Binary111111001010010011010011
Octal374244323

Shades and tints

Shades of #FCA4D3

#FCA4D3
(252,164,211)
#E696C0
(230,150,192)
#D088AD
(208,136,173)
#BA7A9A
(186,122,154)
#A46C87
(164,108,135)
#8E5E74
(142,94,116)
#785061
(120,80,97)
#62424E
(98,66,78)
#4C343B
(76,52,59)
#362628
(54,38,40)
#201815
(32,24,21)
#000000
(0,0,0)

Tints of #FCA4D3

#FCA4D3
(252,164,211)
#FCACD7
(252,172,215)
#FCB4DB
(252,180,219)
#FCBCDF
(252,188,223)
#FCC4E3
(252,196,227)
#FCCCE7
(252,204,231)
#FCD4EB
(252,212,235)
#FCDCEF
(252,220,239)
#FCE4F3
(252,228,243)
#FCECF7
(252,236,247)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCA4D3; }

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

This text font color is #FCA4D3.


Background Color

.myBgColor { background-color: #FCA4D3; }

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

This div background color is #FCA4D3.


Border color

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

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

This div border color is #FCA4D3.


Opacity

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

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

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

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

This text has shadow with #FCA4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA4D3 on black background.


Color preview on white background

This text has color #FCA4D3 on white background.



Black color preview on #FCA4D3 background

This text has black color on #FCA4D3 background.


White color preview on #FCA4D3 background

This text has white color on #FCA4D3 background.