COLOR #FC9AAA

HEX: #FC9AAA RGB: (252,154,170)

Color info

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

RGB color model

#FC9AAA color RGB value is (252,154,170).

RGB: (252,154,170) (99%, 60%, 67%)

RGB channels and saturation

R 252 of 255 = 99%
G 154 of 255 = 60%
B 170 of 255 = 67%

252
154
170

R + G + B ~ 75%. #FC9AAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 154 + 170 = 576 (100%)
R 252 of 576 ~ 43.75%
G 154 of 576 ~ 26.74%
B 170 of 576 ~ 29.51'%

%43.75
%26.74
%29.51

CMYK color model

#FC9AAA color CMYK value is (0,39,33,1).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 32.54%
  • key color value is 1.18%

CMYK: (0,39,33,1)
C0M39Y33K1 (0%, 39%, 33%, 1%)
(0.00 / 0.39 / 0.33 / 0.01)

CMYK percentages

%0
%38.89
%32.54
%1.18

Codes

Color #FC9AAA in popluar color models

FC 9A AA
RGB 252 154 170
HSL 350° 94.23% 79.61%
HSB/HSV 350° 38.89% 98.82%
CMYK 0.00% 38.89% 32.54%
1.18%

Color #FC9AAA in popluar number systems.

HEX FC 9A AA
Decimal 252 154 170
Binary 11111100 10011010 10101010
Octal 374 232 252

Shades and tints

Shades of #FC9AAA

#FC9AAA
(252,154,170)
#E68C9B
(230,140,155)
#D07E8C
(208,126,140)
#BA707D
(186,112,125)
#A4626E
(164,98,110)
#8E545F
(142,84,95)
#784650
(120,70,80)
#623841
(98,56,65)
#4C2A32
(76,42,50)
#361C23
(54,28,35)
#200E14
(32,14,20)
#000000
(0,0,0)

Tints of #FC9AAA

#FC9AAA
(252,154,170)
#FCA3B1
(252,163,177)
#FCACB8
(252,172,184)
#FCB5BF
(252,181,191)
#FCBEC6
(252,190,198)
#FCC7CD
(252,199,205)
#FCD0D4
(252,208,212)
#FCD9DB
(252,217,219)
#FCE2E2
(252,226,226)
#FCEBE9
(252,235,233)
#FCF4F0
(252,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC9AAA; }

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

This text font color is #FC9AAA.

Background Color

.myBgColor { background-color: #FC9AAA; }

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

This div background color is #FC9AAA.

Border color

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

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

This div border color is #FC9AAA.

Opacity

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

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

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

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

This text has shadow with #FC9AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9AAA.

Preview

Color preview on black background

This text has color #FC9AAA on black background.


Color preview on white background

This text has color #FC9AAA on white background.


Black color preview on #FC9AAA background

This text has black color on #FC9AAA background.


White color preview on #FC9AAA background

This text has white color on #FC9AAA background.


Related colors

Complementary color

Complementary color for #hex is #036555.


I love getcolorcode.com

Triadic colors

1 #AAFC9A and #9AAAFC with #FC9AAA are triadic colors.

2 #AA9AFC and #9AFCAA with #FC9AAA are triadic colors.