HEX: #FDD3FA
RGB: (253,211,250)
#FDD3FA contains red, green and blue colors in about the same proportion. Web safe color of #FDD3FA is #FFCCFF (or #FCF).
#FDD3FA color RGB value is (253,211,250).
RGB: (253,211,250)
(99%, 83%, 98%)
R 253 of 255 = 99%
G 211 of 255 = 83%
B 250 of 255 = 98%
R + G + B ~ 93%. #FDD3FA is light color.
R + G + B = 253 + 211 + 250 = 714 (100%)
R 253 of 714 ~ 35.43%
G 211 of 714 ~ 29.55%
B 250 of 714 ~ 35.01'%
#FDD3FA color CMYK value is (0,17,1,1).
CMYK: (0,17,1,1)
C0M17Y1K1 (0%, 17%, 1%, 1%)
(0.00 / 0.17 / 0.01 / 0.01)
Color #FDD3FA in popluar color models
FD | D3 | FA | |
---|---|---|---|
RGB | 253 | 211 | 250 |
HSL | 304° | 91.30% | 90.98% |
HSB/HSV | 304° | 16.60% | 99.22% |
CMYK | 0.00% | 16.60% | 1.19% |
0.78% |
Color #FDD3FA in popluar number systems.
HEX | FD | D3 | FA |
Decimal | 253 | 211 | 250 |
Binary | 11111101 | 11010011 | 11111010 |
Octal | 375 | 323 | 372 |
Shades of #FDD3FA
Tints of #FDD3FA
Examples of css and html codes for elements with #FDD3FA color. Also use rgb(253,211,250) instead hex code.
.myTextColor { color: #FDD3FA; }
<p style="color:#FDD3FA">This sample text font color is #FDD3FA.</p>
This text font color is #FDD3FA.
.myBgColor { background-color: #FDD3FA; }
<div style="background-color:#FDD3FA">Inner text</div>
This div background color is #FDD3FA.
.myBorderColor { border: 1px solid #FDD3FA; }
<div style="border:3px solid #FDD3FA">Div</div>
This div border color is #FDD3FA.
.myOpacity80 { color: #FDD3FA; opacity: 0.8; }
<p style="color:#FDD3FA;opacity:0.8;">80%</p>
Text with #FDD3FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDD3FA;}
<p style="text-shadow: 3px 3px 1px #FDD3FA">Text here.</p>
This text has shadow with #FDD3FA color.
.textShadow {text-shadow: 3px 3px 1px #FDD3FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDD3FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDD3FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDD3FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDD3FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDD3FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDD3FA;
-webkit-box-shadow: 1px 1px 3px 2px #FDD3FA;
box-shadow: 1px 1px 3px 2px #FDD3FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDD3FA; -webkit-box-shadow: 1px 1px 3px 2px #FDD3FA; box-shadow:1px 1px 3px 2px #FDD3FA;">
Div content here
</div>
This text has color #FDD3FA on black background.
This text has color #FDD3FA on white background.
This text has black color on #FDD3FA background.
This text has white color on #FDD3FA background.
Complementary color for #hex is #022C05.