HEX: #FAD6DE
RGB: (250,214,222)
#FAD6DE contains red, green and blue colors in about the same proportion. Web safe color of #FAD6DE is #FFCCCC (or #FCC).
#FAD6DE color RGB value is (250,214,222).
RGB: (250,214,222)
(98%, 84%, 87%)
R 250 of 255 = 98%
G 214 of 255 = 84%
B 222 of 255 = 87%
R + G + B ~ 90%. #FAD6DE is light color.
R + G + B = 250 + 214 + 222 = 686 (100%)
R 250 of 686 ~ 36.44%
G 214 of 686 ~ 31.2%
B 222 of 686 ~ 32.36'%
#FAD6DE color CMYK value is (0,14,11,2).
CMYK: (0,14,11,2)
C0M14Y11K2 (0%, 14%, 11%, 2%)
(0.00 / 0.14 / 0.11 / 0.02)
Color #FAD6DE in popluar color models
FA | D6 | DE | |
---|---|---|---|
RGB | 250 | 214 | 222 |
HSL | 347° | 78.26% | 90.98% |
HSB/HSV | 347° | 14.40% | 98.04% |
CMYK | 0.00% | 14.40% | 11.20% |
1.96% |
Color #FAD6DE in popluar number systems.
HEX | FA | D6 | DE |
Decimal | 250 | 214 | 222 |
Binary | 11111010 | 11010110 | 11011110 |
Octal | 372 | 326 | 336 |
Shades of #FAD6DE
Tints of #FAD6DE
Examples of css and html codes for elements with #FAD6DE color. Also use rgb(250,214,222) instead hex code.
.myTextColor { color: #FAD6DE; }
<p style="color:#FAD6DE">This sample text font color is #FAD6DE.</p>
This text font color is #FAD6DE.
.myBgColor { background-color: #FAD6DE; }
<div style="background-color:#FAD6DE">Inner text</div>
This div background color is #FAD6DE.
.myBorderColor { border: 1px solid #FAD6DE; }
<div style="border:3px solid #FAD6DE">Div</div>
This div border color is #FAD6DE.
.myOpacity80 { color: #FAD6DE; opacity: 0.8; }
<p style="color:#FAD6DE;opacity:0.8;">80%</p>
Text with #FAD6DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAD6DE;}
<p style="text-shadow: 3px 3px 1px #FAD6DE">Text here.</p>
This text has shadow with #FAD6DE color.
.textShadow {text-shadow: 3px 3px 1px #FAD6DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAD6DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAD6DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAD6DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAD6DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAD6DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAD6DE;
-webkit-box-shadow: 1px 1px 3px 2px #FAD6DE;
box-shadow: 1px 1px 3px 2px #FAD6DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAD6DE; -webkit-box-shadow: 1px 1px 3px 2px #FAD6DE; box-shadow:1px 1px 3px 2px #FAD6DE;">
Div content here
</div>
This text has color #FAD6DE on black background.
This text has color #FAD6DE on white background.
This text has black color on #FAD6DE background.
This text has white color on #FAD6DE background.
Complementary color for #hex is #052921.