COLOR #FCA9C5

HEX: #FCA9C5
RGB: (252,169,197)

Color info

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

RGB color model

#FCA9C5 color RGB value is (252,169,197).

  • red value is 252;
  • green value is 169;
  • blue value is 197.
RGB:
(252,169,197)
(99%,66%,77%)

RGB channels and saturation

R 252 of 255 = 99%
G 169 of 255 = 66%
B 197 of 255 = 77%

252
169
197

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

Portions of RGB colors in percentages

R + G + B =
252 + 169 + 197 = 618 (100%)
R 252 of 618 ~ 40.78%
G 169 of 618 ~ 27.35%
B 197 of 618 ~ 31.88%

%40.78
%27.35
%31.88

CMYK color model

#FCA9C5 color CMYK value is (0,33,22,1).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 21.83%
  • key color value is 1.18%
CMYK:
(0,33,22,1)
C0M33Y22K1 
(0%,33%,22%,1%)
(0.00/0.33/0.22/0.01)	

CMYK percentages

%0
%32.94
%21.83
%1.18

Codes

Color #FCA9C5 in popluar color models

FCA9C5
RGB252169197
HSL340°93.26%82.55%
HSB/HSV340°32.94%98.82%
CMYK0.00%32.94%21.83%
1.18%

Color #FCA9C5 in popluar number systems.

HEXFCA9C5
Decimal252169197
Binary111111001010100111000101
Octal374251305

Shades and tints

Shades of #FCA9C5

#FCA9C5
(252,169,197)
#E69AB4
(230,154,180)
#D08BA3
(208,139,163)
#BA7C92
(186,124,146)
#A46D81
(164,109,129)
#8E5E70
(142,94,112)
#784F5F
(120,79,95)
#62404E
(98,64,78)
#4C313D
(76,49,61)
#36222C
(54,34,44)
#20131B
(32,19,27)
#000000
(0,0,0)

Tints of #FCA9C5

#FCA9C5
(252,169,197)
#FCB0CA
(252,176,202)
#FCB7CF
(252,183,207)
#FCBED4
(252,190,212)
#FCC5D9
(252,197,217)
#FCCCDE
(252,204,222)
#FCD3E3
(252,211,227)
#FCDAE8
(252,218,232)
#FCE1ED
(252,225,237)
#FCE8F2
(252,232,242)
#FCEFF7
(252,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA9C5 color. Also use rgb(252,169,197) instead hex code.

Text Font Color

.myTextColor { color: #FCA9C5; }

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

This text font color is #FCA9C5.


Background Color

.myBgColor { background-color: #FCA9C5; }

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

This div background color is #FCA9C5.


Border color

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

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

This div border color is #FCA9C5.


Opacity

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

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

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

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

This text has shadow with #FCA9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA9C5 on black background.


Color preview on white background

This text has color #FCA9C5 on white background.



Black color preview on #FCA9C5 background

This text has black color on #FCA9C5 background.


White color preview on #FCA9C5 background

This text has white color on #FCA9C5 background.