HEX: #FDD0EC
RGB: (253,208,236)
#FDD0EC contains red, green and blue colors in about the same proportion. Web safe color of #FDD0EC is #FFCCFF (or #FCF).
#FDD0EC color RGB value is (253,208,236).
RGB: (253,208,236)
(99%, 82%, 93%)
R 253 of 255 = 99%
G 208 of 255 = 82%
B 236 of 255 = 93%
R + G + B ~ 91%. #FDD0EC is light color.
R + G + B = 253 + 208 + 236 = 697 (100%)
R 253 of 697 ~ 36.3%
G 208 of 697 ~ 29.84%
B 236 of 697 ~ 33.86'%
#FDD0EC color CMYK value is (0,18,7,1).
CMYK: (0,18,7,1)
C0M18Y7K1 (0%, 18%, 7%, 1%)
(0.00 / 0.18 / 0.07 / 0.01)
Color #FDD0EC in popluar color models
FD | D0 | EC | |
---|---|---|---|
RGB | 253 | 208 | 236 |
HSL | 323° | 91.84% | 90.39% |
HSB/HSV | 323° | 17.79% | 99.22% |
CMYK | 0.00% | 17.79% | 6.72% |
0.78% |
Color #FDD0EC in popluar number systems.
HEX | FD | D0 | EC |
Decimal | 253 | 208 | 236 |
Binary | 11111101 | 11010000 | 11101100 |
Octal | 375 | 320 | 354 |
Shades of #FDD0EC
Tints of #FDD0EC
Examples of css and html codes for elements with #FDD0EC color. Also use rgb(253,208,236) instead hex code.
.myTextColor { color: #FDD0EC; }
<p style="color:#FDD0EC">This sample text font color is #FDD0EC.</p>
This text font color is #FDD0EC.
.myBgColor { background-color: #FDD0EC; }
<div style="background-color:#FDD0EC">Inner text</div>
This div background color is #FDD0EC.
.myBorderColor { border: 1px solid #FDD0EC; }
<div style="border:3px solid #FDD0EC">Div</div>
This div border color is #FDD0EC.
.myOpacity80 { color: #FDD0EC; opacity: 0.8; }
<p style="color:#FDD0EC;opacity:0.8;">80%</p>
Text with #FDD0EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDD0EC;}
<p style="text-shadow: 3px 3px 1px #FDD0EC">Text here.</p>
This text has shadow with #FDD0EC color.
.textShadow {text-shadow: 3px 3px 1px #FDD0EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDD0EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDD0EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDD0EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDD0EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDD0EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDD0EC;
-webkit-box-shadow: 1px 1px 3px 2px #FDD0EC;
box-shadow: 1px 1px 3px 2px #FDD0EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDD0EC; -webkit-box-shadow: 1px 1px 3px 2px #FDD0EC; box-shadow:1px 1px 3px 2px #FDD0EC;">
Div content here
</div>
This text has color #FDD0EC on black background.
This text has color #FDD0EC on white background.
This text has black color on #FDD0EC background.
This text has white color on #FDD0EC background.
Complementary color for #hex is #022F13.