COLOR #FC17B8

HEX: #FC17B8
RGB: (252,23,184)

Color info

#FC17B8 contains mainly red color. Web safe color of #FC17B8 is #FF00CC (or #F0C).

RGB color model

#FC17B8 color RGB value is (252,23,184).

  • red value is 252;
  • green value is 23;
  • blue value is 184.
RGB:
(252,23,184)
(99%,9%,72%)

RGB channels and saturation

R 252 of 255 = 99%
G 23 of 255 = 9%
B 184 of 255 = 72%

252
23
184

R + G + B ~ 60%. #FC17B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
252 + 23 + 184 = 459 (100%)
R 252 of 459 ~ 54.9%
G 23 of 459 ~ 5.01%
B 184 of 459 ~ 40.09%

%54.9
%40.09

CMYK color model

#FC17B8 color CMYK value is (0,91,27,1).

  • cyan value is 0.00%
  • magenta value is 90.87%
  • yellow value is 26.98%
  • key color value is 1.18%
CMYK:
(0,91,27,1)
C0M91Y27K1 
(0%,91%,27%,1%)
(0.00/0.91/0.27/0.01)	

CMYK percentages

%0
%90.87
%26.98
%1.18

Codes

Color #FC17B8 in popluar color models

FC17B8
RGB25223184
HSL318°97.45%53.92%
HSB/HSV318°90.87%98.82%
CMYK0.00%90.87%26.98%
1.18%

Color #FC17B8 in popluar number systems.

HEXFC17B8
Decimal25223184
Binary111111001011110111000
Octal37427270

Shades and tints

Shades of #FC17B8

#FC17B8
(252,23,184)
#E615A8
(230,21,168)
#D01398
(208,19,152)
#BA1188
(186,17,136)
#A40F78
(164,15,120)
#8E0D68
(142,13,104)
#780B58
(120,11,88)
#620948
(98,9,72)
#4C0738
(76,7,56)
#360528
(54,5,40)
#200318
(32,3,24)
#000000
(0,0,0)

Tints of #FC17B8

#FC17B8
(252,23,184)
#FC2CBE
(252,44,190)
#FC41C4
(252,65,196)
#FC56CA
(252,86,202)
#FC6BD0
(252,107,208)
#FC80D6
(252,128,214)
#FC95DC
(252,149,220)
#FCAAE2
(252,170,226)
#FCBFE8
(252,191,232)
#FCD4EE
(252,212,238)
#FCE9F4
(252,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC17B8 color. Also use rgb(252,23,184) instead hex code.

Text Font Color

.myTextColor { color: #FC17B8; }

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

This text font color is #FC17B8.


Background Color

.myBgColor { background-color: #FC17B8; }

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

This div background color is #FC17B8.


Border color

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

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

This div border color is #FC17B8.


Opacity

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

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

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

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

This text has shadow with #FC17B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC17B8 on black background.


Color preview on white background

This text has color #FC17B8 on white background.



Black color preview on #FC17B8 background

This text has black color on #FC17B8 background.


White color preview on #FC17B8 background

This text has white color on #FC17B8 background.