HEX: #FAE2ED
RGB: (250,226,237)
#FAE2ED contains red, green and blue colors in about the same proportion. Web safe color of #FAE2ED is #FFCCFF (or #FCF).
#FAE2ED color RGB value is (250,226,237).
RGB: (250,226,237)
(98%, 89%, 93%)
R 250 of 255 = 98%
G 226 of 255 = 89%
B 237 of 255 = 93%
R + G + B ~ 93%. #FAE2ED is light color.
R + G + B = 250 + 226 + 237 = 713 (100%)
R 250 of 713 ~ 35.06%
G 226 of 713 ~ 31.7%
B 237 of 713 ~ 33.24'%
#FAE2ED color CMYK value is (0,10,5,2).
CMYK: (0,10,5,2)
C0M10Y5K2 (0%, 10%, 5%, 2%)
(0.00 / 0.10 / 0.05 / 0.02)
Color #FAE2ED in popluar color models
FA | E2 | ED | |
---|---|---|---|
RGB | 250 | 226 | 237 |
HSL | 333° | 70.59% | 93.33% |
HSB/HSV | 333° | 9.60% | 98.04% |
CMYK | 0.00% | 9.60% | 5.20% |
1.96% |
Color #FAE2ED in popluar number systems.
HEX | FA | E2 | ED |
Decimal | 250 | 226 | 237 |
Binary | 11111010 | 11100010 | 11101101 |
Octal | 372 | 342 | 355 |
Shades of #FAE2ED
Tints of #FAE2ED
Examples of css and html codes for elements with #FAE2ED color. Also use rgb(250,226,237) instead hex code.
.myTextColor { color: #FAE2ED; }
<p style="color:#FAE2ED">This sample text font color is #FAE2ED.</p>
This text font color is #FAE2ED.
.myBgColor { background-color: #FAE2ED; }
<div style="background-color:#FAE2ED">Inner text</div>
This div background color is #FAE2ED.
.myBorderColor { border: 1px solid #FAE2ED; }
<div style="border:3px solid #FAE2ED">Div</div>
This div border color is #FAE2ED.
.myOpacity80 { color: #FAE2ED; opacity: 0.8; }
<p style="color:#FAE2ED;opacity:0.8;">80%</p>
Text with #FAE2ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAE2ED;}
<p style="text-shadow: 3px 3px 1px #FAE2ED">Text here.</p>
This text has shadow with #FAE2ED color.
.textShadow {text-shadow: 3px 3px 1px #FAE2ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAE2ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAE2ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAE2ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAE2ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAE2ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAE2ED;
-webkit-box-shadow: 1px 1px 3px 2px #FAE2ED;
box-shadow: 1px 1px 3px 2px #FAE2ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAE2ED; -webkit-box-shadow: 1px 1px 3px 2px #FAE2ED; box-shadow:1px 1px 3px 2px #FAE2ED;">
Div content here
</div>
This text has color #FAE2ED on black background.
This text has color #FAE2ED on white background.
This text has black color on #FAE2ED background.
This text has white color on #FAE2ED background.
Complementary color for #hex is #051D12.