HEX: #FDAFDB
RGB: (253,175,219)
#FDAFDB contains mainly red and blue colors. Web safe color of #FDAFDB is #FF99CC (or #F9C).
#FDAFDB color RGB value is (253,175,219).
RGB: (253,175,219)
(99%, 69%, 86%)
R 253 of 255 = 99%
G 175 of 255 = 69%
B 219 of 255 = 86%
R + G + B ~ 85%. #FDAFDB is quite light color.
R + G + B = 253 + 175 + 219 = 647 (100%)
R 253 of 647 ~ 39.1%
G 175 of 647 ~ 27.05%
B 219 of 647 ~ 33.85'%
#FDAFDB color CMYK value is (0,31,13,1).
CMYK: (0,31,13,1)
C0M31Y13K1 (0%, 31%, 13%, 1%)
(0.00 / 0.31 / 0.13 / 0.01)
Color #FDAFDB in popluar color models
FD | AF | DB | |
---|---|---|---|
RGB | 253 | 175 | 219 |
HSL | 326° | 95.12% | 83.92% |
HSB/HSV | 326° | 30.83% | 99.22% |
CMYK | 0.00% | 30.83% | 13.44% |
0.78% |
Color #FDAFDB in popluar number systems.
HEX | FD | AF | DB |
Decimal | 253 | 175 | 219 |
Binary | 11111101 | 10101111 | 11011011 |
Octal | 375 | 257 | 333 |
Shades of #FDAFDB
Tints of #FDAFDB
Examples of css and html codes for elements with #FDAFDB color. Also use rgb(253,175,219) instead hex code.
.myTextColor { color: #FDAFDB; }
<p style="color:#FDAFDB">This sample text font color is #FDAFDB.</p>
This text font color is #FDAFDB.
.myBgColor { background-color: #FDAFDB; }
<div style="background-color:#FDAFDB">Inner text</div>
This div background color is #FDAFDB.
.myBorderColor { border: 1px solid #FDAFDB; }
<div style="border:3px solid #FDAFDB">Div</div>
This div border color is #FDAFDB.
.myOpacity80 { color: #FDAFDB; opacity: 0.8; }
<p style="color:#FDAFDB;opacity:0.8;">80%</p>
Text with #FDAFDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDAFDB;}
<p style="text-shadow: 3px 3px 1px #FDAFDB">Text here.</p>
This text has shadow with #FDAFDB color.
.textShadow {text-shadow: 3px 3px 1px #FDAFDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDAFDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDAFDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDAFDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDAFDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDAFDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDAFDB;
-webkit-box-shadow: 1px 1px 3px 2px #FDAFDB;
box-shadow: 1px 1px 3px 2px #FDAFDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDAFDB; -webkit-box-shadow: 1px 1px 3px 2px #FDAFDB; box-shadow:1px 1px 3px 2px #FDAFDB;">
Div content here
</div>
This text has color #FDAFDB on black background.
This text has color #FDAFDB on white background.
This text has black color on #FDAFDB background.
This text has white color on #FDAFDB background.
Complementary color for #hex is #025024.