HEX: #FC84B0
RGB: (252,132,176)
#FC84B0 contains mainly red color. Web safe color of #FC84B0 is #FF9999 (or #F99).
#FC84B0 color RGB value is (252,132,176).
RGB: (252,132,176)
(99%, 52%, 69%)
R 252 of 255 = 99%
G 132 of 255 = 52%
B 176 of 255 = 69%
R + G + B ~ 73%. #FC84B0 is quite light color.
R + G + B = 252 + 132 + 176 = 560 (100%)
R 252 of 560 ~ 45%
G 132 of 560 ~ 23.57%
B 176 of 560 ~ 31.43'%
#FC84B0 color CMYK value is (0,48,30,1).
CMYK: (0,48,30,1)
C0M48Y30K1 (0%, 48%, 30%, 1%)
(0.00 / 0.48 / 0.30 / 0.01)
Color #FC84B0 in popluar color models
FC | 84 | B0 | |
---|---|---|---|
RGB | 252 | 132 | 176 |
HSL | 338° | 95.24% | 75.29% |
HSB/HSV | 338° | 47.62% | 98.82% |
CMYK | 0.00% | 47.62% | 30.16% |
1.18% |
Color #FC84B0 in popluar number systems.
HEX | FC | 84 | B0 |
Decimal | 252 | 132 | 176 |
Binary | 11111100 | 10000100 | 10110000 |
Octal | 374 | 204 | 260 |
Shades of #FC84B0
Tints of #FC84B0
Examples of css and html codes for elements with #FC84B0 color. Also use rgb(252,132,176) instead hex code.
.myTextColor { color: #FC84B0; }
<p style="color:#FC84B0">This sample text font color is #FC84B0.</p>
This text font color is #FC84B0.
.myBgColor { background-color: #FC84B0; }
<div style="background-color:#FC84B0">Inner text</div>
This div background color is #FC84B0.
.myBorderColor { border: 1px solid #FC84B0; }
<div style="border:3px solid #FC84B0">Div</div>
This div border color is #FC84B0.
.myOpacity80 { color: #FC84B0; opacity: 0.8; }
<p style="color:#FC84B0;opacity:0.8;">80%</p>
Text with #FC84B0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FC84B0;}
<p style="text-shadow: 3px 3px 1px #FC84B0">Text here.</p>
This text has shadow with #FC84B0 color.
.textShadow {text-shadow: 3px 3px 1px #FC84B0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FC84B0, 5px 5px 20px red">Text here.</p>
This text has shadow with #FC84B0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC84B0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FC84B0, Direction=45, Strength=4)">Text</p>
This text has shadow with #FC84B0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC84B0;
-webkit-box-shadow: 1px 1px 3px 2px #FC84B0;
box-shadow: 1px 1px 3px 2px #FC84B0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC84B0; -webkit-box-shadow: 1px 1px 3px 2px #FC84B0; box-shadow:1px 1px 3px 2px #FC84B0;">
Div content here
</div>
This text has color #FC84B0 on black background.
This text has color #FC84B0 on white background.
This text has black color on #FC84B0 background.
This text has white color on #FC84B0 background.
Complementary color for #hex is #037B4F.