HEX: #F9DAFB
RGB: (249,218,251)
#F9DAFB contains red, green and blue colors in about the same proportion. Web safe color of #F9DAFB is #FFCCFF (or #FCF).
#F9DAFB color RGB value is (249,218,251).
RGB: (249,218,251)
(98%, 85%, 98%)
R 249 of 255 = 98%
G 218 of 255 = 85%
B 251 of 255 = 98%
R + G + B ~ 94%. #F9DAFB is light color.
R + G + B = 249 + 218 + 251 = 718 (100%)
R 249 of 718 ~ 34.68%
G 218 of 718 ~ 30.36%
B 251 of 718 ~ 34.96'%
#F9DAFB color CMYK value is (1,13,0,2).
CMYK: (1,13,0,2) C1M13Y0K2 (1%,13%,0%,2%) (0.01/0.13/0.00/0.02)
Color #F9DAFB in popluar color models
F9 | DA | FB | |
---|---|---|---|
RGB | 249 | 218 | 251 |
HSL | 296° | 80.49% | 91.96% |
HSB/HSV | 296° | 13.15% | 98.43% |
CMYK | 0.80% | 13.15% | 0.00% |
1.57% |
Color #F9DAFB in popluar number systems.
HEX | F9 | DA | FB |
Decimal | 249 | 218 | 251 |
Binary | 11111001 | 11011010 | 11111011 |
Octal | 371 | 332 | 373 |
Shades of #F9DAFB
Tints of #F9DAFB
Examples of css and html codes for elements with #F9DAFB color. Also use rgb(249,218,251) instead hex code.
.myTextColor { color: #F9DAFB; }
<p style="color:#F9DAFB">This sample text font color is #F9DAFB.</p>
This text font color is #F9DAFB.
.myBgColor { background-color: #F9DAFB; }
<div style="background-color:#F9DAFB">Inner text</div>
This div background color is #F9DAFB.
.myBorderColor { border: 1px solid #F9DAFB; }
<div style="border:3px solid #F9DAFB">Div</div>
This div border color is #F9DAFB.
.myOpacity80 { color: #F9DAFB; opacity: 0.8; }
<p style="color:#F9DAFB;opacity:0.8;">80%</p>
Text with #F9DAFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9DAFB;}
<p style="text-shadow: 3px 3px 1px #F9DAFB">Text here.</p>
This text has shadow with #F9DAFB color.
.textShadow {text-shadow: 3px 3px 1px #F9DAFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9DAFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9DAFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9DAFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9DAFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9DAFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9DAFB;
-webkit-box-shadow: 1px 1px 3px 2px #F9DAFB;
box-shadow: 1px 1px 3px 2px #F9DAFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9DAFB; -webkit-box-shadow: 1px 1px 3px 2px #F9DAFB; box-shadow:1px 1px 3px 2px #F9DAFB;">
Div content here
</div>
This text has color #F9DAFB on black background.
This text has color #F9DAFB on white background.
This text has black color on #F9DAFB background.
This text has white color on #F9DAFB background.
Complementary color for #hex is #062504.