HEX: #FAF9EF
RGB: (250,249,239)
#FAF9EF contains red, green and blue colors in about the same proportion. Web safe color of #FAF9EF is #FFFFFF (or #FFF).
#FAF9EF color RGB value is (250,249,239).
RGB: (250,249,239)
(98%, 98%, 94%)
R 250 of 255 = 98%
G 249 of 255 = 98%
B 239 of 255 = 94%
R + G + B ~ 97%. #FAF9EF is light color.
R + G + B = 250 + 249 + 239 = 738 (100%)
R 250 of 738 ~ 33.88%
G 249 of 738 ~ 33.74%
B 239 of 738 ~ 32.38'%
#FAF9EF color CMYK value is (0,0,4,2).
CMYK: (0,0,4,2)
C0M0Y4K2 (0%, 0%, 4%, 2%)
(0.00 / 0.00 / 0.04 / 0.02)
Color #FAF9EF in popluar color models
FA | F9 | EF | |
---|---|---|---|
RGB | 250 | 249 | 239 |
HSL | 55° | 52.38% | 95.88% |
HSB/HSV | 55° | 4.40% | 98.04% |
CMYK | 0.00% | 0.40% | 4.40% |
1.96% |
Color #FAF9EF in popluar number systems.
HEX | FA | F9 | EF |
Decimal | 250 | 249 | 239 |
Binary | 11111010 | 11111001 | 11101111 |
Octal | 372 | 371 | 357 |
Shades of #FAF9EF
Tints of #FAF9EF
Examples of css and html codes for elements with #FAF9EF color. Also use rgb(250,249,239) instead hex code.
.myTextColor { color: #FAF9EF; }
<p style="color:#FAF9EF">This sample text font color is #FAF9EF.</p>
This text font color is #FAF9EF.
.myBgColor { background-color: #FAF9EF; }
<div style="background-color:#FAF9EF">Inner text</div>
This div background color is #FAF9EF.
.myBorderColor { border: 1px solid #FAF9EF; }
<div style="border:3px solid #FAF9EF">Div</div>
This div border color is #FAF9EF.
.myOpacity80 { color: #FAF9EF; opacity: 0.8; }
<p style="color:#FAF9EF;opacity:0.8;">80%</p>
Text with #FAF9EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAF9EF;}
<p style="text-shadow: 3px 3px 1px #FAF9EF">Text here.</p>
This text has shadow with #FAF9EF color.
.textShadow {text-shadow: 3px 3px 1px #FAF9EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAF9EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAF9EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAF9EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAF9EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAF9EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAF9EF;
-webkit-box-shadow: 1px 1px 3px 2px #FAF9EF;
box-shadow: 1px 1px 3px 2px #FAF9EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAF9EF; -webkit-box-shadow: 1px 1px 3px 2px #FAF9EF; box-shadow:1px 1px 3px 2px #FAF9EF;">
Div content here
</div>
This text has color #FAF9EF on black background.
This text has color #FAF9EF on white background.
This text has black color on #FAF9EF background.
This text has white color on #FAF9EF background.
Complementary color for #hex is #050610.