COLOR #FC56AD

HEX: #FC56AD
RGB: (252,86,173)

Color info

#FC56AD contains mainly red color. Web safe color of #FC56AD is #FF6699 (or #F69).

RGB color model

#FC56AD color RGB value is (252,86,173).

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

RGB channels and saturation

R 252 of 255 = 99%
G 86 of 255 = 34%
B 173 of 255 = 68%

252
86
173

R + G + B ~ 67%. #FC56AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 86 + 173 = 511 (100%)
R 252 of 511 ~ 49.32%
G 86 of 511 ~ 16.83%
B 173 of 511 ~ 33.86%

%49.32
%16.83
%33.86

CMYK color model

#FC56AD color CMYK value is (0,66,31,1).

  • cyan value is 0.00%
  • magenta value is 65.87%
  • yellow value is 31.35%
  • key color value is 1.18%
CMYK:
(0,66,31,1)
C0M66Y31K1 
(0%,66%,31%,1%)
(0.00/0.66/0.31/0.01)	

CMYK percentages

%0
%65.87
%31.35
%1.18

Codes

Color #FC56AD in popluar color models

FC56AD
RGB25286173
HSL329°96.51%66.27%
HSB/HSV329°65.87%98.82%
CMYK0.00%65.87%31.35%
1.18%

Color #FC56AD in popluar number systems.

HEXFC56AD
Decimal25286173
Binary11111100101011010101101
Octal374126255

Shades and tints

Shades of #FC56AD

#FC56AD
(252,86,173)
#E64F9E
(230,79,158)
#D0488F
(208,72,143)
#BA4180
(186,65,128)
#A43A71
(164,58,113)
#8E3362
(142,51,98)
#782C53
(120,44,83)
#622544
(98,37,68)
#4C1E35
(76,30,53)
#361726
(54,23,38)
#201017
(32,16,23)
#000000
(0,0,0)

Tints of #FC56AD

#FC56AD
(252,86,173)
#FC65B4
(252,101,180)
#FC74BB
(252,116,187)
#FC83C2
(252,131,194)
#FC92C9
(252,146,201)
#FCA1D0
(252,161,208)
#FCB0D7
(252,176,215)
#FCBFDE
(252,191,222)
#FCCEE5
(252,206,229)
#FCDDEC
(252,221,236)
#FCECF3
(252,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC56AD; }

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

This text font color is #FC56AD.


Background Color

.myBgColor { background-color: #FC56AD; }

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

This div background color is #FC56AD.


Border color

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

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

This div border color is #FC56AD.


Opacity

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

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

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

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

This text has shadow with #FC56AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC56AD on black background.


Color preview on white background

This text has color #FC56AD on white background.



Black color preview on #FC56AD background

This text has black color on #FC56AD background.


White color preview on #FC56AD background

This text has white color on #FC56AD background.