HEX: #F9FADA
RGB: (249,250,218)
#F9FADA contains red, green and blue colors in about the same proportion. Web safe color of #F9FADA is #FFFFCC (or #FFC).
#F9FADA color RGB value is (249,250,218).
RGB: (249,250,218)
(98%, 98%, 85%)
R 249 of 255 = 98%
G 250 of 255 = 98%
B 218 of 255 = 85%
R + G + B ~ 94%. #F9FADA is light color.
R + G + B = 249 + 250 + 218 = 717 (100%)
R 249 of 717 ~ 34.73%
G 250 of 717 ~ 34.87%
B 218 of 717 ~ 30.4'%
#F9FADA color CMYK value is (0,0,13,2).
CMYK: (0,0,13,2)
C0M0Y13K2 (0%, 0%, 13%, 2%)
(0.00 / 0.00 / 0.13 / 0.02)
Color #F9FADA in popluar color models
F9 | FA | DA | |
---|---|---|---|
RGB | 249 | 250 | 218 |
HSL | 62° | 76.19% | 91.76% |
HSB/HSV | 62° | 12.80% | 98.04% |
CMYK | 0.40% | 0.00% | 12.80% |
1.96% |
Color #F9FADA in popluar number systems.
HEX | F9 | FA | DA |
Decimal | 249 | 250 | 218 |
Binary | 11111001 | 11111010 | 11011010 |
Octal | 371 | 372 | 332 |
Shades of #F9FADA
Tints of #F9FADA
Examples of css and html codes for elements with #F9FADA color. Also use rgb(249,250,218) instead hex code.
.myTextColor { color: #F9FADA; }
<p style="color:#F9FADA">This sample text font color is #F9FADA.</p>
This text font color is #F9FADA.
.myBgColor { background-color: #F9FADA; }
<div style="background-color:#F9FADA">Inner text</div>
This div background color is #F9FADA.
.myBorderColor { border: 1px solid #F9FADA; }
<div style="border:3px solid #F9FADA">Div</div>
This div border color is #F9FADA.
.myOpacity80 { color: #F9FADA; opacity: 0.8; }
<p style="color:#F9FADA;opacity:0.8;">80%</p>
Text with #F9FADA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9FADA;}
<p style="text-shadow: 3px 3px 1px #F9FADA">Text here.</p>
This text has shadow with #F9FADA color.
.textShadow {text-shadow: 3px 3px 1px #F9FADA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9FADA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9FADA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9FADA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9FADA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9FADA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9FADA;
-webkit-box-shadow: 1px 1px 3px 2px #F9FADA;
box-shadow: 1px 1px 3px 2px #F9FADA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9FADA; -webkit-box-shadow: 1px 1px 3px 2px #F9FADA; box-shadow:1px 1px 3px 2px #F9FADA;">
Div content here
</div>
This text has color #F9FADA on black background.
This text has color #F9FADA on white background.
This text has black color on #F9FADA background.
This text has white color on #F9FADA background.
Complementary color for #hex is #060525.