HEX: #FC9ADB
RGB: (252,154,219)
#FC9ADB contains mainly red and blue colors. Web safe color of #FC9ADB is #FF99CC (or #F9C).
#FC9ADB color RGB value is (252,154,219).
RGB: (252,154,219)
(99%, 60%, 86%)
R 252 of 255 = 99%
G 154 of 255 = 60%
B 219 of 255 = 86%
R + G + B ~ 82%. #FC9ADB is quite light color.
R + G + B = 252 + 154 + 219 = 625 (100%)
R 252 of 625 ~ 40.32%
G 154 of 625 ~ 24.64%
B 219 of 625 ~ 35.04'%
#FC9ADB 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 #FC9ADB in popluar color models
FC | 9A | DB | |
---|---|---|---|
RGB | 252 | 154 | 219 |
HSL | 320° | 94.23% | 79.61% |
HSB/HSV | 320° | 38.89% | 98.82% |
CMYK | 0.00% | 38.89% | 13.10% |
1.18% |
Color #FC9ADB in popluar number systems.
HEX | FC | 9A | DB |
Decimal | 252 | 154 | 219 |
Binary | 11111100 | 10011010 | 11011011 |
Octal | 374 | 232 | 333 |
Shades of #FC9ADB
Tints of #FC9ADB
Examples of css and html codes for elements with #FC9ADB color. Also use rgb(252,154,219) instead hex code.
.myTextColor { color: #FC9ADB; }
<p style="color:#FC9ADB">This sample text font color is #FC9ADB.</p>
This text font color is #FC9ADB.
.myBgColor { background-color: #FC9ADB; }
<div style="background-color:#FC9ADB">Inner text</div>
This div background color is #FC9ADB.
.myBorderColor { border: 1px solid #FC9ADB; }
<div style="border:3px solid #FC9ADB">Div</div>
This div border color is #FC9ADB.
.myOpacity80 { color: #FC9ADB; opacity: 0.8; }
<p style="color:#FC9ADB;opacity:0.8;">80%</p>
Text with #FC9ADB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FC9ADB;}
<p style="text-shadow: 3px 3px 1px #FC9ADB">Text here.</p>
This text has shadow with #FC9ADB color.
.textShadow {text-shadow: 3px 3px 1px #FC9ADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FC9ADB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FC9ADB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC9ADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FC9ADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FC9ADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC9ADB;
-webkit-box-shadow: 1px 1px 3px 2px #FC9ADB;
box-shadow: 1px 1px 3px 2px #FC9ADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC9ADB; -webkit-box-shadow: 1px 1px 3px 2px #FC9ADB; box-shadow:1px 1px 3px 2px #FC9ADB;">
Div content here
</div>
This text has color #FC9ADB on black background.
This text has color #FC9ADB on white background.
This text has black color on #FC9ADB background.
This text has white color on #FC9ADB background.
Complementary color for #hex is #036524.