HEX: #FDC4EC
RGB: (253,196,236)
#FDC4EC contains red, green and blue colors in about the same proportion. Web safe color of #FDC4EC is #FFCCFF (or #FCF).
#FDC4EC color RGB value is (253,196,236).
RGB: (253,196,236)
(99%, 77%, 93%)
R 253 of 255 = 99%
G 196 of 255 = 77%
B 236 of 255 = 93%
R + G + B ~ 90%. #FDC4EC is light color.
R + G + B = 253 + 196 + 236 = 685 (100%)
R 253 of 685 ~ 36.93%
G 196 of 685 ~ 28.61%
B 236 of 685 ~ 34.45'%
#FDC4EC color CMYK value is (0,23,7,1).
CMYK: (0,23,7,1)
C0M23Y7K1 (0%, 23%, 7%, 1%)
(0.00 / 0.23 / 0.07 / 0.01)
Color #FDC4EC in popluar color models
FD | C4 | EC | |
---|---|---|---|
RGB | 253 | 196 | 236 |
HSL | 318° | 93.44% | 88.04% |
HSB/HSV | 318° | 22.53% | 99.22% |
CMYK | 0.00% | 22.53% | 6.72% |
0.78% |
Color #FDC4EC in popluar number systems.
HEX | FD | C4 | EC |
Decimal | 253 | 196 | 236 |
Binary | 11111101 | 11000100 | 11101100 |
Octal | 375 | 304 | 354 |
Shades of #FDC4EC
Tints of #FDC4EC
Examples of css and html codes for elements with #FDC4EC color. Also use rgb(253,196,236) instead hex code.
.myTextColor { color: #FDC4EC; }
<p style="color:#FDC4EC">This sample text font color is #FDC4EC.</p>
This text font color is #FDC4EC.
.myBgColor { background-color: #FDC4EC; }
<div style="background-color:#FDC4EC">Inner text</div>
This div background color is #FDC4EC.
.myBorderColor { border: 1px solid #FDC4EC; }
<div style="border:3px solid #FDC4EC">Div</div>
This div border color is #FDC4EC.
.myOpacity80 { color: #FDC4EC; opacity: 0.8; }
<p style="color:#FDC4EC;opacity:0.8;">80%</p>
Text with #FDC4EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDC4EC;}
<p style="text-shadow: 3px 3px 1px #FDC4EC">Text here.</p>
This text has shadow with #FDC4EC color.
.textShadow {text-shadow: 3px 3px 1px #FDC4EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDC4EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDC4EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDC4EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDC4EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDC4EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDC4EC;
-webkit-box-shadow: 1px 1px 3px 2px #FDC4EC;
box-shadow: 1px 1px 3px 2px #FDC4EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDC4EC; -webkit-box-shadow: 1px 1px 3px 2px #FDC4EC; box-shadow:1px 1px 3px 2px #FDC4EC;">
Div content here
</div>
This text has color #FDC4EC on black background.
This text has color #FDC4EC on white background.
This text has black color on #FDC4EC background.
This text has white color on #FDC4EC background.
Complementary color for #hex is #023B13.