COLOR #FC8AD9

HEX: #FC8AD9
RGB: (252,138,217)

Color info

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

RGB color model

#FC8AD9 color RGB value is (252,138,217).

  • red value is 252;
  • green value is 138;
  • blue value is 217.
RGB:
(252,138,217)
(99%,54%,85%)

RGB channels and saturation

R 252 of 255 = 99%
G 138 of 255 = 54%
B 217 of 255 = 85%

252
138
217

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

Portions of RGB colors in percentages

R + G + B =
252 + 138 + 217 = 607 (100%)
R 252 of 607 ~ 41.52%
G 138 of 607 ~ 22.73%
B 217 of 607 ~ 35.75%

%41.52
%22.73
%35.75

CMYK color model

#FC8AD9 color CMYK value is (0,45,14,1).

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 13.89%
  • key color value is 1.18%
CMYK:
(0,45,14,1)
C0M45Y14K1 
(0%,45%,14%,1%)
(0.00/0.45/0.14/0.01)	

CMYK percentages

%0
%45.24
%13.89
%1.18

Codes

Color #FC8AD9 in popluar color models

FC8AD9
RGB252138217
HSL318°95.00%76.47%
HSB/HSV318°45.24%98.82%
CMYK0.00%45.24%13.89%
1.18%

Color #FC8AD9 in popluar number systems.

HEXFC8AD9
Decimal252138217
Binary111111001000101011011001
Octal374212331

Shades and tints

Shades of #FC8AD9

#FC8AD9
(252,138,217)
#E67EC6
(230,126,198)
#D072B3
(208,114,179)
#BA66A0
(186,102,160)
#A45A8D
(164,90,141)
#8E4E7A
(142,78,122)
#784267
(120,66,103)
#623654
(98,54,84)
#4C2A41
(76,42,65)
#361E2E
(54,30,46)
#20121B
(32,18,27)
#000000
(0,0,0)

Tints of #FC8AD9

#FC8AD9
(252,138,217)
#FC94DC
(252,148,220)
#FC9EDF
(252,158,223)
#FCA8E2
(252,168,226)
#FCB2E5
(252,178,229)
#FCBCE8
(252,188,232)
#FCC6EB
(252,198,235)
#FCD0EE
(252,208,238)
#FCDAF1
(252,218,241)
#FCE4F4
(252,228,244)
#FCEEF7
(252,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC8AD9 color. Also use rgb(252,138,217) instead hex code.

Text Font Color

.myTextColor { color: #FC8AD9; }

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

This text font color is #FC8AD9.


Background Color

.myBgColor { background-color: #FC8AD9; }

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

This div background color is #FC8AD9.


Border color

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

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

This div border color is #FC8AD9.


Opacity

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

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

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

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

This text has shadow with #FC8AD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC8AD9 on black background.


Color preview on white background

This text has color #FC8AD9 on white background.



Black color preview on #FC8AD9 background

This text has black color on #FC8AD9 background.


White color preview on #FC8AD9 background

This text has white color on #FC8AD9 background.