HEX: #FECAD9
RGB: (254,202,217)
#FECAD9 contains red, green and blue colors in about the same proportion. Web safe color of #FECAD9 is #FFCCCC (or #FCC).
#FECAD9 color RGB value is (254,202,217).
RGB: (254,202,217)
(100%, 79%, 85%)
R 254 of 255 = 100%
G 202 of 255 = 79%
B 217 of 255 = 85%
R + G + B ~ 88%. #FECAD9 is light color.
R + G + B = 254 + 202 + 217 = 673 (100%)
R 254 of 673 ~ 37.74%
G 202 of 673 ~ 30.01%
B 217 of 673 ~ 32.24'%
#FECAD9 color CMYK value is (0,20,15,0).
CMYK: (0,20,15,0)
C0M20Y15K0 (0%, 20%, 15%, 0%)
(0.00 / 0.20 / 0.15 / 0.00)
Color #FECAD9 in popluar color models
FE | CA | D9 | |
---|---|---|---|
RGB | 254 | 202 | 217 |
HSL | 343° | 96.30% | 89.41% |
HSB/HSV | 343° | 20.47% | 99.61% |
CMYK | 0.00% | 20.47% | 14.57% |
0.39% |
Color #FECAD9 in popluar number systems.
HEX | FE | CA | D9 |
Decimal | 254 | 202 | 217 |
Binary | 11111110 | 11001010 | 11011001 |
Octal | 376 | 312 | 331 |
Shades of #FECAD9
Tints of #FECAD9
Examples of css and html codes for elements with #FECAD9 color. Also use rgb(254,202,217) instead hex code.
.myTextColor { color: #FECAD9; }
<p style="color:#FECAD9">This sample text font color is #FECAD9.</p>
This text font color is #FECAD9.
.myBgColor { background-color: #FECAD9; }
<div style="background-color:#FECAD9">Inner text</div>
This div background color is #FECAD9.
.myBorderColor { border: 1px solid #FECAD9; }
<div style="border:3px solid #FECAD9">Div</div>
This div border color is #FECAD9.
.myOpacity80 { color: #FECAD9; opacity: 0.8; }
<p style="color:#FECAD9;opacity:0.8;">80%</p>
Text with #FECAD9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FECAD9;}
<p style="text-shadow: 3px 3px 1px #FECAD9">Text here.</p>
This text has shadow with #FECAD9 color.
.textShadow {text-shadow: 3px 3px 1px #FECAD9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FECAD9, 5px 5px 20px red">Text here.</p>
This text has shadow with #FECAD9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FECAD9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FECAD9, Direction=45, Strength=4)">Text</p>
This text has shadow with #FECAD9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FECAD9;
-webkit-box-shadow: 1px 1px 3px 2px #FECAD9;
box-shadow: 1px 1px 3px 2px #FECAD9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FECAD9; -webkit-box-shadow: 1px 1px 3px 2px #FECAD9; box-shadow:1px 1px 3px 2px #FECAD9;">
Div content here
</div>
This text has color #FECAD9 on black background.
This text has color #FECAD9 on white background.
This text has black color on #FECAD9 background.
This text has white color on #FECAD9 background.
Complementary color for #hex is #013526.