HEX: #FAAEEF
RGB: (250,174,239)
#FAAEEF contains mainly red and blue colors. Web safe color of #FAAEEF is #FF99FF (or #F9F).
#FAAEEF color RGB value is (250,174,239).
RGB: (250,174,239)
(98%, 68%, 94%)
R 250 of 255 = 98%
G 174 of 255 = 68%
B 239 of 255 = 94%
R + G + B ~ 87%. #FAAEEF is light color.
R + G + B = 250 + 174 + 239 = 663 (100%)
R 250 of 663 ~ 37.71%
G 174 of 663 ~ 26.24%
B 239 of 663 ~ 36.05'%
#FAAEEF color CMYK value is (0,30,4,2).
CMYK: (0,30,4,2)
C0M30Y4K2 (0%, 30%, 4%, 2%)
(0.00 / 0.30 / 0.04 / 0.02)
Color #FAAEEF in popluar color models
FA | AE | EF | |
---|---|---|---|
RGB | 250 | 174 | 239 |
HSL | 309° | 88.37% | 83.14% |
HSB/HSV | 309° | 30.40% | 98.04% |
CMYK | 0.00% | 30.40% | 4.40% |
1.96% |
Color #FAAEEF in popluar number systems.
HEX | FA | AE | EF |
Decimal | 250 | 174 | 239 |
Binary | 11111010 | 10101110 | 11101111 |
Octal | 372 | 256 | 357 |
Shades of #FAAEEF
Tints of #FAAEEF
Examples of css and html codes for elements with #FAAEEF color. Also use rgb(250,174,239) instead hex code.
.myTextColor { color: #FAAEEF; }
<p style="color:#FAAEEF">This sample text font color is #FAAEEF.</p>
This text font color is #FAAEEF.
.myBgColor { background-color: #FAAEEF; }
<div style="background-color:#FAAEEF">Inner text</div>
This div background color is #FAAEEF.
.myBorderColor { border: 1px solid #FAAEEF; }
<div style="border:3px solid #FAAEEF">Div</div>
This div border color is #FAAEEF.
.myOpacity80 { color: #FAAEEF; opacity: 0.8; }
<p style="color:#FAAEEF;opacity:0.8;">80%</p>
Text with #FAAEEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAAEEF;}
<p style="text-shadow: 3px 3px 1px #FAAEEF">Text here.</p>
This text has shadow with #FAAEEF color.
.textShadow {text-shadow: 3px 3px 1px #FAAEEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAAEEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAAEEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAAEEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAAEEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAAEEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAAEEF;
-webkit-box-shadow: 1px 1px 3px 2px #FAAEEF;
box-shadow: 1px 1px 3px 2px #FAAEEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAAEEF; -webkit-box-shadow: 1px 1px 3px 2px #FAAEEF; box-shadow:1px 1px 3px 2px #FAAEEF;">
Div content here
</div>
This text has color #FAAEEF on black background.
This text has color #FAAEEF on white background.
This text has black color on #FAAEEF background.
This text has white color on #FAAEEF background.
Complementary color for #hex is #055110.