HEX: #FAB7DD
RGB: (250,183,221)
#FAB7DD contains mainly red and blue colors. Web safe color of #FAB7DD is #FFCCCC (or #FCC).
#FAB7DD color RGB value is (250,183,221).
RGB: (250,183,221)
(98%, 72%, 87%)
R 250 of 255 = 98%
G 183 of 255 = 72%
B 221 of 255 = 87%
R + G + B ~ 86%. #FAB7DD is light color.
R + G + B = 250 + 183 + 221 = 654 (100%)
R 250 of 654 ~ 38.23%
G 183 of 654 ~ 27.98%
B 221 of 654 ~ 33.79'%
#FAB7DD color CMYK value is (0,27,12,2).
CMYK: (0,27,12,2)
C0M27Y12K2 (0%, 27%, 12%, 2%)
(0.00 / 0.27 / 0.12 / 0.02)
Color #FAB7DD in popluar color models
FA | B7 | DD | |
---|---|---|---|
RGB | 250 | 183 | 221 |
HSL | 326° | 87.01% | 84.90% |
HSB/HSV | 326° | 26.80% | 98.04% |
CMYK | 0.00% | 26.80% | 11.60% |
1.96% |
Color #FAB7DD in popluar number systems.
HEX | FA | B7 | DD |
Decimal | 250 | 183 | 221 |
Binary | 11111010 | 10110111 | 11011101 |
Octal | 372 | 267 | 335 |
Shades of #FAB7DD
Tints of #FAB7DD
Examples of css and html codes for elements with #FAB7DD color. Also use rgb(250,183,221) instead hex code.
.myTextColor { color: #FAB7DD; }
<p style="color:#FAB7DD">This sample text font color is #FAB7DD.</p>
This text font color is #FAB7DD.
.myBgColor { background-color: #FAB7DD; }
<div style="background-color:#FAB7DD">Inner text</div>
This div background color is #FAB7DD.
.myBorderColor { border: 1px solid #FAB7DD; }
<div style="border:3px solid #FAB7DD">Div</div>
This div border color is #FAB7DD.
.myOpacity80 { color: #FAB7DD; opacity: 0.8; }
<p style="color:#FAB7DD;opacity:0.8;">80%</p>
Text with #FAB7DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAB7DD;}
<p style="text-shadow: 3px 3px 1px #FAB7DD">Text here.</p>
This text has shadow with #FAB7DD color.
.textShadow {text-shadow: 3px 3px 1px #FAB7DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAB7DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAB7DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAB7DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAB7DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAB7DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAB7DD;
-webkit-box-shadow: 1px 1px 3px 2px #FAB7DD;
box-shadow: 1px 1px 3px 2px #FAB7DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAB7DD; -webkit-box-shadow: 1px 1px 3px 2px #FAB7DD; box-shadow:1px 1px 3px 2px #FAB7DD;">
Div content here
</div>
This text has color #FAB7DD on black background.
This text has color #FAB7DD on white background.
This text has black color on #FAB7DD background.
This text has white color on #FAB7DD background.
Complementary color for #hex is #054822.