HEX: #FACAE9
RGB: (250,202,233)
#FACAE9 contains red, green and blue colors in about the same proportion. Web safe color of #FACAE9 is #FFCCFF (or #FCF).
#FACAE9 color RGB value is (250,202,233).
RGB: (250,202,233)
(98%, 79%, 91%)
R 250 of 255 = 98%
G 202 of 255 = 79%
B 233 of 255 = 91%
R + G + B ~ 89%. #FACAE9 is light color.
R + G + B = 250 + 202 + 233 = 685 (100%)
R 250 of 685 ~ 36.5%
G 202 of 685 ~ 29.49%
B 233 of 685 ~ 34.01'%
#FACAE9 color CMYK value is (0,19,7,2).
CMYK: (0,19,7,2) C0M19Y7K2 (0%,19%,7%,2%) (0.00/0.19/0.07/0.02)
Color #FACAE9 in popluar color models
FA | CA | E9 | |
---|---|---|---|
RGB | 250 | 202 | 233 |
HSL | 321° | 82.76% | 88.63% |
HSB/HSV | 321° | 19.20% | 98.04% |
CMYK | 0.00% | 19.20% | 6.80% |
1.96% |
Color #FACAE9 in popluar number systems.
HEX | FA | CA | E9 |
Decimal | 250 | 202 | 233 |
Binary | 11111010 | 11001010 | 11101001 |
Octal | 372 | 312 | 351 |
Shades of #FACAE9
Tints of #FACAE9
Examples of css and html codes for elements with #FACAE9 color. Also use rgb(250,202,233) instead hex code.
.myTextColor { color: #FACAE9; }
<p style="color:#FACAE9">This sample text font color is #FACAE9.</p>
This text font color is #FACAE9.
.myBgColor { background-color: #FACAE9; }
<div style="background-color:#FACAE9">Inner text</div>
This div background color is #FACAE9.
.myBorderColor { border: 1px solid #FACAE9; }
<div style="border:3px solid #FACAE9">Div</div>
This div border color is #FACAE9.
.myOpacity80 { color: #FACAE9; opacity: 0.8; }
<p style="color:#FACAE9;opacity:0.8;">80%</p>
Text with #FACAE9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FACAE9;}
<p style="text-shadow: 3px 3px 1px #FACAE9">Text here.</p>
This text has shadow with #FACAE9 color.
.textShadow {text-shadow: 3px 3px 1px #FACAE9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FACAE9, 5px 5px 20px red">Text here.</p>
This text has shadow with #FACAE9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FACAE9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FACAE9, Direction=45, Strength=4)">Text</p>
This text has shadow with #FACAE9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FACAE9;
-webkit-box-shadow: 1px 1px 3px 2px #FACAE9;
box-shadow: 1px 1px 3px 2px #FACAE9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FACAE9; -webkit-box-shadow: 1px 1px 3px 2px #FACAE9; box-shadow:1px 1px 3px 2px #FACAE9;">
Div content here
</div>
This text has color #FACAE9 on black background.
This text has color #FACAE9 on white background.
This text has black color on #FACAE9 background.
This text has white color on #FACAE9 background.
Complementary color for #hex is #053516.