COLOR #FC8CAA

HEX: #FC8CAA
RGB: (252,140,170)

Color info

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

RGB color model

#FC8CAA color RGB value is (252,140,170).

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

RGB channels and saturation

R 252 of 255 = 99%
G 140 of 255 = 55%
B 170 of 255 = 67%

252
140
170

R + G + B ~ 74%. #FC8CAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 140 + 170 = 562 (100%)
R 252 of 562 ~ 44.84%
G 140 of 562 ~ 24.91%
B 170 of 562 ~ 30.25%

%44.84
%24.91
%30.25

CMYK color model

#FC8CAA color CMYK value is (0,44,33,1).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 32.54%
  • key color value is 1.18%
CMYK:
(0,44,33,1)
C0M44Y33K1 
(0%,44%,33%,1%)
(0.00/0.44/0.33/0.01)	

CMYK percentages

%0
%44.44
%32.54
%1.18

Codes

Color #FC8CAA in popluar color models

FC8CAA
RGB252140170
HSL344°94.92%76.86%
HSB/HSV344°44.44%98.82%
CMYK0.00%44.44%32.54%
1.18%

Color #FC8CAA in popluar number systems.

HEXFC8CAA
Decimal252140170
Binary111111001000110010101010
Octal374214252

Shades and tints

Shades of #FC8CAA

#FC8CAA
(252,140,170)
#E6809B
(230,128,155)
#D0748C
(208,116,140)
#BA687D
(186,104,125)
#A45C6E
(164,92,110)
#8E505F
(142,80,95)
#784450
(120,68,80)
#623841
(98,56,65)
#4C2C32
(76,44,50)
#362023
(54,32,35)
#201414
(32,20,20)
#000000
(0,0,0)

Tints of #FC8CAA

#FC8CAA
(252,140,170)
#FC96B1
(252,150,177)
#FCA0B8
(252,160,184)
#FCAABF
(252,170,191)
#FCB4C6
(252,180,198)
#FCBECD
(252,190,205)
#FCC8D4
(252,200,212)
#FCD2DB
(252,210,219)
#FCDCE2
(252,220,226)
#FCE6E9
(252,230,233)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC8CAA; }

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

This text font color is #FC8CAA.


Background Color

.myBgColor { background-color: #FC8CAA; }

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

This div background color is #FC8CAA.


Border color

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

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

This div border color is #FC8CAA.


Opacity

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

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

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

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

This text has shadow with #FC8CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC8CAA on black background.


Color preview on white background

This text has color #FC8CAA on white background.



Black color preview on #FC8CAA background

This text has black color on #FC8CAA background.


White color preview on #FC8CAA background

This text has white color on #FC8CAA background.