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