HEX: #F9D5FA
RGB: (249,213,250)
#F9D5FA contains red, green and blue colors in about the same proportion. Web safe color of #F9D5FA is #FFCCFF (or #FCF).
#F9D5FA color RGB value is (249,213,250).
RGB: (249,213,250)
(98%, 84%, 98%)
R 249 of 255 = 98%
G 213 of 255 = 84%
B 250 of 255 = 98%
R + G + B ~ 93%. #F9D5FA is light color.
R + G + B = 249 + 213 + 250 = 712 (100%)
R 249 of 712 ~ 34.97%
G 213 of 712 ~ 29.92%
B 250 of 712 ~ 35.11'%
#F9D5FA color CMYK value is (0,15,0,2).
CMYK: (0,15,0,2)
C0M15Y0K2 (0%, 15%, 0%, 2%)
(0.00 / 0.15 / 0.00 / 0.02)
Color #F9D5FA in popluar color models
F9 | D5 | FA | |
---|---|---|---|
RGB | 249 | 213 | 250 |
HSL | 298° | 78.72% | 90.78% |
HSB/HSV | 298° | 14.80% | 98.04% |
CMYK | 0.40% | 14.80% | 0.00% |
1.96% |
Color #F9D5FA in popluar number systems.
HEX | F9 | D5 | FA |
Decimal | 249 | 213 | 250 |
Binary | 11111001 | 11010101 | 11111010 |
Octal | 371 | 325 | 372 |
Shades of #F9D5FA
Tints of #F9D5FA
Examples of css and html codes for elements with #F9D5FA color. Also use rgb(249,213,250) instead hex code.
.myTextColor { color: #F9D5FA; }
<p style="color:#F9D5FA">This sample text font color is #F9D5FA.</p>
This text font color is #F9D5FA.
.myBgColor { background-color: #F9D5FA; }
<div style="background-color:#F9D5FA">Inner text</div>
This div background color is #F9D5FA.
.myBorderColor { border: 1px solid #F9D5FA; }
<div style="border:3px solid #F9D5FA">Div</div>
This div border color is #F9D5FA.
.myOpacity80 { color: #F9D5FA; opacity: 0.8; }
<p style="color:#F9D5FA;opacity:0.8;">80%</p>
Text with #F9D5FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9D5FA;}
<p style="text-shadow: 3px 3px 1px #F9D5FA">Text here.</p>
This text has shadow with #F9D5FA color.
.textShadow {text-shadow: 3px 3px 1px #F9D5FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9D5FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9D5FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9D5FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9D5FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9D5FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9D5FA;
-webkit-box-shadow: 1px 1px 3px 2px #F9D5FA;
box-shadow: 1px 1px 3px 2px #F9D5FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9D5FA; -webkit-box-shadow: 1px 1px 3px 2px #F9D5FA; box-shadow:1px 1px 3px 2px #F9D5FA;">
Div content here
</div>
This text has color #F9D5FA on black background.
This text has color #F9D5FA on white background.
This text has black color on #F9D5FA background.
This text has white color on #F9D5FA background.
Complementary color for #hex is #062A05.