COLOR #FCA9B4

HEX: #FCA9B4
RGB: (252,169,180)

Color info

#FCA9B4 contains mainly red color. Web safe color of #FCA9B4 is #FF99CC (or #F9C).

RGB color model

#FCA9B4 color RGB value is (252,169,180).

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

RGB channels and saturation

R 252 of 255 = 99%
G 169 of 255 = 66%
B 180 of 255 = 71%

252
169
180

R + G + B ~ 79%. #FCA9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 169 + 180 = 601 (100%)
R 252 of 601 ~ 41.93%
G 169 of 601 ~ 28.12%
B 180 of 601 ~ 29.95%

%41.93
%28.12
%29.95

CMYK color model

#FCA9B4 color CMYK value is (0,33,29,1).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 28.57%
  • key color value is 1.18%
CMYK:
(0,33,29,1)
C0M33Y29K1 
(0%,33%,29%,1%)
(0.00/0.33/0.29/0.01)	

CMYK percentages

%0
%32.94
%28.57
%1.18

Codes

Color #FCA9B4 in popluar color models

FCA9B4
RGB252169180
HSL352°93.26%82.55%
HSB/HSV352°32.94%98.82%
CMYK0.00%32.94%28.57%
1.18%

Color #FCA9B4 in popluar number systems.

HEXFCA9B4
Decimal252169180
Binary111111001010100110110100
Octal374251264

Shades and tints

Shades of #FCA9B4

#FCA9B4
(252,169,180)
#E69AA4
(230,154,164)
#D08B94
(208,139,148)
#BA7C84
(186,124,132)
#A46D74
(164,109,116)
#8E5E64
(142,94,100)
#784F54
(120,79,84)
#624044
(98,64,68)
#4C3134
(76,49,52)
#362224
(54,34,36)
#201314
(32,19,20)
#000000
(0,0,0)

Tints of #FCA9B4

#FCA9B4
(252,169,180)
#FCB0BA
(252,176,186)
#FCB7C0
(252,183,192)
#FCBEC6
(252,190,198)
#FCC5CC
(252,197,204)
#FCCCD2
(252,204,210)
#FCD3D8
(252,211,216)
#FCDADE
(252,218,222)
#FCE1E4
(252,225,228)
#FCE8EA
(252,232,234)
#FCEFF0
(252,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCA9B4; }

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

This text font color is #FCA9B4.


Background Color

.myBgColor { background-color: #FCA9B4; }

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

This div background color is #FCA9B4.


Border color

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

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

This div border color is #FCA9B4.


Opacity

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

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

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

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

This text has shadow with #FCA9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA9B4 on black background.


Color preview on white background

This text has color #FCA9B4 on white background.



Black color preview on #FCA9B4 background

This text has black color on #FCA9B4 background.


White color preview on #FCA9B4 background

This text has white color on #FCA9B4 background.