HEX: #FC9CD5
RGB: (252,156,213)
#FC9CD5 contains mainly red and blue colors. Web safe color of #FC9CD5 is #FF99CC (or #F9C).
#FC9CD5 color RGB value is (252,156,213).
RGB: (252,156,213)
(99%, 61%, 84%)
R 252 of 255 = 99%
G 156 of 255 = 61%
B 213 of 255 = 84%
R + G + B ~ 81%. #FC9CD5 is quite light color.
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'%
#FC9CD5 color CMYK value is (0,38,15,1).
CMYK: (0,38,15,1) C0M38Y15K1 (0%,38%,15%,1%) (0.00/0.38/0.15/0.01)
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 of #FC9CD5
Tints of #FC9CD5
Examples of css and html codes for elements with #FC9CD5 color. Also use rgb(252,156,213) instead hex code.
.myTextColor { color: #FC9CD5; }
<p style="color:#FC9CD5">This sample text font color is #FC9CD5.</p>
This text font color is #FC9CD5.
.myBgColor { background-color: #FC9CD5; }
<div style="background-color:#FC9CD5">Inner text</div>
This div background color is #FC9CD5.
.myBorderColor { border: 1px solid #FC9CD5; }
<div style="border:3px solid #FC9CD5">Div</div>
This div border color is #FC9CD5.
.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%.
.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.
/* 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 text has color #FC9CD5 on black background.
This text has color #FC9CD5 on white background.
This text has black color on #FC9CD5 background.
This text has white color on #FC9CD5 background.
Complementary color for #hex is #03632A.