HEX: #F9DFED
RGB: (249,223,237)
#F9DFED contains red, green and blue colors in about the same proportion. Web safe color of #F9DFED is #FFCCFF (or #FCF).
#F9DFED color RGB value is (249,223,237).
RGB: (249,223,237)
(98%, 87%, 93%)
R 249 of 255 = 98%
G 223 of 255 = 87%
B 237 of 255 = 93%
R + G + B ~ 93%. #F9DFED is light color.
R + G + B = 249 + 223 + 237 = 709 (100%)
R 249 of 709 ~ 35.12%
G 223 of 709 ~ 31.45%
B 237 of 709 ~ 33.43'%
#F9DFED color CMYK value is (0,10,5,2).
CMYK: (0,10,5,2) C0M10Y5K2 (0%,10%,5%,2%) (0.00/0.10/0.05/0.02)
Color #F9DFED in popluar color models
F9 | DF | ED | |
---|---|---|---|
RGB | 249 | 223 | 237 |
HSL | 328° | 68.42% | 92.55% |
HSB/HSV | 328° | 10.44% | 97.65% |
CMYK | 0.00% | 10.44% | 4.82% |
2.35% |
Color #F9DFED in popluar number systems.
HEX | F9 | DF | ED |
Decimal | 249 | 223 | 237 |
Binary | 11111001 | 11011111 | 11101101 |
Octal | 371 | 337 | 355 |
Shades of #F9DFED
Tints of #F9DFED
Examples of css and html codes for elements with #F9DFED color. Also use rgb(249,223,237) instead hex code.
.myTextColor { color: #F9DFED; }
<p style="color:#F9DFED">This sample text font color is #F9DFED.</p>
This text font color is #F9DFED.
.myBgColor { background-color: #F9DFED; }
<div style="background-color:#F9DFED">Inner text</div>
This div background color is #F9DFED.
.myBorderColor { border: 1px solid #F9DFED; }
<div style="border:3px solid #F9DFED">Div</div>
This div border color is #F9DFED.
.myOpacity80 { color: #F9DFED; opacity: 0.8; }
<p style="color:#F9DFED;opacity:0.8;">80%</p>
Text with #F9DFED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9DFED;}
<p style="text-shadow: 3px 3px 1px #F9DFED">Text here.</p>
This text has shadow with #F9DFED color.
.textShadow {text-shadow: 3px 3px 1px #F9DFED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9DFED, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9DFED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9DFED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9DFED, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9DFED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9DFED;
-webkit-box-shadow: 1px 1px 3px 2px #F9DFED;
box-shadow: 1px 1px 3px 2px #F9DFED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9DFED; -webkit-box-shadow: 1px 1px 3px 2px #F9DFED; box-shadow:1px 1px 3px 2px #F9DFED;">
Div content here
</div>
This text has color #F9DFED on black background.
This text has color #F9DFED on white background.
This text has black color on #F9DFED background.
This text has white color on #F9DFED background.
Complementary color for #hex is #062012.