HEX: #FEC9FF
RGB: (254,201,255)
#FEC9FF contains red, green and blue colors in about the same proportion. Web safe color of #FEC9FF is #FFCCFF (or #FCF).
#FEC9FF color RGB value is (254,201,255).
RGB: (254,201,255)
(100%, 79%, 100%)
R 254 of 255 = 100%
G 201 of 255 = 79%
B 255 of 255 = 100%
R + G + B ~ 93%. #FEC9FF is light color.
R + G + B = 254 + 201 + 255 = 710 (100%)
R 254 of 710 ~ 35.77%
G 201 of 710 ~ 28.31%
B 255 of 710 ~ 35.92'%
#FEC9FF color CMYK value is (0,21,0,0).
CMYK: (0,21,0,0)
C0M21Y0K0 (0%, 21%, 0%, 0%)
(0.00 / 0.21 / 0.00 / 0.00)
Color #FEC9FF in popluar color models
FE | C9 | FF | |
---|---|---|---|
RGB | 254 | 201 | 255 |
HSL | 299° | 100.00% | 89.41% |
HSB/HSV | 299° | 21.18% | 100.00% |
CMYK | 0.39% | 21.18% | 0.00% |
0.00% |
Color #FEC9FF in popluar number systems.
HEX | FE | C9 | FF |
Decimal | 254 | 201 | 255 |
Binary | 11111110 | 11001001 | 11111111 |
Octal | 376 | 311 | 377 |
Shades of #FEC9FF
Tints of #FEC9FF
Examples of css and html codes for elements with #FEC9FF color. Also use rgb(254,201,255) instead hex code.
.myTextColor { color: #FEC9FF; }
<p style="color:#FEC9FF">This sample text font color is #FEC9FF.</p>
This text font color is #FEC9FF.
.myBgColor { background-color: #FEC9FF; }
<div style="background-color:#FEC9FF">Inner text</div>
This div background color is #FEC9FF.
.myBorderColor { border: 1px solid #FEC9FF; }
<div style="border:3px solid #FEC9FF">Div</div>
This div border color is #FEC9FF.
.myOpacity80 { color: #FEC9FF; opacity: 0.8; }
<p style="color:#FEC9FF;opacity:0.8;">80%</p>
Text with #FEC9FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEC9FF;}
<p style="text-shadow: 3px 3px 1px #FEC9FF">Text here.</p>
This text has shadow with #FEC9FF color.
.textShadow {text-shadow: 3px 3px 1px #FEC9FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEC9FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEC9FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEC9FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEC9FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEC9FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEC9FF;
-webkit-box-shadow: 1px 1px 3px 2px #FEC9FF;
box-shadow: 1px 1px 3px 2px #FEC9FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEC9FF; -webkit-box-shadow: 1px 1px 3px 2px #FEC9FF; box-shadow:1px 1px 3px 2px #FEC9FF;">
Div content here
</div>
This text has color #FEC9FF on black background.
This text has color #FEC9FF on white background.
This text has black color on #FEC9FF background.
This text has white color on #FEC9FF background.
Complementary color for #hex is #013600.