HEX: #FAC8DD
RGB: (250,200,221)
#FAC8DD contains red, green and blue colors in about the same proportion. Web safe color of #FAC8DD is #FFCCCC (or #FCC).
#FAC8DD color RGB value is (250,200,221).
RGB: (250,200,221)
(98%, 78%, 87%)
R 250 of 255 = 98%
G 200 of 255 = 78%
B 221 of 255 = 87%
R + G + B ~ 88%. #FAC8DD is light color.
R + G + B = 250 + 200 + 221 = 671 (100%)
R 250 of 671 ~ 37.26%
G 200 of 671 ~ 29.81%
B 221 of 671 ~ 32.94'%
#FAC8DD color CMYK value is (0,20,12,2).
CMYK: (0,20,12,2)
C0M20Y12K2 (0%, 20%, 12%, 2%)
(0.00 / 0.20 / 0.12 / 0.02)
Color #FAC8DD in popluar color models
FA | C8 | DD | |
---|---|---|---|
RGB | 250 | 200 | 221 |
HSL | 335° | 83.33% | 88.24% |
HSB/HSV | 335° | 20.00% | 98.04% |
CMYK | 0.00% | 20.00% | 11.60% |
1.96% |
Color #FAC8DD in popluar number systems.
HEX | FA | C8 | DD |
Decimal | 250 | 200 | 221 |
Binary | 11111010 | 11001000 | 11011101 |
Octal | 372 | 310 | 335 |
Shades of #FAC8DD
Tints of #FAC8DD
Examples of css and html codes for elements with #FAC8DD color. Also use rgb(250,200,221) instead hex code.
.myTextColor { color: #FAC8DD; }
<p style="color:#FAC8DD">This sample text font color is #FAC8DD.</p>
This text font color is #FAC8DD.
.myBgColor { background-color: #FAC8DD; }
<div style="background-color:#FAC8DD">Inner text</div>
This div background color is #FAC8DD.
.myBorderColor { border: 1px solid #FAC8DD; }
<div style="border:3px solid #FAC8DD">Div</div>
This div border color is #FAC8DD.
.myOpacity80 { color: #FAC8DD; opacity: 0.8; }
<p style="color:#FAC8DD;opacity:0.8;">80%</p>
Text with #FAC8DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAC8DD;}
<p style="text-shadow: 3px 3px 1px #FAC8DD">Text here.</p>
This text has shadow with #FAC8DD color.
.textShadow {text-shadow: 3px 3px 1px #FAC8DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAC8DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAC8DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAC8DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAC8DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAC8DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAC8DD;
-webkit-box-shadow: 1px 1px 3px 2px #FAC8DD;
box-shadow: 1px 1px 3px 2px #FAC8DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAC8DD; -webkit-box-shadow: 1px 1px 3px 2px #FAC8DD; box-shadow:1px 1px 3px 2px #FAC8DD;">
Div content here
</div>
This text has color #FAC8DD on black background.
This text has color #FAC8DD on white background.
This text has black color on #FAC8DD background.
This text has white color on #FAC8DD background.
Complementary color for #hex is #053722.