HEX: #FAE6EE
RGB: (250,230,238)
#FAE6EE contains red, green and blue colors in about the same proportion. Web safe color of #FAE6EE is #FFCCFF (or #FCF).
#FAE6EE color RGB value is (250,230,238).
RGB: (250,230,238)
(98%, 90%, 93%)
R 250 of 255 = 98%
G 230 of 255 = 90%
B 238 of 255 = 93%
R + G + B ~ 94%. #FAE6EE is light color.
R + G + B = 250 + 230 + 238 = 718 (100%)
R 250 of 718 ~ 34.82%
G 230 of 718 ~ 32.03%
B 238 of 718 ~ 33.15'%
#FAE6EE color CMYK value is (0,8,5,2).
CMYK: (0,8,5,2)
C0M8Y5K2 (0%, 8%, 5%, 2%)
(0.00 / 0.08 / 0.05 / 0.02)
Color #FAE6EE in popluar color models
FA | E6 | EE | |
---|---|---|---|
RGB | 250 | 230 | 238 |
HSL | 336° | 66.67% | 94.12% |
HSB/HSV | 336° | 8.00% | 98.04% |
CMYK | 0.00% | 8.00% | 4.80% |
1.96% |
Color #FAE6EE in popluar number systems.
HEX | FA | E6 | EE |
Decimal | 250 | 230 | 238 |
Binary | 11111010 | 11100110 | 11101110 |
Octal | 372 | 346 | 356 |
Shades of #FAE6EE
Tints of #FAE6EE
Examples of css and html codes for elements with #FAE6EE color. Also use rgb(250,230,238) instead hex code.
.myTextColor { color: #FAE6EE; }
<p style="color:#FAE6EE">This sample text font color is #FAE6EE.</p>
This text font color is #FAE6EE.
.myBgColor { background-color: #FAE6EE; }
<div style="background-color:#FAE6EE">Inner text</div>
This div background color is #FAE6EE.
.myBorderColor { border: 1px solid #FAE6EE; }
<div style="border:3px solid #FAE6EE">Div</div>
This div border color is #FAE6EE.
.myOpacity80 { color: #FAE6EE; opacity: 0.8; }
<p style="color:#FAE6EE;opacity:0.8;">80%</p>
Text with #FAE6EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAE6EE;}
<p style="text-shadow: 3px 3px 1px #FAE6EE">Text here.</p>
This text has shadow with #FAE6EE color.
.textShadow {text-shadow: 3px 3px 1px #FAE6EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAE6EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAE6EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAE6EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAE6EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAE6EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAE6EE;
-webkit-box-shadow: 1px 1px 3px 2px #FAE6EE;
box-shadow: 1px 1px 3px 2px #FAE6EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAE6EE; -webkit-box-shadow: 1px 1px 3px 2px #FAE6EE; box-shadow:1px 1px 3px 2px #FAE6EE;">
Div content here
</div>
This text has color #FAE6EE on black background.
This text has color #FAE6EE on white background.
This text has black color on #FAE6EE background.
This text has white color on #FAE6EE background.
Complementary color for #hex is #051911.