COLOR #FCA2AA

HEX: #FCA2AA
RGB: (252,162,170)

Color info

#FCA2AA contains mainly red color. Web safe color of #FCA2AA is #FF9999 (or #F99).

RGB color model

#FCA2AA color RGB value is (252,162,170).

  • red value is 252;
  • green value is 162;
  • blue value is 170.
RGB:
(252,162,170)
(99%,64%,67%)

RGB channels and saturation

R 252 of 255 = 99%
G 162 of 255 = 64%
B 170 of 255 = 67%

252
162
170

R + G + B ~ 77%. #FCA2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 162 + 170 = 584 (100%)
R 252 of 584 ~ 43.15%
G 162 of 584 ~ 27.74%
B 170 of 584 ~ 29.11%

%43.15
%27.74
%29.11

CMYK color model

#FCA2AA color CMYK value is (0,36,33,1).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 32.54%
  • key color value is 1.18%
CMYK:
(0,36,33,1)
C0M36Y33K1 
(0%,36%,33%,1%)
(0.00/0.36/0.33/0.01)	

CMYK percentages

%0
%35.71
%32.54
%1.18

Codes

Color #FCA2AA in popluar color models

FCA2AA
RGB252162170
HSL355°93.75%81.18%
HSB/HSV355°35.71%98.82%
CMYK0.00%35.71%32.54%
1.18%

Color #FCA2AA in popluar number systems.

HEXFCA2AA
Decimal252162170
Binary111111001010001010101010
Octal374242252

Shades and tints

Shades of #FCA2AA

#FCA2AA
(252,162,170)
#E6949B
(230,148,155)
#D0868C
(208,134,140)
#BA787D
(186,120,125)
#A46A6E
(164,106,110)
#8E5C5F
(142,92,95)
#784E50
(120,78,80)
#624041
(98,64,65)
#4C3232
(76,50,50)
#362423
(54,36,35)
#201614
(32,22,20)
#000000
(0,0,0)

Tints of #FCA2AA

#FCA2AA
(252,162,170)
#FCAAB1
(252,170,177)
#FCB2B8
(252,178,184)
#FCBABF
(252,186,191)
#FCC2C6
(252,194,198)
#FCCACD
(252,202,205)
#FCD2D4
(252,210,212)
#FCDADB
(252,218,219)
#FCE2E2
(252,226,226)
#FCEAE9
(252,234,233)
#FCF2F0
(252,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA2AA color. Also use rgb(252,162,170) instead hex code.

Text Font Color

.myTextColor { color: #FCA2AA; }

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

This text font color is #FCA2AA.


Background Color

.myBgColor { background-color: #FCA2AA; }

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

This div background color is #FCA2AA.


Border color

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

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

This div border color is #FCA2AA.


Opacity

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

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

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

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

This text has shadow with #FCA2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA2AA on black background.


Color preview on white background

This text has color #FCA2AA on white background.



Black color preview on #FCA2AA background

This text has black color on #FCA2AA background.


White color preview on #FCA2AA background

This text has white color on #FCA2AA background.