HEX: #FC9EED
RGB: (252,158,237)
#FC9EED contains mainly red and blue colors. Web safe color of #FC9EED is #FF99FF (or #F9F).
#FC9EED color RGB value is (252,158,237).
RGB: (252,158,237)
(99%, 62%, 93%)
R 252 of 255 = 99%
G 158 of 255 = 62%
B 237 of 255 = 93%
R + G + B ~ 85%. #FC9EED is quite light color.
R + G + B = 252 + 158 + 237 = 647 (100%)
R 252 of 647 ~ 38.95%
G 158 of 647 ~ 24.42%
B 237 of 647 ~ 36.63'%
#FC9EED color CMYK value is (0,37,6,1).
CMYK: (0,37,6,1)
C0M37Y6K1 (0%, 37%, 6%, 1%)
(0.00 / 0.37 / 0.06 / 0.01)
Color #FC9EED in popluar color models
FC | 9E | ED | |
---|---|---|---|
RGB | 252 | 158 | 237 |
HSL | 310° | 94.00% | 80.39% |
HSB/HSV | 310° | 37.30% | 98.82% |
CMYK | 0.00% | 37.30% | 5.95% |
1.18% |
Color #FC9EED in popluar number systems.
HEX | FC | 9E | ED |
Decimal | 252 | 158 | 237 |
Binary | 11111100 | 10011110 | 11101101 |
Octal | 374 | 236 | 355 |
Shades of #FC9EED
Tints of #FC9EED
Examples of css and html codes for elements with #FC9EED color. Also use rgb(252,158,237) instead hex code.
.myTextColor { color: #FC9EED; }
<p style="color:#FC9EED">This sample text font color is #FC9EED.</p>
This text font color is #FC9EED.
.myBgColor { background-color: #FC9EED; }
<div style="background-color:#FC9EED">Inner text</div>
This div background color is #FC9EED.
.myBorderColor { border: 1px solid #FC9EED; }
<div style="border:3px solid #FC9EED">Div</div>
This div border color is #FC9EED.
.myOpacity80 { color: #FC9EED; opacity: 0.8; }
<p style="color:#FC9EED;opacity:0.8;">80%</p>
Text with #FC9EED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FC9EED;}
<p style="text-shadow: 3px 3px 1px #FC9EED">Text here.</p>
This text has shadow with #FC9EED color.
.textShadow {text-shadow: 3px 3px 1px #FC9EED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FC9EED, 5px 5px 20px red">Text here.</p>
This text has shadow with #FC9EED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC9EED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FC9EED, Direction=45, Strength=4)">Text</p>
This text has shadow with #FC9EED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC9EED;
-webkit-box-shadow: 1px 1px 3px 2px #FC9EED;
box-shadow: 1px 1px 3px 2px #FC9EED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC9EED; -webkit-box-shadow: 1px 1px 3px 2px #FC9EED; box-shadow:1px 1px 3px 2px #FC9EED;">
Div content here
</div>
This text has color #FC9EED on black background.
This text has color #FC9EED on white background.
This text has black color on #FC9EED background.
This text has white color on #FC9EED background.
Complementary color for #hex is #036112.