HEX: #FEDDF9
RGB: (254,221,249)
#FEDDF9 contains red, green and blue colors in about the same proportion. Web safe color of #FEDDF9 is #FFCCFF (or #FCF).
#FEDDF9 color RGB value is (254,221,249).
RGB: (254,221,249)
(100%, 87%, 98%)
R 254 of 255 = 100%
G 221 of 255 = 87%
B 249 of 255 = 98%
R + G + B ~ 95%. #FEDDF9 is light color.
R + G + B = 254 + 221 + 249 = 724 (100%)
R 254 of 724 ~ 35.08%
G 221 of 724 ~ 30.52%
B 249 of 724 ~ 34.39'%
#FEDDF9 color CMYK value is (0,13,2,0).
CMYK: (0,13,2,0)
C0M13Y2K0 (0%, 13%, 2%, 0%)
(0.00 / 0.13 / 0.02 / 0.00)
Color #FEDDF9 in popluar color models
FE | DD | F9 | |
---|---|---|---|
RGB | 254 | 221 | 249 |
HSL | 309° | 94.29% | 93.14% |
HSB/HSV | 309° | 12.99% | 99.61% |
CMYK | 0.00% | 12.99% | 1.97% |
0.39% |
Color #FEDDF9 in popluar number systems.
HEX | FE | DD | F9 |
Decimal | 254 | 221 | 249 |
Binary | 11111110 | 11011101 | 11111001 |
Octal | 376 | 335 | 371 |
Shades of #FEDDF9
Tints of #FEDDF9
Examples of css and html codes for elements with #FEDDF9 color. Also use rgb(254,221,249) instead hex code.
.myTextColor { color: #FEDDF9; }
<p style="color:#FEDDF9">This sample text font color is #FEDDF9.</p>
This text font color is #FEDDF9.
.myBgColor { background-color: #FEDDF9; }
<div style="background-color:#FEDDF9">Inner text</div>
This div background color is #FEDDF9.
.myBorderColor { border: 1px solid #FEDDF9; }
<div style="border:3px solid #FEDDF9">Div</div>
This div border color is #FEDDF9.
.myOpacity80 { color: #FEDDF9; opacity: 0.8; }
<p style="color:#FEDDF9;opacity:0.8;">80%</p>
Text with #FEDDF9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEDDF9;}
<p style="text-shadow: 3px 3px 1px #FEDDF9">Text here.</p>
This text has shadow with #FEDDF9 color.
.textShadow {text-shadow: 3px 3px 1px #FEDDF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEDDF9, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEDDF9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEDDF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEDDF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEDDF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEDDF9;
-webkit-box-shadow: 1px 1px 3px 2px #FEDDF9;
box-shadow: 1px 1px 3px 2px #FEDDF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEDDF9; -webkit-box-shadow: 1px 1px 3px 2px #FEDDF9; box-shadow:1px 1px 3px 2px #FEDDF9;">
Div content here
</div>
This text has color #FEDDF9 on black background.
This text has color #FEDDF9 on white background.
This text has black color on #FEDDF9 background.
This text has white color on #FEDDF9 background.
Complementary color for #hex is #012206.