HEX: #FC9BCC
RGB: (252,155,204)
#FC9BCC contains mainly red and blue colors. Web safe color of #FC9BCC is #FF99CC (or #F9C).
#FC9BCC color RGB value is (252,155,204).
RGB: (252,155,204)
(99%, 61%, 80%)
R 252 of 255 = 99%
G 155 of 255 = 61%
B 204 of 255 = 80%
R + G + B ~ 80%. #FC9BCC is quite light color.
R + G + B = 252 + 155 + 204 = 611 (100%)
R 252 of 611 ~ 41.24%
G 155 of 611 ~ 25.37%
B 204 of 611 ~ 33.39'%
#FC9BCC color CMYK value is (0,38,19,1).
CMYK: (0,38,19,1)
C0M38Y19K1 (0%, 38%, 19%, 1%)
(0.00 / 0.38 / 0.19 / 0.01)
Color #FC9BCC in popluar color models
FC | 9B | CC | |
---|---|---|---|
RGB | 252 | 155 | 204 |
HSL | 330° | 94.17% | 79.80% |
HSB/HSV | 330° | 38.49% | 98.82% |
CMYK | 0.00% | 38.49% | 19.05% |
1.18% |
Color #FC9BCC in popluar number systems.
HEX | FC | 9B | CC |
Decimal | 252 | 155 | 204 |
Binary | 11111100 | 10011011 | 11001100 |
Octal | 374 | 233 | 314 |
Shades of #FC9BCC
Tints of #FC9BCC
Examples of css and html codes for elements with #FC9BCC color. Also use rgb(252,155,204) instead hex code.
.myTextColor { color: #FC9BCC; }
<p style="color:#FC9BCC">This sample text font color is #FC9BCC.</p>
This text font color is #FC9BCC.
.myBgColor { background-color: #FC9BCC; }
<div style="background-color:#FC9BCC">Inner text</div>
This div background color is #FC9BCC.
.myBorderColor { border: 1px solid #FC9BCC; }
<div style="border:3px solid #FC9BCC">Div</div>
This div border color is #FC9BCC.
.myOpacity80 { color: #FC9BCC; opacity: 0.8; }
<p style="color:#FC9BCC;opacity:0.8;">80%</p>
Text with #FC9BCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FC9BCC;}
<p style="text-shadow: 3px 3px 1px #FC9BCC">Text here.</p>
This text has shadow with #FC9BCC color.
.textShadow {text-shadow: 3px 3px 1px #FC9BCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FC9BCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FC9BCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC9BCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FC9BCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FC9BCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC9BCC;
-webkit-box-shadow: 1px 1px 3px 2px #FC9BCC;
box-shadow: 1px 1px 3px 2px #FC9BCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC9BCC; -webkit-box-shadow: 1px 1px 3px 2px #FC9BCC; box-shadow:1px 1px 3px 2px #FC9BCC;">
Div content here
</div>
This text has color #FC9BCC on black background.
This text has color #FC9BCC on white background.
This text has black color on #FC9BCC background.
This text has white color on #FC9BCC background.
Complementary color for #hex is #036433.