HEX: #FAD8DE
RGB: (250,216,222)
#FAD8DE contains red, green and blue colors in about the same proportion. Web safe color of #FAD8DE is #FFCCCC (or #FCC).
#FAD8DE color RGB value is (250,216,222).
RGB: (250,216,222)
(98%, 85%, 87%)
R 250 of 255 = 98%
G 216 of 255 = 85%
B 222 of 255 = 87%
R + G + B ~ 90%. #FAD8DE is light color.
R + G + B = 250 + 216 + 222 = 688 (100%)
R 250 of 688 ~ 36.34%
G 216 of 688 ~ 31.4%
B 222 of 688 ~ 32.27'%
#FAD8DE 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 #FAD8DE in popluar color models
FA | D8 | DE | |
---|---|---|---|
RGB | 250 | 216 | 222 |
HSL | 349° | 77.27% | 91.37% |
HSB/HSV | 349° | 13.60% | 98.04% |
CMYK | 0.00% | 13.60% | 11.20% |
1.96% |
Color #FAD8DE in popluar number systems.
HEX | FA | D8 | DE |
Decimal | 250 | 216 | 222 |
Binary | 11111010 | 11011000 | 11011110 |
Octal | 372 | 330 | 336 |
Shades of #FAD8DE
Tints of #FAD8DE
Examples of css and html codes for elements with #FAD8DE color. Also use rgb(250,216,222) instead hex code.
.myTextColor { color: #FAD8DE; }
<p style="color:#FAD8DE">This sample text font color is #FAD8DE.</p>
This text font color is #FAD8DE.
.myBgColor { background-color: #FAD8DE; }
<div style="background-color:#FAD8DE">Inner text</div>
This div background color is #FAD8DE.
.myBorderColor { border: 1px solid #FAD8DE; }
<div style="border:3px solid #FAD8DE">Div</div>
This div border color is #FAD8DE.
.myOpacity80 { color: #FAD8DE; opacity: 0.8; }
<p style="color:#FAD8DE;opacity:0.8;">80%</p>
Text with #FAD8DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAD8DE;}
<p style="text-shadow: 3px 3px 1px #FAD8DE">Text here.</p>
This text has shadow with #FAD8DE color.
.textShadow {text-shadow: 3px 3px 1px #FAD8DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAD8DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAD8DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAD8DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAD8DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAD8DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAD8DE;
-webkit-box-shadow: 1px 1px 3px 2px #FAD8DE;
box-shadow: 1px 1px 3px 2px #FAD8DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAD8DE; -webkit-box-shadow: 1px 1px 3px 2px #FAD8DE; box-shadow:1px 1px 3px 2px #FAD8DE;">
Div content here
</div>
This text has color #FAD8DE on black background.
This text has color #FAD8DE on white background.
This text has black color on #FAD8DE background.
This text has white color on #FAD8DE background.
Complementary color for #hex is #052721.