HEX: #FCD9EB
RGB: (252,217,235)
#FCD9EB contains red, green and blue colors in about the same proportion. Web safe color of #FCD9EB is #FFCCFF (or #FCF).
#FCD9EB color RGB value is (252,217,235).
RGB: (252,217,235)
(99%, 85%, 92%)
R 252 of 255 = 99%
G 217 of 255 = 85%
B 235 of 255 = 92%
R + G + B ~ 92%. #FCD9EB is light color.
R + G + B = 252 + 217 + 235 = 704 (100%)
R 252 of 704 ~ 35.8%
G 217 of 704 ~ 30.82%
B 235 of 704 ~ 33.38'%
#FCD9EB color CMYK value is (0,14,7,1).
CMYK: (0,14,7,1)
C0M14Y7K1 (0%, 14%, 7%, 1%)
(0.00 / 0.14 / 0.07 / 0.01)
Color #FCD9EB in popluar color models
FC | D9 | EB | |
---|---|---|---|
RGB | 252 | 217 | 235 |
HSL | 329° | 85.37% | 91.96% |
HSB/HSV | 329° | 13.89% | 98.82% |
CMYK | 0.00% | 13.89% | 6.75% |
1.18% |
Color #FCD9EB in popluar number systems.
HEX | FC | D9 | EB |
Decimal | 252 | 217 | 235 |
Binary | 11111100 | 11011001 | 11101011 |
Octal | 374 | 331 | 353 |
Shades of #FCD9EB
Tints of #FCD9EB
Examples of css and html codes for elements with #FCD9EB color. Also use rgb(252,217,235) instead hex code.
.myTextColor { color: #FCD9EB; }
<p style="color:#FCD9EB">This sample text font color is #FCD9EB.</p>
This text font color is #FCD9EB.
.myBgColor { background-color: #FCD9EB; }
<div style="background-color:#FCD9EB">Inner text</div>
This div background color is #FCD9EB.
.myBorderColor { border: 1px solid #FCD9EB; }
<div style="border:3px solid #FCD9EB">Div</div>
This div border color is #FCD9EB.
.myOpacity80 { color: #FCD9EB; opacity: 0.8; }
<p style="color:#FCD9EB;opacity:0.8;">80%</p>
Text with #FCD9EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCD9EB;}
<p style="text-shadow: 3px 3px 1px #FCD9EB">Text here.</p>
This text has shadow with #FCD9EB color.
.textShadow {text-shadow: 3px 3px 1px #FCD9EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCD9EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCD9EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCD9EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCD9EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCD9EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCD9EB;
-webkit-box-shadow: 1px 1px 3px 2px #FCD9EB;
box-shadow: 1px 1px 3px 2px #FCD9EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCD9EB; -webkit-box-shadow: 1px 1px 3px 2px #FCD9EB; box-shadow:1px 1px 3px 2px #FCD9EB;">
Div content here
</div>
This text has color #FCD9EB on black background.
This text has color #FCD9EB on white background.
This text has black color on #FCD9EB background.
This text has white color on #FCD9EB background.
Complementary color for #hex is #032614.