HEX: #FAD1DB
RGB: (250,209,219)
#FAD1DB contains red, green and blue colors in about the same proportion. Web safe color of #FAD1DB is #FFCCCC (or #FCC).
#FAD1DB color RGB value is (250,209,219).
RGB: (250,209,219)
(98%, 82%, 86%)
R 250 of 255 = 98%
G 209 of 255 = 82%
B 219 of 255 = 86%
R + G + B ~ 89%. #FAD1DB is light color.
R + G + B = 250 + 209 + 219 = 678 (100%)
R 250 of 678 ~ 36.87%
G 209 of 678 ~ 30.83%
B 219 of 678 ~ 32.3'%
#FAD1DB color CMYK value is (0,16,12,2).
CMYK: (0,16,12,2)
C0M16Y12K2 (0%, 16%, 12%, 2%)
(0.00 / 0.16 / 0.12 / 0.02)
Color #FAD1DB in popluar color models
FA | D1 | DB | |
---|---|---|---|
RGB | 250 | 209 | 219 |
HSL | 345° | 80.39% | 90.00% |
HSB/HSV | 345° | 16.40% | 98.04% |
CMYK | 0.00% | 16.40% | 12.40% |
1.96% |
Color #FAD1DB in popluar number systems.
HEX | FA | D1 | DB |
Decimal | 250 | 209 | 219 |
Binary | 11111010 | 11010001 | 11011011 |
Octal | 372 | 321 | 333 |
Shades of #FAD1DB
Tints of #FAD1DB
Examples of css and html codes for elements with #FAD1DB color. Also use rgb(250,209,219) instead hex code.
.myTextColor { color: #FAD1DB; }
<p style="color:#FAD1DB">This sample text font color is #FAD1DB.</p>
This text font color is #FAD1DB.
.myBgColor { background-color: #FAD1DB; }
<div style="background-color:#FAD1DB">Inner text</div>
This div background color is #FAD1DB.
.myBorderColor { border: 1px solid #FAD1DB; }
<div style="border:3px solid #FAD1DB">Div</div>
This div border color is #FAD1DB.
.myOpacity80 { color: #FAD1DB; opacity: 0.8; }
<p style="color:#FAD1DB;opacity:0.8;">80%</p>
Text with #FAD1DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAD1DB;}
<p style="text-shadow: 3px 3px 1px #FAD1DB">Text here.</p>
This text has shadow with #FAD1DB color.
.textShadow {text-shadow: 3px 3px 1px #FAD1DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAD1DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAD1DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAD1DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAD1DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAD1DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAD1DB;
-webkit-box-shadow: 1px 1px 3px 2px #FAD1DB;
box-shadow: 1px 1px 3px 2px #FAD1DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAD1DB; -webkit-box-shadow: 1px 1px 3px 2px #FAD1DB; box-shadow:1px 1px 3px 2px #FAD1DB;">
Div content here
</div>
This text has color #FAD1DB on black background.
This text has color #FAD1DB on white background.
This text has black color on #FAD1DB background.
This text has white color on #FAD1DB background.
Complementary color for #hex is #052E24.