HEX: #FACEFD
RGB: (250,206,253)
#FACEFD contains red, green and blue colors in about the same proportion. Web safe color of #FACEFD is #FFCCFF (or #FCF).
#FACEFD color RGB value is (250,206,253).
RGB: (250,206,253)
(98%, 81%, 99%)
R 250 of 255 = 98%
G 206 of 255 = 81%
B 253 of 255 = 99%
R + G + B ~ 93%. #FACEFD is light color.
R + G + B = 250 + 206 + 253 = 709 (100%)
R 250 of 709 ~ 35.26%
G 206 of 709 ~ 29.06%
B 253 of 709 ~ 35.68'%
#FACEFD color CMYK value is (1,19,0,1).
CMYK: (1,19,0,1)
C1M19Y0K1 (1%, 19%, 0%, 1%)
(0.01 / 0.19 / 0.00 / 0.01)
Color #FACEFD in popluar color models
FA | CE | FD | |
---|---|---|---|
RGB | 250 | 206 | 253 |
HSL | 296° | 92.16% | 90.00% |
HSB/HSV | 296° | 18.58% | 99.22% |
CMYK | 1.19% | 18.58% | 0.00% |
0.78% |
Color #FACEFD in popluar number systems.
HEX | FA | CE | FD |
Decimal | 250 | 206 | 253 |
Binary | 11111010 | 11001110 | 11111101 |
Octal | 372 | 316 | 375 |
Shades of #FACEFD
Tints of #FACEFD
Examples of css and html codes for elements with #FACEFD color. Also use rgb(250,206,253) instead hex code.
.myTextColor { color: #FACEFD; }
<p style="color:#FACEFD">This sample text font color is #FACEFD.</p>
This text font color is #FACEFD.
.myBgColor { background-color: #FACEFD; }
<div style="background-color:#FACEFD">Inner text</div>
This div background color is #FACEFD.
.myBorderColor { border: 1px solid #FACEFD; }
<div style="border:3px solid #FACEFD">Div</div>
This div border color is #FACEFD.
.myOpacity80 { color: #FACEFD; opacity: 0.8; }
<p style="color:#FACEFD;opacity:0.8;">80%</p>
Text with #FACEFD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FACEFD;}
<p style="text-shadow: 3px 3px 1px #FACEFD">Text here.</p>
This text has shadow with #FACEFD color.
.textShadow {text-shadow: 3px 3px 1px #FACEFD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FACEFD, 5px 5px 20px red">Text here.</p>
This text has shadow with #FACEFD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FACEFD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FACEFD, Direction=45, Strength=4)">Text</p>
This text has shadow with #FACEFD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FACEFD;
-webkit-box-shadow: 1px 1px 3px 2px #FACEFD;
box-shadow: 1px 1px 3px 2px #FACEFD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FACEFD; -webkit-box-shadow: 1px 1px 3px 2px #FACEFD; box-shadow:1px 1px 3px 2px #FACEFD;">
Div content here
</div>
This text has color #FACEFD on black background.
This text has color #FACEFD on white background.
This text has black color on #FACEFD background.
This text has white color on #FACEFD background.
Complementary color for #hex is #053102.