HEX: #FAE7DB
RGB: (250,231,219)
#FAE7DB contains red, green and blue colors in about the same proportion. Web safe color of #FAE7DB is #FFFFCC (or #FFC).
#FAE7DB color RGB value is (250,231,219).
RGB: (250,231,219)
(98%, 91%, 86%)
R 250 of 255 = 98%
G 231 of 255 = 91%
B 219 of 255 = 86%
R + G + B ~ 92%. #FAE7DB is light color.
R + G + B = 250 + 231 + 219 = 700 (100%)
R 250 of 700 ~ 35.71%
G 231 of 700 ~ 33%
B 219 of 700 ~ 31.29'%
#FAE7DB color CMYK value is (0,8,12,2).
CMYK: (0,8,12,2)
C0M8Y12K2 (0%, 8%, 12%, 2%)
(0.00 / 0.08 / 0.12 / 0.02)
Color #FAE7DB in popluar color models
FA | E7 | DB | |
---|---|---|---|
RGB | 250 | 231 | 219 |
HSL | 23° | 75.61% | 91.96% |
HSB/HSV | 23° | 12.40% | 98.04% |
CMYK | 0.00% | 7.60% | 12.40% |
1.96% |
Color #FAE7DB in popluar number systems.
HEX | FA | E7 | DB |
Decimal | 250 | 231 | 219 |
Binary | 11111010 | 11100111 | 11011011 |
Octal | 372 | 347 | 333 |
Shades of #FAE7DB
Tints of #FAE7DB
Examples of css and html codes for elements with #FAE7DB color. Also use rgb(250,231,219) instead hex code.
.myTextColor { color: #FAE7DB; }
<p style="color:#FAE7DB">This sample text font color is #FAE7DB.</p>
This text font color is #FAE7DB.
.myBgColor { background-color: #FAE7DB; }
<div style="background-color:#FAE7DB">Inner text</div>
This div background color is #FAE7DB.
.myBorderColor { border: 1px solid #FAE7DB; }
<div style="border:3px solid #FAE7DB">Div</div>
This div border color is #FAE7DB.
.myOpacity80 { color: #FAE7DB; opacity: 0.8; }
<p style="color:#FAE7DB;opacity:0.8;">80%</p>
Text with #FAE7DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAE7DB;}
<p style="text-shadow: 3px 3px 1px #FAE7DB">Text here.</p>
This text has shadow with #FAE7DB color.
.textShadow {text-shadow: 3px 3px 1px #FAE7DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAE7DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAE7DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAE7DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAE7DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAE7DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAE7DB;
-webkit-box-shadow: 1px 1px 3px 2px #FAE7DB;
box-shadow: 1px 1px 3px 2px #FAE7DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAE7DB; -webkit-box-shadow: 1px 1px 3px 2px #FAE7DB; box-shadow:1px 1px 3px 2px #FAE7DB;">
Div content here
</div>
This text has color #FAE7DB on black background.
This text has color #FAE7DB on white background.
This text has black color on #FAE7DB background.
This text has white color on #FAE7DB background.
Complementary color for #hex is #051824.