COLOR #FC56B7

HEX: #FC56B7
RGB: (252,86,183)

Color info

#FC56B7 contains mainly red color. Web safe color of #FC56B7 is #FF66CC (or #F6C).

RGB color model

#FC56B7 color RGB value is (252,86,183).

  • red value is 252;
  • green value is 86;
  • blue value is 183.
RGB:
(252,86,183)
(99%,34%,72%)

RGB channels and saturation

R 252 of 255 = 99%
G 86 of 255 = 34%
B 183 of 255 = 72%

252
86
183

R + G + B ~ 68%. #FC56B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 86 + 183 = 521 (100%)
R 252 of 521 ~ 48.37%
G 86 of 521 ~ 16.51%
B 183 of 521 ~ 35.12%

%48.37
%16.51
%35.12

CMYK color model

#FC56B7 color CMYK value is (0,66,27,1).

  • cyan value is 0.00%
  • magenta value is 65.87%
  • yellow value is 27.38%
  • key color value is 1.18%
CMYK:
(0,66,27,1)
C0M66Y27K1 
(0%,66%,27%,1%)
(0.00/0.66/0.27/0.01)	

CMYK percentages

%0
%65.87
%27.38
%1.18

Codes

Color #FC56B7 in popluar color models

FC56B7
RGB25286183
HSL325°96.51%66.27%
HSB/HSV325°65.87%98.82%
CMYK0.00%65.87%27.38%
1.18%

Color #FC56B7 in popluar number systems.

HEXFC56B7
Decimal25286183
Binary11111100101011010110111
Octal374126267

Shades and tints

Shades of #FC56B7

#FC56B7
(252,86,183)
#E64FA7
(230,79,167)
#D04897
(208,72,151)
#BA4187
(186,65,135)
#A43A77
(164,58,119)
#8E3367
(142,51,103)
#782C57
(120,44,87)
#622547
(98,37,71)
#4C1E37
(76,30,55)
#361727
(54,23,39)
#201017
(32,16,23)
#000000
(0,0,0)

Tints of #FC56B7

#FC56B7
(252,86,183)
#FC65BD
(252,101,189)
#FC74C3
(252,116,195)
#FC83C9
(252,131,201)
#FC92CF
(252,146,207)
#FCA1D5
(252,161,213)
#FCB0DB
(252,176,219)
#FCBFE1
(252,191,225)
#FCCEE7
(252,206,231)
#FCDDED
(252,221,237)
#FCECF3
(252,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC56B7 color. Also use rgb(252,86,183) instead hex code.

Text Font Color

.myTextColor { color: #FC56B7; }

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

This text font color is #FC56B7.


Background Color

.myBgColor { background-color: #FC56B7; }

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

This div background color is #FC56B7.


Border color

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

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

This div border color is #FC56B7.


Opacity

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

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

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

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

This text has shadow with #FC56B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC56B7 on black background.


Color preview on white background

This text has color #FC56B7 on white background.



Black color preview on #FC56B7 background

This text has black color on #FC56B7 background.


White color preview on #FC56B7 background

This text has white color on #FC56B7 background.