HEX: #FAC5FB
RGB: (250,197,251)
#FAC5FB contains red, green and blue colors in about the same proportion. Web safe color of #FAC5FB is #FFCCFF (or #FCF).
#FAC5FB color RGB value is (250,197,251).
RGB: (250,197,251)
(98%, 77%, 98%)
R 250 of 255 = 98%
G 197 of 255 = 77%
B 251 of 255 = 98%
R + G + B ~ 91%. #FAC5FB is light color.
R + G + B = 250 + 197 + 251 = 698 (100%)
R 250 of 698 ~ 35.82%
G 197 of 698 ~ 28.22%
B 251 of 698 ~ 35.96'%
#FAC5FB color CMYK value is (0,22,0,2).
CMYK: (0,22,0,2)
C0M22Y0K2 (0%, 22%, 0%, 2%)
(0.00 / 0.22 / 0.00 / 0.02)
Color #FAC5FB in popluar color models
FA | C5 | FB | |
---|---|---|---|
RGB | 250 | 197 | 251 |
HSL | 299° | 87.10% | 87.84% |
HSB/HSV | 299° | 21.51% | 98.43% |
CMYK | 0.40% | 21.51% | 0.00% |
1.57% |
Color #FAC5FB in popluar number systems.
HEX | FA | C5 | FB |
Decimal | 250 | 197 | 251 |
Binary | 11111010 | 11000101 | 11111011 |
Octal | 372 | 305 | 373 |
Shades of #FAC5FB
Tints of #FAC5FB
Examples of css and html codes for elements with #FAC5FB color. Also use rgb(250,197,251) instead hex code.
.myTextColor { color: #FAC5FB; }
<p style="color:#FAC5FB">This sample text font color is #FAC5FB.</p>
This text font color is #FAC5FB.
.myBgColor { background-color: #FAC5FB; }
<div style="background-color:#FAC5FB">Inner text</div>
This div background color is #FAC5FB.
.myBorderColor { border: 1px solid #FAC5FB; }
<div style="border:3px solid #FAC5FB">Div</div>
This div border color is #FAC5FB.
.myOpacity80 { color: #FAC5FB; opacity: 0.8; }
<p style="color:#FAC5FB;opacity:0.8;">80%</p>
Text with #FAC5FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAC5FB;}
<p style="text-shadow: 3px 3px 1px #FAC5FB">Text here.</p>
This text has shadow with #FAC5FB color.
.textShadow {text-shadow: 3px 3px 1px #FAC5FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAC5FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAC5FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAC5FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAC5FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAC5FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAC5FB;
-webkit-box-shadow: 1px 1px 3px 2px #FAC5FB;
box-shadow: 1px 1px 3px 2px #FAC5FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAC5FB; -webkit-box-shadow: 1px 1px 3px 2px #FAC5FB; box-shadow:1px 1px 3px 2px #FAC5FB;">
Div content here
</div>
This text has color #FAC5FB on black background.
This text has color #FAC5FB on white background.
This text has black color on #FAC5FB background.
This text has white color on #FAC5FB background.
Complementary color for #hex is #053A04.