HEX: #FAC2DB
RGB: (250,194,219)
#FAC2DB contains red, green and blue colors in about the same proportion. Web safe color of #FAC2DB is #FFCCCC (or #FCC).
#FAC2DB color RGB value is (250,194,219).
RGB: (250,194,219)
(98%, 76%, 86%)
R 250 of 255 = 98%
G 194 of 255 = 76%
B 219 of 255 = 86%
R + G + B ~ 87%. #FAC2DB is light color.
R + G + B = 250 + 194 + 219 = 663 (100%)
R 250 of 663 ~ 37.71%
G 194 of 663 ~ 29.26%
B 219 of 663 ~ 33.03'%
#FAC2DB color CMYK value is (0,22,12,2).
CMYK: (0,22,12,2)
C0M22Y12K2 (0%, 22%, 12%, 2%)
(0.00 / 0.22 / 0.12 / 0.02)
Color #FAC2DB in popluar color models
FA | C2 | DB | |
---|---|---|---|
RGB | 250 | 194 | 219 |
HSL | 333° | 84.85% | 87.06% |
HSB/HSV | 333° | 22.40% | 98.04% |
CMYK | 0.00% | 22.40% | 12.40% |
1.96% |
Color #FAC2DB in popluar number systems.
HEX | FA | C2 | DB |
Decimal | 250 | 194 | 219 |
Binary | 11111010 | 11000010 | 11011011 |
Octal | 372 | 302 | 333 |
Shades of #FAC2DB
Tints of #FAC2DB
Examples of css and html codes for elements with #FAC2DB color. Also use rgb(250,194,219) instead hex code.
.myTextColor { color: #FAC2DB; }
<p style="color:#FAC2DB">This sample text font color is #FAC2DB.</p>
This text font color is #FAC2DB.
.myBgColor { background-color: #FAC2DB; }
<div style="background-color:#FAC2DB">Inner text</div>
This div background color is #FAC2DB.
.myBorderColor { border: 1px solid #FAC2DB; }
<div style="border:3px solid #FAC2DB">Div</div>
This div border color is #FAC2DB.
.myOpacity80 { color: #FAC2DB; opacity: 0.8; }
<p style="color:#FAC2DB;opacity:0.8;">80%</p>
Text with #FAC2DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAC2DB;}
<p style="text-shadow: 3px 3px 1px #FAC2DB">Text here.</p>
This text has shadow with #FAC2DB color.
.textShadow {text-shadow: 3px 3px 1px #FAC2DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAC2DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAC2DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAC2DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAC2DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAC2DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAC2DB;
-webkit-box-shadow: 1px 1px 3px 2px #FAC2DB;
box-shadow: 1px 1px 3px 2px #FAC2DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAC2DB; -webkit-box-shadow: 1px 1px 3px 2px #FAC2DB; box-shadow:1px 1px 3px 2px #FAC2DB;">
Div content here
</div>
This text has color #FAC2DB on black background.
This text has color #FAC2DB on white background.
This text has black color on #FAC2DB background.
This text has white color on #FAC2DB background.
Complementary color for #hex is #053D24.