HEX: #FAF6ED
RGB: (250,246,237)
#FAF6ED contains red, green and blue colors in about the same proportion. Web safe color of #FAF6ED is #FFFFFF (or #FFF).
#FAF6ED color RGB value is (250,246,237).
RGB: (250,246,237)
(98%, 96%, 93%)
R 250 of 255 = 98%
G 246 of 255 = 96%
B 237 of 255 = 93%
R + G + B ~ 96%. #FAF6ED is light color.
R + G + B = 250 + 246 + 237 = 733 (100%)
R 250 of 733 ~ 34.11%
G 246 of 733 ~ 33.56%
B 237 of 733 ~ 32.33'%
#FAF6ED color CMYK value is (0,2,5,2).
CMYK: (0,2,5,2)
C0M2Y5K2 (0%, 2%, 5%, 2%)
(0.00 / 0.02 / 0.05 / 0.02)
Color #FAF6ED in popluar color models
FA | F6 | ED | |
---|---|---|---|
RGB | 250 | 246 | 237 |
HSL | 42° | 56.52% | 95.49% |
HSB/HSV | 42° | 5.20% | 98.04% |
CMYK | 0.00% | 1.60% | 5.20% |
1.96% |
Color #FAF6ED in popluar number systems.
HEX | FA | F6 | ED |
Decimal | 250 | 246 | 237 |
Binary | 11111010 | 11110110 | 11101101 |
Octal | 372 | 366 | 355 |
Shades of #FAF6ED
Tints of #FAF6ED
Examples of css and html codes for elements with #FAF6ED color. Also use rgb(250,246,237) instead hex code.
.myTextColor { color: #FAF6ED; }
<p style="color:#FAF6ED">This sample text font color is #FAF6ED.</p>
This text font color is #FAF6ED.
.myBgColor { background-color: #FAF6ED; }
<div style="background-color:#FAF6ED">Inner text</div>
This div background color is #FAF6ED.
.myBorderColor { border: 1px solid #FAF6ED; }
<div style="border:3px solid #FAF6ED">Div</div>
This div border color is #FAF6ED.
.myOpacity80 { color: #FAF6ED; opacity: 0.8; }
<p style="color:#FAF6ED;opacity:0.8;">80%</p>
Text with #FAF6ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAF6ED;}
<p style="text-shadow: 3px 3px 1px #FAF6ED">Text here.</p>
This text has shadow with #FAF6ED color.
.textShadow {text-shadow: 3px 3px 1px #FAF6ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAF6ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAF6ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAF6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAF6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAF6ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAF6ED;
-webkit-box-shadow: 1px 1px 3px 2px #FAF6ED;
box-shadow: 1px 1px 3px 2px #FAF6ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAF6ED; -webkit-box-shadow: 1px 1px 3px 2px #FAF6ED; box-shadow:1px 1px 3px 2px #FAF6ED;">
Div content here
</div>
This text has color #FAF6ED on black background.
This text has color #FAF6ED on white background.
This text has black color on #FAF6ED background.
This text has white color on #FAF6ED background.
Complementary color for #hex is #050912.