HEX: #FC888D
RGB: (252,136,141)
#FC888D contains mainly red color. Web safe color of #FC888D is #FF9999 (or #F99).
#FC888D color RGB value is (252,136,141).
RGB: (252,136,141)
(99%, 53%, 55%)
R 252 of 255 = 99%
G 136 of 255 = 53%
B 141 of 255 = 55%
R + G + B ~ 69%. #FC888D is quite light color.
R + G + B = 252 + 136 + 141 = 529 (100%)
R 252 of 529 ~ 47.64%
G 136 of 529 ~ 25.71%
B 141 of 529 ~ 26.65'%
#FC888D color CMYK value is (0,46,44,1).
CMYK: (0,46,44,1)
C0M46Y44K1 (0%, 46%, 44%, 1%)
(0.00 / 0.46 / 0.44 / 0.01)
Color #FC888D in popluar color models
FC | 88 | 8D | |
---|---|---|---|
RGB | 252 | 136 | 141 |
HSL | 357° | 95.08% | 76.08% |
HSB/HSV | 357° | 46.03% | 98.82% |
CMYK | 0.00% | 46.03% | 44.05% |
1.18% |
Color #FC888D in popluar number systems.
HEX | FC | 88 | 8D |
Decimal | 252 | 136 | 141 |
Binary | 11111100 | 10001000 | 10001101 |
Octal | 374 | 210 | 215 |
Shades of #FC888D
Tints of #FC888D
Examples of css and html codes for elements with #FC888D color. Also use rgb(252,136,141) instead hex code.
.myTextColor { color: #FC888D; }
<p style="color:#FC888D">This sample text font color is #FC888D.</p>
This text font color is #FC888D.
.myBgColor { background-color: #FC888D; }
<div style="background-color:#FC888D">Inner text</div>
This div background color is #FC888D.
.myBorderColor { border: 1px solid #FC888D; }
<div style="border:3px solid #FC888D">Div</div>
This div border color is #FC888D.
.myOpacity80 { color: #FC888D; opacity: 0.8; }
<p style="color:#FC888D;opacity:0.8;">80%</p>
Text with #FC888D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FC888D;}
<p style="text-shadow: 3px 3px 1px #FC888D">Text here.</p>
This text has shadow with #FC888D color.
.textShadow {text-shadow: 3px 3px 1px #FC888D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FC888D, 5px 5px 20px red">Text here.</p>
This text has shadow with #FC888D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC888D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FC888D, Direction=45, Strength=4)">Text</p>
This text has shadow with #FC888D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC888D;
-webkit-box-shadow: 1px 1px 3px 2px #FC888D;
box-shadow: 1px 1px 3px 2px #FC888D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC888D; -webkit-box-shadow: 1px 1px 3px 2px #FC888D; box-shadow:1px 1px 3px 2px #FC888D;">
Div content here
</div>
This text has color #FC888D on black background.
This text has color #FC888D on white background.
This text has black color on #FC888D background.
This text has white color on #FC888D background.
Complementary color for #hex is #037772.