HEX: #F9DDEF
RGB: (249,221,239)
#F9DDEF contains red, green and blue colors in about the same proportion. Web safe color of #F9DDEF is #FFCCFF (or #FCF).
#F9DDEF color RGB value is (249,221,239).
RGB: (249,221,239)
(98%, 87%, 94%)
R 249 of 255 = 98%
G 221 of 255 = 87%
B 239 of 255 = 94%
R + G + B ~ 93%. #F9DDEF is light color.
R + G + B = 249 + 221 + 239 = 709 (100%)
R 249 of 709 ~ 35.12%
G 221 of 709 ~ 31.17%
B 239 of 709 ~ 33.71'%
#F9DDEF color CMYK value is (0,11,4,2).
CMYK: (0,11,4,2)
C0M11Y4K2 (0%, 11%, 4%, 2%)
(0.00 / 0.11 / 0.04 / 0.02)
Color #F9DDEF in popluar color models
F9 | DD | EF | |
---|---|---|---|
RGB | 249 | 221 | 239 |
HSL | 321° | 70.00% | 92.16% |
HSB/HSV | 321° | 11.24% | 97.65% |
CMYK | 0.00% | 11.24% | 4.02% |
2.35% |
Color #F9DDEF in popluar number systems.
HEX | F9 | DD | EF |
Decimal | 249 | 221 | 239 |
Binary | 11111001 | 11011101 | 11101111 |
Octal | 371 | 335 | 357 |
Shades of #F9DDEF
Tints of #F9DDEF
Examples of css and html codes for elements with #F9DDEF color. Also use rgb(249,221,239) instead hex code.
.myTextColor { color: #F9DDEF; }
<p style="color:#F9DDEF">This sample text font color is #F9DDEF.</p>
This text font color is #F9DDEF.
.myBgColor { background-color: #F9DDEF; }
<div style="background-color:#F9DDEF">Inner text</div>
This div background color is #F9DDEF.
.myBorderColor { border: 1px solid #F9DDEF; }
<div style="border:3px solid #F9DDEF">Div</div>
This div border color is #F9DDEF.
.myOpacity80 { color: #F9DDEF; opacity: 0.8; }
<p style="color:#F9DDEF;opacity:0.8;">80%</p>
Text with #F9DDEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9DDEF;}
<p style="text-shadow: 3px 3px 1px #F9DDEF">Text here.</p>
This text has shadow with #F9DDEF color.
.textShadow {text-shadow: 3px 3px 1px #F9DDEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9DDEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9DDEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9DDEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9DDEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9DDEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9DDEF;
-webkit-box-shadow: 1px 1px 3px 2px #F9DDEF;
box-shadow: 1px 1px 3px 2px #F9DDEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9DDEF; -webkit-box-shadow: 1px 1px 3px 2px #F9DDEF; box-shadow:1px 1px 3px 2px #F9DDEF;">
Div content here
</div>
This text has color #F9DDEF on black background.
This text has color #F9DDEF on white background.
This text has black color on #F9DDEF background.
This text has white color on #F9DDEF background.
Complementary color for #hex is #062210.