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