HEX: #F9FFDA
RGB: (249,255,218)
#F9FFDA contains red, green and blue colors in about the same proportion. Web safe color of #F9FFDA is #FFFFCC (or #FFC).
#F9FFDA color RGB value is (249,255,218).
RGB: (249,255,218)
(98%, 100%, 85%)
R 249 of 255 = 98%
G 255 of 255 = 100%
B 218 of 255 = 85%
R + G + B ~ 94%. #F9FFDA is light color.
R + G + B = 249 + 255 + 218 = 722 (100%)
R 249 of 722 ~ 34.49%
G 255 of 722 ~ 35.32%
B 218 of 722 ~ 30.19'%
#F9FFDA color CMYK value is (2,0,15,0).
CMYK: (2,0,15,0) C2M0Y15K0 (2%,0%,15%,0%) (0.02/0.00/0.15/0.00)
Color #F9FFDA in popluar color models
F9 | FF | DA | |
---|---|---|---|
RGB | 249 | 255 | 218 |
HSL | 70° | 100.00% | 92.75% |
HSB/HSV | 70° | 14.51% | 100.00% |
CMYK | 2.35% | 0.00% | 14.51% |
0.00% |
Color #F9FFDA in popluar number systems.
HEX | F9 | FF | DA |
Decimal | 249 | 255 | 218 |
Binary | 11111001 | 11111111 | 11011010 |
Octal | 371 | 377 | 332 |
Shades of #F9FFDA
Tints of #F9FFDA
Examples of css and html codes for elements with #F9FFDA color. Also use rgb(249,255,218) instead hex code.
.myTextColor { color: #F9FFDA; }
<p style="color:#F9FFDA">This sample text font color is #F9FFDA.</p>
This text font color is #F9FFDA.
.myBgColor { background-color: #F9FFDA; }
<div style="background-color:#F9FFDA">Inner text</div>
This div background color is #F9FFDA.
.myBorderColor { border: 1px solid #F9FFDA; }
<div style="border:3px solid #F9FFDA">Div</div>
This div border color is #F9FFDA.
.myOpacity80 { color: #F9FFDA; opacity: 0.8; }
<p style="color:#F9FFDA;opacity:0.8;">80%</p>
Text with #F9FFDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9FFDA;}
<p style="text-shadow: 3px 3px 1px #F9FFDA">Text here.</p>
This text has shadow with #F9FFDA color.
.textShadow {text-shadow: 3px 3px 1px #F9FFDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9FFDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9FFDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9FFDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9FFDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9FFDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9FFDA;
-webkit-box-shadow: 1px 1px 3px 2px #F9FFDA;
box-shadow: 1px 1px 3px 2px #F9FFDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9FFDA; -webkit-box-shadow: 1px 1px 3px 2px #F9FFDA; box-shadow:1px 1px 3px 2px #F9FFDA;">
Div content here
</div>
This text has color #F9FFDA on black background.
This text has color #F9FFDA on white background.
This text has black color on #F9FFDA background.
This text has white color on #F9FFDA background.
Complementary color for #hex is #060025.