HEX: #FCC9DB
RGB: (252,201,219)
#FCC9DB contains red, green and blue colors in about the same proportion. Web safe color of #FCC9DB is #FFCCCC (or #FCC).
#FCC9DB color RGB value is (252,201,219).
RGB: (252,201,219)
(99%, 79%, 86%)
R 252 of 255 = 99%
G 201 of 255 = 79%
B 219 of 255 = 86%
R + G + B ~ 88%. #FCC9DB is light color.
R + G + B = 252 + 201 + 219 = 672 (100%)
R 252 of 672 ~ 37.5%
G 201 of 672 ~ 29.91%
B 219 of 672 ~ 32.59'%
#FCC9DB color CMYK value is (0,20,13,1).
CMYK: (0,20,13,1) C0M20Y13K1 (0%,20%,13%,1%) (0.00/0.20/0.13/0.01)
Color #FCC9DB in popluar color models
FC | C9 | DB | |
---|---|---|---|
RGB | 252 | 201 | 219 |
HSL | 339° | 89.47% | 88.82% |
HSB/HSV | 339° | 20.24% | 98.82% |
CMYK | 0.00% | 20.24% | 13.10% |
1.18% |
Color #FCC9DB in popluar number systems.
HEX | FC | C9 | DB |
Decimal | 252 | 201 | 219 |
Binary | 11111100 | 11001001 | 11011011 |
Octal | 374 | 311 | 333 |
Shades of #FCC9DB
Tints of #FCC9DB
Examples of css and html codes for elements with #FCC9DB color. Also use rgb(252,201,219) instead hex code.
.myTextColor { color: #FCC9DB; }
<p style="color:#FCC9DB">This sample text font color is #FCC9DB.</p>
This text font color is #FCC9DB.
.myBgColor { background-color: #FCC9DB; }
<div style="background-color:#FCC9DB">Inner text</div>
This div background color is #FCC9DB.
.myBorderColor { border: 1px solid #FCC9DB; }
<div style="border:3px solid #FCC9DB">Div</div>
This div border color is #FCC9DB.
.myOpacity80 { color: #FCC9DB; opacity: 0.8; }
<p style="color:#FCC9DB;opacity:0.8;">80%</p>
Text with #FCC9DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCC9DB;}
<p style="text-shadow: 3px 3px 1px #FCC9DB">Text here.</p>
This text has shadow with #FCC9DB color.
.textShadow {text-shadow: 3px 3px 1px #FCC9DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCC9DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCC9DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCC9DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCC9DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCC9DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCC9DB;
-webkit-box-shadow: 1px 1px 3px 2px #FCC9DB;
box-shadow: 1px 1px 3px 2px #FCC9DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCC9DB; -webkit-box-shadow: 1px 1px 3px 2px #FCC9DB; box-shadow:1px 1px 3px 2px #FCC9DB;">
Div content here
</div>
This text has color #FCC9DB on black background.
This text has color #FCC9DB on white background.
This text has black color on #FCC9DB background.
This text has white color on #FCC9DB background.
Complementary color for #hex is #033624.