HEX: #FAEDBC
RGB: (250,237,188)
#FAEDBC contains mainly red and green colors. Web safe color of #FAEDBC is #FFFFCC (or #FFC).
#FAEDBC color RGB value is (250,237,188).
RGB: (250,237,188)
(98%, 93%, 74%)
R 250 of 255 = 98%
G 237 of 255 = 93%
B 188 of 255 = 74%
R + G + B ~ 88%. #FAEDBC is light color.
R + G + B = 250 + 237 + 188 = 675 (100%)
R 250 of 675 ~ 37.04%
G 237 of 675 ~ 35.11%
B 188 of 675 ~ 27.85'%
#FAEDBC color CMYK value is (0,5,25,2).
CMYK: (0,5,25,2) C0M5Y25K2 (0%,5%,25%,2%) (0.00/0.05/0.25/0.02)
Color #FAEDBC in popluar color models
FA | ED | BC | |
---|---|---|---|
RGB | 250 | 237 | 188 |
HSL | 47° | 86.11% | 85.88% |
HSB/HSV | 47° | 24.80% | 98.04% |
CMYK | 0.00% | 5.20% | 24.80% |
1.96% |
Color #FAEDBC in popluar number systems.
HEX | FA | ED | BC |
Decimal | 250 | 237 | 188 |
Binary | 11111010 | 11101101 | 10111100 |
Octal | 372 | 355 | 274 |
Shades of #FAEDBC
Tints of #FAEDBC
Examples of css and html codes for elements with #FAEDBC color. Also use rgb(250,237,188) instead hex code.
.myTextColor { color: #FAEDBC; }
<p style="color:#FAEDBC">This sample text font color is #FAEDBC.</p>
This text font color is #FAEDBC.
.myBgColor { background-color: #FAEDBC; }
<div style="background-color:#FAEDBC">Inner text</div>
This div background color is #FAEDBC.
.myBorderColor { border: 1px solid #FAEDBC; }
<div style="border:3px solid #FAEDBC">Div</div>
This div border color is #FAEDBC.
.myOpacity80 { color: #FAEDBC; opacity: 0.8; }
<p style="color:#FAEDBC;opacity:0.8;">80%</p>
Text with #FAEDBC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAEDBC;}
<p style="text-shadow: 3px 3px 1px #FAEDBC">Text here.</p>
This text has shadow with #FAEDBC color.
.textShadow {text-shadow: 3px 3px 1px #FAEDBC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAEDBC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAEDBC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAEDBC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAEDBC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAEDBC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAEDBC;
-webkit-box-shadow: 1px 1px 3px 2px #FAEDBC;
box-shadow: 1px 1px 3px 2px #FAEDBC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAEDBC; -webkit-box-shadow: 1px 1px 3px 2px #FAEDBC; box-shadow:1px 1px 3px 2px #FAEDBC;">
Div content here
</div>
This text has color #FAEDBC on black background.
This text has color #FAEDBC on white background.
This text has black color on #FAEDBC background.
This text has white color on #FAEDBC background.
Complementary color for #hex is #051243.