HEX: #FECED5
RGB: (254,206,213)
#FECED5 contains red, green and blue colors in about the same proportion. Web safe color of #FECED5 is #FFCCCC (or #FCC).
#FECED5 color RGB value is (254,206,213).
RGB: (254,206,213)
(100%, 81%, 84%)
R 254 of 255 = 100%
G 206 of 255 = 81%
B 213 of 255 = 84%
R + G + B ~ 88%. #FECED5 is light color.
R + G + B = 254 + 206 + 213 = 673 (100%)
R 254 of 673 ~ 37.74%
G 206 of 673 ~ 30.61%
B 213 of 673 ~ 31.65'%
#FECED5 color CMYK value is (0,19,16,0).
CMYK: (0,19,16,0)
C0M19Y16K0 (0%, 19%, 16%, 0%)
(0.00 / 0.19 / 0.16 / 0.00)
Color #FECED5 in popluar color models
FE | CE | D5 | |
---|---|---|---|
RGB | 254 | 206 | 213 |
HSL | 351° | 96.00% | 90.20% |
HSB/HSV | 351° | 18.90% | 99.61% |
CMYK | 0.00% | 18.90% | 16.14% |
0.39% |
Color #FECED5 in popluar number systems.
HEX | FE | CE | D5 |
Decimal | 254 | 206 | 213 |
Binary | 11111110 | 11001110 | 11010101 |
Octal | 376 | 316 | 325 |
Shades of #FECED5
Tints of #FECED5
Examples of css and html codes for elements with #FECED5 color. Also use rgb(254,206,213) instead hex code.
.myTextColor { color: #FECED5; }
<p style="color:#FECED5">This sample text font color is #FECED5.</p>
This text font color is #FECED5.
.myBgColor { background-color: #FECED5; }
<div style="background-color:#FECED5">Inner text</div>
This div background color is #FECED5.
.myBorderColor { border: 1px solid #FECED5; }
<div style="border:3px solid #FECED5">Div</div>
This div border color is #FECED5.
.myOpacity80 { color: #FECED5; opacity: 0.8; }
<p style="color:#FECED5;opacity:0.8;">80%</p>
Text with #FECED5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FECED5;}
<p style="text-shadow: 3px 3px 1px #FECED5">Text here.</p>
This text has shadow with #FECED5 color.
.textShadow {text-shadow: 3px 3px 1px #FECED5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FECED5, 5px 5px 20px red">Text here.</p>
This text has shadow with #FECED5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FECED5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FECED5, Direction=45, Strength=4)">Text</p>
This text has shadow with #FECED5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FECED5;
-webkit-box-shadow: 1px 1px 3px 2px #FECED5;
box-shadow: 1px 1px 3px 2px #FECED5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FECED5; -webkit-box-shadow: 1px 1px 3px 2px #FECED5; box-shadow:1px 1px 3px 2px #FECED5;">
Div content here
</div>
This text has color #FECED5 on black background.
This text has color #FECED5 on white background.
This text has black color on #FECED5 background.
This text has white color on #FECED5 background.
Complementary color for #hex is #01312A.