HEX: #FDD9FA
RGB: (253,217,250)
#FDD9FA contains red, green and blue colors in about the same proportion. Web safe color of #FDD9FA is #FFCCFF (or #FCF).
#FDD9FA color RGB value is (253,217,250).
RGB: (253,217,250)
(99%, 85%, 98%)
R 253 of 255 = 99%
G 217 of 255 = 85%
B 250 of 255 = 98%
R + G + B ~ 94%. #FDD9FA is light color.
R + G + B = 253 + 217 + 250 = 720 (100%)
R 253 of 720 ~ 35.14%
G 217 of 720 ~ 30.14%
B 250 of 720 ~ 34.72'%
#FDD9FA color CMYK value is (0,14,1,1).
CMYK: (0,14,1,1) C0M14Y1K1 (0%,14%,1%,1%) (0.00/0.14/0.01/0.01)
Color #FDD9FA in popluar color models
FD | D9 | FA | |
---|---|---|---|
RGB | 253 | 217 | 250 |
HSL | 305° | 90.00% | 92.16% |
HSB/HSV | 305° | 14.23% | 99.22% |
CMYK | 0.00% | 14.23% | 1.19% |
0.78% |
Color #FDD9FA in popluar number systems.
HEX | FD | D9 | FA |
Decimal | 253 | 217 | 250 |
Binary | 11111101 | 11011001 | 11111010 |
Octal | 375 | 331 | 372 |
Shades of #FDD9FA
Tints of #FDD9FA
Examples of css and html codes for elements with #FDD9FA color. Also use rgb(253,217,250) instead hex code.
.myTextColor { color: #FDD9FA; }
<p style="color:#FDD9FA">This sample text font color is #FDD9FA.</p>
This text font color is #FDD9FA.
.myBgColor { background-color: #FDD9FA; }
<div style="background-color:#FDD9FA">Inner text</div>
This div background color is #FDD9FA.
.myBorderColor { border: 1px solid #FDD9FA; }
<div style="border:3px solid #FDD9FA">Div</div>
This div border color is #FDD9FA.
.myOpacity80 { color: #FDD9FA; opacity: 0.8; }
<p style="color:#FDD9FA;opacity:0.8;">80%</p>
Text with #FDD9FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDD9FA;}
<p style="text-shadow: 3px 3px 1px #FDD9FA">Text here.</p>
This text has shadow with #FDD9FA color.
.textShadow {text-shadow: 3px 3px 1px #FDD9FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDD9FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDD9FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDD9FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDD9FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDD9FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDD9FA;
-webkit-box-shadow: 1px 1px 3px 2px #FDD9FA;
box-shadow: 1px 1px 3px 2px #FDD9FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDD9FA; -webkit-box-shadow: 1px 1px 3px 2px #FDD9FA; box-shadow:1px 1px 3px 2px #FDD9FA;">
Div content here
</div>
This text has color #FDD9FA on black background.
This text has color #FDD9FA on white background.
This text has black color on #FDD9FA background.
This text has white color on #FDD9FA background.
Complementary color for #hex is #022605.