HEX: #F0D9ED
RGB: (240,217,237)
#F0D9ED contains red, green and blue colors in about the same proportion. Web safe color of #F0D9ED is #FFCCFF (or #FCF).
#F0D9ED color RGB value is (240,217,237).
RGB: (240,217,237)
(94%, 85%, 93%)
R 240 of 255 = 94%
G 217 of 255 = 85%
B 237 of 255 = 93%
R + G + B ~ 91%. #F0D9ED is light color.
R + G + B = 240 + 217 + 237 = 694 (100%)
R 240 of 694 ~ 34.58%
G 217 of 694 ~ 31.27%
B 237 of 694 ~ 34.15'%
#F0D9ED color CMYK value is (0,10,1,6).
CMYK: (0,10,1,6) C0M10Y1K6 (0%,10%,1%,6%) (0.00/0.10/0.01/0.06)
Color #F0D9ED in popluar color models
F0 | D9 | ED | |
---|---|---|---|
RGB | 240 | 217 | 237 |
HSL | 308° | 43.40% | 89.61% |
HSB/HSV | 308° | 9.58% | 94.12% |
CMYK | 0.00% | 9.58% | 1.25% |
5.88% |
Color #F0D9ED in popluar number systems.
HEX | F0 | D9 | ED |
Decimal | 240 | 217 | 237 |
Binary | 11110000 | 11011001 | 11101101 |
Octal | 360 | 331 | 355 |
Shades of #F0D9ED
Tints of #F0D9ED
Examples of css and html codes for elements with #F0D9ED color. Also use rgb(240,217,237) instead hex code.
.myTextColor { color: #F0D9ED; }
<p style="color:#F0D9ED">This sample text font color is #F0D9ED.</p>
This text font color is #F0D9ED.
.myBgColor { background-color: #F0D9ED; }
<div style="background-color:#F0D9ED">Inner text</div>
This div background color is #F0D9ED.
.myBorderColor { border: 1px solid #F0D9ED; }
<div style="border:3px solid #F0D9ED">Div</div>
This div border color is #F0D9ED.
.myOpacity80 { color: #F0D9ED; opacity: 0.8; }
<p style="color:#F0D9ED;opacity:0.8;">80%</p>
Text with #F0D9ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0D9ED;}
<p style="text-shadow: 3px 3px 1px #F0D9ED">Text here.</p>
This text has shadow with #F0D9ED color.
.textShadow {text-shadow: 3px 3px 1px #F0D9ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0D9ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0D9ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0D9ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0D9ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0D9ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0D9ED;
-webkit-box-shadow: 1px 1px 3px 2px #F0D9ED;
box-shadow: 1px 1px 3px 2px #F0D9ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0D9ED; -webkit-box-shadow: 1px 1px 3px 2px #F0D9ED; box-shadow:1px 1px 3px 2px #F0D9ED;">
Div content here
</div>
This text has color #F0D9ED on black background.
This text has color #F0D9ED on white background.
This text has black color on #F0D9ED background.
This text has white color on #F0D9ED background.
Complementary color for #hex is #0F2612.