COLOR #FC9CD5

HEX: #FC9CD5 RGB: (252,156,213)

Color info

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

RGB color model

#FC9CD5 color RGB value is (252,156,213).

RGB: (252,156,213) (99%, 61%, 84%)

RGB channels and saturation

R 252 of 255 = 99%
G 156 of 255 = 61%
B 213 of 255 = 84%

252
156
213

R + G + B ~ 81%. #FC9CD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 156 + 213 = 621 (100%)
R 252 of 621 ~ 40.58%
G 156 of 621 ~ 25.12%
B 213 of 621 ~ 34.3'%

%40.58
%25.12
%34.3

CMYK color model

#FC9CD5 color CMYK value is (0,38,15,1).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 15.48%
  • key color value is 1.18%
CMYK: (0,38,15,1) C0M38Y15K1 (0%,38%,15%,1%) (0.00/0.38/0.15/0.01) 

CMYK percentages

%0
%38.1
%15.48
%1.18

Codes

Color #FC9CD5 in popluar color models

FC 9C D5
RGB 252 156 213
HSL 324° 94.12% 80.00%
HSB/HSV 324° 38.10% 98.82%
CMYK 0.00% 38.10% 15.48%
1.18%

Color #FC9CD5 in popluar number systems.

HEX FC 9C D5
Decimal 252 156 213
Binary 11111100 10011100 11010101
Octal 374 234 325

Shades and tints

Shades of #FC9CD5

#FC9CD5
(252,156,213)
#E68EC2
(230,142,194)
#D080AF
(208,128,175)
#BA729C
(186,114,156)
#A46489
(164,100,137)
#8E5676
(142,86,118)
#784863
(120,72,99)
#623A50
(98,58,80)
#4C2C3D
(76,44,61)
#361E2A
(54,30,42)
#201017
(32,16,23)
#000000
(0,0,0)

Tints of #FC9CD5

#FC9CD5
(252,156,213)
#FCA5D8
(252,165,216)
#FCAEDB
(252,174,219)
#FCB7DE
(252,183,222)
#FCC0E1
(252,192,225)
#FCC9E4
(252,201,228)
#FCD2E7
(252,210,231)
#FCDBEA
(252,219,234)
#FCE4ED
(252,228,237)
#FCEDF0
(252,237,240)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9CD5 color. Also use rgb(252,156,213) instead hex code.

Text Font Color

.myTextColor { color: #FC9CD5; }

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

This text font color is #FC9CD5.

Background Color

.myBgColor { background-color: #FC9CD5; }

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

This div background color is #FC9CD5.

Border color

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

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

This div border color is #FC9CD5.

Opacity

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

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

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

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

This text has shadow with #FC9CD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9CD5.

Preview

Color preview on black background

This text has color #FC9CD5 on black background.


Color preview on white background

This text has color #FC9CD5 on white background.


Black color preview on #FC9CD5 background

This text has black color on #FC9CD5 background.


White color preview on #FC9CD5 background

This text has white color on #FC9CD5 background.


Related colors

Complementary color

Complementary color for #hex is #03632A.


I love getcolorcode.com

Triadic colors

1 #D5FC9C and #9CD5FC with #FC9CD5 are triadic colors.

2 #D59CFC and #9CFCD5 with #FC9CD5 are triadic colors.