HEX: #F9DBEE
RGB: (249,219,238)
#F9DBEE contains red, green and blue colors in about the same proportion. Web safe color of #F9DBEE is #FFCCFF (or #FCF).
#F9DBEE color RGB value is (249,219,238).
RGB: (249,219,238)
(98%, 86%, 93%)
R 249 of 255 = 98%
G 219 of 255 = 86%
B 238 of 255 = 93%
R + G + B ~ 92%. #F9DBEE is light color.
R + G + B = 249 + 219 + 238 = 706 (100%)
R 249 of 706 ~ 35.27%
G 219 of 706 ~ 31.02%
B 238 of 706 ~ 33.71'%
#F9DBEE color CMYK value is (0,12,4,2).
CMYK: (0,12,4,2) C0M12Y4K2 (0%,12%,4%,2%) (0.00/0.12/0.04/0.02)
Color #F9DBEE in popluar color models
F9 | DB | EE | |
---|---|---|---|
RGB | 249 | 219 | 238 |
HSL | 322° | 71.43% | 91.76% |
HSB/HSV | 322° | 12.05% | 97.65% |
CMYK | 0.00% | 12.05% | 4.42% |
2.35% |
Color #F9DBEE in popluar number systems.
HEX | F9 | DB | EE |
Decimal | 249 | 219 | 238 |
Binary | 11111001 | 11011011 | 11101110 |
Octal | 371 | 333 | 356 |
Shades of #F9DBEE
Tints of #F9DBEE
Examples of css and html codes for elements with #F9DBEE color. Also use rgb(249,219,238) instead hex code.
.myTextColor { color: #F9DBEE; }
<p style="color:#F9DBEE">This sample text font color is #F9DBEE.</p>
This text font color is #F9DBEE.
.myBgColor { background-color: #F9DBEE; }
<div style="background-color:#F9DBEE">Inner text</div>
This div background color is #F9DBEE.
.myBorderColor { border: 1px solid #F9DBEE; }
<div style="border:3px solid #F9DBEE">Div</div>
This div border color is #F9DBEE.
.myOpacity80 { color: #F9DBEE; opacity: 0.8; }
<p style="color:#F9DBEE;opacity:0.8;">80%</p>
Text with #F9DBEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9DBEE;}
<p style="text-shadow: 3px 3px 1px #F9DBEE">Text here.</p>
This text has shadow with #F9DBEE color.
.textShadow {text-shadow: 3px 3px 1px #F9DBEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9DBEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9DBEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9DBEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9DBEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9DBEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9DBEE;
-webkit-box-shadow: 1px 1px 3px 2px #F9DBEE;
box-shadow: 1px 1px 3px 2px #F9DBEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9DBEE; -webkit-box-shadow: 1px 1px 3px 2px #F9DBEE; box-shadow:1px 1px 3px 2px #F9DBEE;">
Div content here
</div>
This text has color #F9DBEE on black background.
This text has color #F9DBEE on white background.
This text has black color on #F9DBEE background.
This text has white color on #F9DBEE background.
Complementary color for #hex is #062411.