HEX: #FC9DE4
RGB: (252,157,228)
#FC9DE4 contains mainly red and blue colors. Web safe color of #FC9DE4 is #FF99CC (or #F9C).
#FC9DE4 color RGB value is (252,157,228).
RGB: (252,157,228)
(99%, 62%, 89%)
R 252 of 255 = 99%
G 157 of 255 = 62%
B 228 of 255 = 89%
R + G + B ~ 83%. #FC9DE4 is quite light color.
R + G + B = 252 + 157 + 228 = 637 (100%)
R 252 of 637 ~ 39.56%
G 157 of 637 ~ 24.65%
B 228 of 637 ~ 35.79'%
#FC9DE4 color CMYK value is (0,38,10,1).
CMYK: (0,38,10,1) C0M38Y10K1 (0%,38%,10%,1%) (0.00/0.38/0.10/0.01)
Color #FC9DE4 in popluar color models
FC | 9D | E4 | |
---|---|---|---|
RGB | 252 | 157 | 228 |
HSL | 315° | 94.06% | 80.20% |
HSB/HSV | 315° | 37.70% | 98.82% |
CMYK | 0.00% | 37.70% | 9.52% |
1.18% |
Color #FC9DE4 in popluar number systems.
HEX | FC | 9D | E4 |
Decimal | 252 | 157 | 228 |
Binary | 11111100 | 10011101 | 11100100 |
Octal | 374 | 235 | 344 |
Shades of #FC9DE4
Tints of #FC9DE4
Examples of css and html codes for elements with #FC9DE4 color. Also use rgb(252,157,228) instead hex code.
.myTextColor { color: #FC9DE4; }
<p style="color:#FC9DE4">This sample text font color is #FC9DE4.</p>
This text font color is #FC9DE4.
.myBgColor { background-color: #FC9DE4; }
<div style="background-color:#FC9DE4">Inner text</div>
This div background color is #FC9DE4.
.myBorderColor { border: 1px solid #FC9DE4; }
<div style="border:3px solid #FC9DE4">Div</div>
This div border color is #FC9DE4.
.myOpacity80 { color: #FC9DE4; opacity: 0.8; }
<p style="color:#FC9DE4;opacity:0.8;">80%</p>
Text with #FC9DE4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FC9DE4;}
<p style="text-shadow: 3px 3px 1px #FC9DE4">Text here.</p>
This text has shadow with #FC9DE4 color.
.textShadow {text-shadow: 3px 3px 1px #FC9DE4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FC9DE4, 5px 5px 20px red">Text here.</p>
This text has shadow with #FC9DE4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC9DE4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FC9DE4, Direction=45, Strength=4)">Text</p>
This text has shadow with #FC9DE4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC9DE4;
-webkit-box-shadow: 1px 1px 3px 2px #FC9DE4;
box-shadow: 1px 1px 3px 2px #FC9DE4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC9DE4; -webkit-box-shadow: 1px 1px 3px 2px #FC9DE4; box-shadow:1px 1px 3px 2px #FC9DE4;">
Div content here
</div>
This text has color #FC9DE4 on black background.
This text has color #FC9DE4 on white background.
This text has black color on #FC9DE4 background.
This text has white color on #FC9DE4 background.
Complementary color for #hex is #03621B.