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