COLOR #FC83C9

HEX: #FC83C9
RGB: (252,131,201)

Color info

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

RGB color model

#FC83C9 color RGB value is (252,131,201).

  • red value is 252;
  • green value is 131;
  • blue value is 201.
RGB:
(252,131,201)
(99%,51%,79%)

RGB channels and saturation

R 252 of 255 = 99%
G 131 of 255 = 51%
B 201 of 255 = 79%

252
131
201

R + G + B ~ 76%. #FC83C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 131 + 201 = 584 (100%)
R 252 of 584 ~ 43.15%
G 131 of 584 ~ 22.43%
B 201 of 584 ~ 34.42%

%43.15
%22.43
%34.42

CMYK color model

#FC83C9 color CMYK value is (0,48,20,1).

  • cyan value is 0.00%
  • magenta value is 48.02%
  • yellow value is 20.24%
  • key color value is 1.18%
CMYK:
(0,48,20,1)
C0M48Y20K1 
(0%,48%,20%,1%)
(0.00/0.48/0.20/0.01)	

CMYK percentages

%0
%48.02
%20.24
%1.18

Codes

Color #FC83C9 in popluar color models

FC83C9
RGB252131201
HSL325°95.28%75.10%
HSB/HSV325°48.02%98.82%
CMYK0.00%48.02%20.24%
1.18%

Color #FC83C9 in popluar number systems.

HEXFC83C9
Decimal252131201
Binary111111001000001111001001
Octal374203311

Shades and tints

Shades of #FC83C9

#FC83C9
(252,131,201)
#E678B7
(230,120,183)
#D06DA5
(208,109,165)
#BA6293
(186,98,147)
#A45781
(164,87,129)
#8E4C6F
(142,76,111)
#78415D
(120,65,93)
#62364B
(98,54,75)
#4C2B39
(76,43,57)
#362027
(54,32,39)
#201515
(32,21,21)
#000000
(0,0,0)

Tints of #FC83C9

#FC83C9
(252,131,201)
#FC8ECD
(252,142,205)
#FC99D1
(252,153,209)
#FCA4D5
(252,164,213)
#FCAFD9
(252,175,217)
#FCBADD
(252,186,221)
#FCC5E1
(252,197,225)
#FCD0E5
(252,208,229)
#FCDBE9
(252,219,233)
#FCE6ED
(252,230,237)
#FCF1F1
(252,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC83C9 color. Also use rgb(252,131,201) instead hex code.

Text Font Color

.myTextColor { color: #FC83C9; }

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

This text font color is #FC83C9.


Background Color

.myBgColor { background-color: #FC83C9; }

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

This div background color is #FC83C9.


Border color

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

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

This div border color is #FC83C9.


Opacity

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

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

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

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

This text has shadow with #FC83C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC83C9 on black background.


Color preview on white background

This text has color #FC83C9 on white background.



Black color preview on #FC83C9 background

This text has black color on #FC83C9 background.


White color preview on #FC83C9 background

This text has white color on #FC83C9 background.