HEX: #FAE1EC
RGB: (250,225,236)
#FAE1EC contains red, green and blue colors in about the same proportion. Web safe color of #FAE1EC is #FFCCFF (or #FCF).
#FAE1EC color RGB value is (250,225,236).
RGB: (250,225,236)
(98%, 88%, 93%)
R 250 of 255 = 98%
G 225 of 255 = 88%
B 236 of 255 = 93%
R + G + B ~ 93%. #FAE1EC is light color.
R + G + B = 250 + 225 + 236 = 711 (100%)
R 250 of 711 ~ 35.16%
G 225 of 711 ~ 31.65%
B 236 of 711 ~ 33.19'%
#FAE1EC color CMYK value is (0,10,6,2).
CMYK: (0,10,6,2)
C0M10Y6K2 (0%, 10%, 6%, 2%)
(0.00 / 0.10 / 0.06 / 0.02)
Color #FAE1EC in popluar color models
FA | E1 | EC | |
---|---|---|---|
RGB | 250 | 225 | 236 |
HSL | 334° | 71.43% | 93.14% |
HSB/HSV | 334° | 10.00% | 98.04% |
CMYK | 0.00% | 10.00% | 5.60% |
1.96% |
Color #FAE1EC in popluar number systems.
HEX | FA | E1 | EC |
Decimal | 250 | 225 | 236 |
Binary | 11111010 | 11100001 | 11101100 |
Octal | 372 | 341 | 354 |
Shades of #FAE1EC
Tints of #FAE1EC
Examples of css and html codes for elements with #FAE1EC color. Also use rgb(250,225,236) instead hex code.
.myTextColor { color: #FAE1EC; }
<p style="color:#FAE1EC">This sample text font color is #FAE1EC.</p>
This text font color is #FAE1EC.
.myBgColor { background-color: #FAE1EC; }
<div style="background-color:#FAE1EC">Inner text</div>
This div background color is #FAE1EC.
.myBorderColor { border: 1px solid #FAE1EC; }
<div style="border:3px solid #FAE1EC">Div</div>
This div border color is #FAE1EC.
.myOpacity80 { color: #FAE1EC; opacity: 0.8; }
<p style="color:#FAE1EC;opacity:0.8;">80%</p>
Text with #FAE1EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAE1EC;}
<p style="text-shadow: 3px 3px 1px #FAE1EC">Text here.</p>
This text has shadow with #FAE1EC color.
.textShadow {text-shadow: 3px 3px 1px #FAE1EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAE1EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAE1EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAE1EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAE1EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAE1EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAE1EC;
-webkit-box-shadow: 1px 1px 3px 2px #FAE1EC;
box-shadow: 1px 1px 3px 2px #FAE1EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAE1EC; -webkit-box-shadow: 1px 1px 3px 2px #FAE1EC; box-shadow:1px 1px 3px 2px #FAE1EC;">
Div content here
</div>
This text has color #FAE1EC on black background.
This text has color #FAE1EC on white background.
This text has black color on #FAE1EC background.
This text has white color on #FAE1EC background.
Complementary color for #hex is #051E13.