HEX: #FC95CE
RGB: (252,149,206)
#FC95CE contains mainly red and blue colors. Web safe color of #FC95CE is #FF99CC (or #F9C).
#FC95CE color RGB value is (252,149,206).
RGB: (252,149,206)
(99%, 58%, 81%)
R 252 of 255 = 99%
G 149 of 255 = 58%
B 206 of 255 = 81%
R + G + B ~ 79%. #FC95CE is quite light color.
R + G + B = 252 + 149 + 206 = 607 (100%)
R 252 of 607 ~ 41.52%
G 149 of 607 ~ 24.55%
B 206 of 607 ~ 33.94'%
#FC95CE color CMYK value is (0,41,18,1).
CMYK: (0,41,18,1) C0M41Y18K1 (0%,41%,18%,1%) (0.00/0.41/0.18/0.01)
Color #FC95CE in popluar color models
FC | 95 | CE | |
---|---|---|---|
RGB | 252 | 149 | 206 |
HSL | 327° | 94.50% | 78.63% |
HSB/HSV | 327° | 40.87% | 98.82% |
CMYK | 0.00% | 40.87% | 18.25% |
1.18% |
Color #FC95CE in popluar number systems.
HEX | FC | 95 | CE |
Decimal | 252 | 149 | 206 |
Binary | 11111100 | 10010101 | 11001110 |
Octal | 374 | 225 | 316 |
Shades of #FC95CE
Tints of #FC95CE
Examples of css and html codes for elements with #FC95CE color. Also use rgb(252,149,206) instead hex code.
.myTextColor { color: #FC95CE; }
<p style="color:#FC95CE">This sample text font color is #FC95CE.</p>
This text font color is #FC95CE.
.myBgColor { background-color: #FC95CE; }
<div style="background-color:#FC95CE">Inner text</div>
This div background color is #FC95CE.
.myBorderColor { border: 1px solid #FC95CE; }
<div style="border:3px solid #FC95CE">Div</div>
This div border color is #FC95CE.
.myOpacity80 { color: #FC95CE; opacity: 0.8; }
<p style="color:#FC95CE;opacity:0.8;">80%</p>
Text with #FC95CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FC95CE;}
<p style="text-shadow: 3px 3px 1px #FC95CE">Text here.</p>
This text has shadow with #FC95CE color.
.textShadow {text-shadow: 3px 3px 1px #FC95CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FC95CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FC95CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC95CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FC95CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FC95CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC95CE;
-webkit-box-shadow: 1px 1px 3px 2px #FC95CE;
box-shadow: 1px 1px 3px 2px #FC95CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC95CE; -webkit-box-shadow: 1px 1px 3px 2px #FC95CE; box-shadow:1px 1px 3px 2px #FC95CE;">
Div content here
</div>
This text has color #FC95CE on black background.
This text has color #FC95CE on white background.
This text has black color on #FC95CE background.
This text has white color on #FC95CE background.
Complementary color for #hex is #036A31.