HEX: #F9EBCF
RGB: (249,235,207)
#F9EBCF contains red, green and blue colors in about the same proportion. Web safe color of #F9EBCF is #FFFFCC (or #FFC).
#F9EBCF color RGB value is (249,235,207).
RGB: (249,235,207)
(98%, 92%, 81%)
R 249 of 255 = 98%
G 235 of 255 = 92%
B 207 of 255 = 81%
R + G + B ~ 90%. #F9EBCF is light color.
R + G + B = 249 + 235 + 207 = 691 (100%)
R 249 of 691 ~ 36.03%
G 235 of 691 ~ 34.01%
B 207 of 691 ~ 29.96'%
#F9EBCF color CMYK value is (0,6,17,2).
CMYK: (0,6,17,2)
C0M6Y17K2 (0%, 6%, 17%, 2%)
(0.00 / 0.06 / 0.17 / 0.02)
Color #F9EBCF in popluar color models
F9 | EB | CF | |
---|---|---|---|
RGB | 249 | 235 | 207 |
HSL | 40° | 77.78% | 89.41% |
HSB/HSV | 40° | 16.87% | 97.65% |
CMYK | 0.00% | 5.62% | 16.87% |
2.35% |
Color #F9EBCF in popluar number systems.
HEX | F9 | EB | CF |
Decimal | 249 | 235 | 207 |
Binary | 11111001 | 11101011 | 11001111 |
Octal | 371 | 353 | 317 |
Shades of #F9EBCF
Tints of #F9EBCF
Examples of css and html codes for elements with #F9EBCF color. Also use rgb(249,235,207) instead hex code.
.myTextColor { color: #F9EBCF; }
<p style="color:#F9EBCF">This sample text font color is #F9EBCF.</p>
This text font color is #F9EBCF.
.myBgColor { background-color: #F9EBCF; }
<div style="background-color:#F9EBCF">Inner text</div>
This div background color is #F9EBCF.
.myBorderColor { border: 1px solid #F9EBCF; }
<div style="border:3px solid #F9EBCF">Div</div>
This div border color is #F9EBCF.
.myOpacity80 { color: #F9EBCF; opacity: 0.8; }
<p style="color:#F9EBCF;opacity:0.8;">80%</p>
Text with #F9EBCF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9EBCF;}
<p style="text-shadow: 3px 3px 1px #F9EBCF">Text here.</p>
This text has shadow with #F9EBCF color.
.textShadow {text-shadow: 3px 3px 1px #F9EBCF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9EBCF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9EBCF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9EBCF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9EBCF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9EBCF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9EBCF;
-webkit-box-shadow: 1px 1px 3px 2px #F9EBCF;
box-shadow: 1px 1px 3px 2px #F9EBCF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9EBCF; -webkit-box-shadow: 1px 1px 3px 2px #F9EBCF; box-shadow:1px 1px 3px 2px #F9EBCF;">
Div content here
</div>
This text has color #F9EBCF on black background.
This text has color #F9EBCF on white background.
This text has black color on #F9EBCF background.
This text has white color on #F9EBCF background.
Complementary color for #hex is #061430.