HEX: #FEC2FA
RGB: (254,194,250)
#FEC2FA contains mainly red and blue colors. Web safe color of #FEC2FA is #FFCCFF (or #FCF).
#FEC2FA color RGB value is (254,194,250).
RGB: (254,194,250)
(100%, 76%, 98%)
R 254 of 255 = 100%
G 194 of 255 = 76%
B 250 of 255 = 98%
R + G + B ~ 91%. #FEC2FA is light color.
R + G + B = 254 + 194 + 250 = 698 (100%)
R 254 of 698 ~ 36.39%
G 194 of 698 ~ 27.79%
B 250 of 698 ~ 35.82'%
#FEC2FA color CMYK value is (0,24,2,0).
CMYK: (0,24,2,0) C0M24Y2K0 (0%,24%,2%,0%) (0.00/0.24/0.02/0.00)
Color #FEC2FA in popluar color models
FE | C2 | FA | |
---|---|---|---|
RGB | 254 | 194 | 250 |
HSL | 304° | 96.77% | 87.84% |
HSB/HSV | 304° | 23.62% | 99.61% |
CMYK | 0.00% | 23.62% | 1.57% |
0.39% |
Color #FEC2FA in popluar number systems.
HEX | FE | C2 | FA |
Decimal | 254 | 194 | 250 |
Binary | 11111110 | 11000010 | 11111010 |
Octal | 376 | 302 | 372 |
Shades of #FEC2FA
Tints of #FEC2FA
Examples of css and html codes for elements with #FEC2FA color. Also use rgb(254,194,250) instead hex code.
.myTextColor { color: #FEC2FA; }
<p style="color:#FEC2FA">This sample text font color is #FEC2FA.</p>
This text font color is #FEC2FA.
.myBgColor { background-color: #FEC2FA; }
<div style="background-color:#FEC2FA">Inner text</div>
This div background color is #FEC2FA.
.myBorderColor { border: 1px solid #FEC2FA; }
<div style="border:3px solid #FEC2FA">Div</div>
This div border color is #FEC2FA.
.myOpacity80 { color: #FEC2FA; opacity: 0.8; }
<p style="color:#FEC2FA;opacity:0.8;">80%</p>
Text with #FEC2FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEC2FA;}
<p style="text-shadow: 3px 3px 1px #FEC2FA">Text here.</p>
This text has shadow with #FEC2FA color.
.textShadow {text-shadow: 3px 3px 1px #FEC2FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEC2FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEC2FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEC2FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEC2FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEC2FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEC2FA;
-webkit-box-shadow: 1px 1px 3px 2px #FEC2FA;
box-shadow: 1px 1px 3px 2px #FEC2FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEC2FA; -webkit-box-shadow: 1px 1px 3px 2px #FEC2FA; box-shadow:1px 1px 3px 2px #FEC2FA;">
Div content here
</div>
This text has color #FEC2FA on black background.
This text has color #FEC2FA on white background.
This text has black color on #FEC2FA background.
This text has white color on #FEC2FA background.
Complementary color for #hex is #013D05.