HEX: #FC99DC
RGB: (252,153,220)
#FC99DC contains mainly red and blue colors. Web safe color of #FC99DC is #FF99CC (or #F9C).
#FC99DC color RGB value is (252,153,220).
RGB: (252,153,220)
(99%, 60%, 86%)
R 252 of 255 = 99%
G 153 of 255 = 60%
B 220 of 255 = 86%
R + G + B ~ 82%. #FC99DC is quite light color.
R + G + B = 252 + 153 + 220 = 625 (100%)
R 252 of 625 ~ 40.32%
G 153 of 625 ~ 24.48%
B 220 of 625 ~ 35.2'%
#FC99DC color CMYK value is (0,39,13,1).
CMYK: (0,39,13,1) C0M39Y13K1 (0%,39%,13%,1%) (0.00/0.39/0.13/0.01)
Color #FC99DC in popluar color models
FC | 99 | DC | |
---|---|---|---|
RGB | 252 | 153 | 220 |
HSL | 319° | 94.29% | 79.41% |
HSB/HSV | 319° | 39.29% | 98.82% |
CMYK | 0.00% | 39.29% | 12.70% |
1.18% |
Color #FC99DC in popluar number systems.
HEX | FC | 99 | DC |
Decimal | 252 | 153 | 220 |
Binary | 11111100 | 10011001 | 11011100 |
Octal | 374 | 231 | 334 |
Shades of #FC99DC
Tints of #FC99DC
Examples of css and html codes for elements with #FC99DC color. Also use rgb(252,153,220) instead hex code.
.myTextColor { color: #FC99DC; }
<p style="color:#FC99DC">This sample text font color is #FC99DC.</p>
This text font color is #FC99DC.
.myBgColor { background-color: #FC99DC; }
<div style="background-color:#FC99DC">Inner text</div>
This div background color is #FC99DC.
.myBorderColor { border: 1px solid #FC99DC; }
<div style="border:3px solid #FC99DC">Div</div>
This div border color is #FC99DC.
.myOpacity80 { color: #FC99DC; opacity: 0.8; }
<p style="color:#FC99DC;opacity:0.8;">80%</p>
Text with #FC99DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FC99DC;}
<p style="text-shadow: 3px 3px 1px #FC99DC">Text here.</p>
This text has shadow with #FC99DC color.
.textShadow {text-shadow: 3px 3px 1px #FC99DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FC99DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FC99DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC99DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FC99DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FC99DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC99DC;
-webkit-box-shadow: 1px 1px 3px 2px #FC99DC;
box-shadow: 1px 1px 3px 2px #FC99DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC99DC; -webkit-box-shadow: 1px 1px 3px 2px #FC99DC; box-shadow:1px 1px 3px 2px #FC99DC;">
Div content here
</div>
This text has color #FC99DC on black background.
This text has color #FC99DC on white background.
This text has black color on #FC99DC background.
This text has white color on #FC99DC background.
Complementary color for #hex is #036623.