HEX: #FDD5E1
RGB: (253,213,225)
#FDD5E1 contains red, green and blue colors in about the same proportion. Web safe color of #FDD5E1 is #FFCCCC (or #FCC).
#FDD5E1 color RGB value is (253,213,225).
RGB: (253,213,225)
(99%, 84%, 88%)
R 253 of 255 = 99%
G 213 of 255 = 84%
B 225 of 255 = 88%
R + G + B ~ 90%. #FDD5E1 is light color.
R + G + B = 253 + 213 + 225 = 691 (100%)
R 253 of 691 ~ 36.61%
G 213 of 691 ~ 30.82%
B 225 of 691 ~ 32.56'%
#FDD5E1 color CMYK value is (0,16,11,1).
CMYK: (0,16,11,1) C0M16Y11K1 (0%,16%,11%,1%) (0.00/0.16/0.11/0.01)
Color #FDD5E1 in popluar color models
FD | D5 | E1 | |
---|---|---|---|
RGB | 253 | 213 | 225 |
HSL | 342° | 90.91% | 91.37% |
HSB/HSV | 342° | 15.81% | 99.22% |
CMYK | 0.00% | 15.81% | 11.07% |
0.78% |
Color #FDD5E1 in popluar number systems.
HEX | FD | D5 | E1 |
Decimal | 253 | 213 | 225 |
Binary | 11111101 | 11010101 | 11100001 |
Octal | 375 | 325 | 341 |
Shades of #FDD5E1
Tints of #FDD5E1
Examples of css and html codes for elements with #FDD5E1 color. Also use rgb(253,213,225) instead hex code.
.myTextColor { color: #FDD5E1; }
<p style="color:#FDD5E1">This sample text font color is #FDD5E1.</p>
This text font color is #FDD5E1.
.myBgColor { background-color: #FDD5E1; }
<div style="background-color:#FDD5E1">Inner text</div>
This div background color is #FDD5E1.
.myBorderColor { border: 1px solid #FDD5E1; }
<div style="border:3px solid #FDD5E1">Div</div>
This div border color is #FDD5E1.
.myOpacity80 { color: #FDD5E1; opacity: 0.8; }
<p style="color:#FDD5E1;opacity:0.8;">80%</p>
Text with #FDD5E1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDD5E1;}
<p style="text-shadow: 3px 3px 1px #FDD5E1">Text here.</p>
This text has shadow with #FDD5E1 color.
.textShadow {text-shadow: 3px 3px 1px #FDD5E1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDD5E1, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDD5E1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDD5E1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDD5E1, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDD5E1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDD5E1;
-webkit-box-shadow: 1px 1px 3px 2px #FDD5E1;
box-shadow: 1px 1px 3px 2px #FDD5E1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDD5E1; -webkit-box-shadow: 1px 1px 3px 2px #FDD5E1; box-shadow:1px 1px 3px 2px #FDD5E1;">
Div content here
</div>
This text has color #FDD5E1 on black background.
This text has color #FDD5E1 on white background.
This text has black color on #FDD5E1 background.
This text has white color on #FDD5E1 background.
Complementary color for #hex is #022A1E.