HEX: #FCC6CA
RGB: (252,198,202)
#FCC6CA contains red, green and blue colors in about the same proportion. Web safe color of #FCC6CA is #FFCCCC (or #FCC).
#FCC6CA color RGB value is (252,198,202).
RGB: (252,198,202)
(99%, 78%, 79%)
R 252 of 255 = 99%
G 198 of 255 = 78%
B 202 of 255 = 79%
R + G + B ~ 85%. #FCC6CA is quite light color.
R + G + B = 252 + 198 + 202 = 652 (100%)
R 252 of 652 ~ 38.65%
G 198 of 652 ~ 30.37%
B 202 of 652 ~ 30.98'%
#FCC6CA color CMYK value is (0,21,20,1).
CMYK: (0,21,20,1) C0M21Y20K1 (0%,21%,20%,1%) (0.00/0.21/0.20/0.01)
Color #FCC6CA in popluar color models
FC | C6 | CA | |
---|---|---|---|
RGB | 252 | 198 | 202 |
HSL | 356° | 90.00% | 88.24% |
HSB/HSV | 356° | 21.43% | 98.82% |
CMYK | 0.00% | 21.43% | 19.84% |
1.18% |
Color #FCC6CA in popluar number systems.
HEX | FC | C6 | CA |
Decimal | 252 | 198 | 202 |
Binary | 11111100 | 11000110 | 11001010 |
Octal | 374 | 306 | 312 |
Shades of #FCC6CA
Tints of #FCC6CA
Examples of css and html codes for elements with #FCC6CA color. Also use rgb(252,198,202) instead hex code.
.myTextColor { color: #FCC6CA; }
<p style="color:#FCC6CA">This sample text font color is #FCC6CA.</p>
This text font color is #FCC6CA.
.myBgColor { background-color: #FCC6CA; }
<div style="background-color:#FCC6CA">Inner text</div>
This div background color is #FCC6CA.
.myBorderColor { border: 1px solid #FCC6CA; }
<div style="border:3px solid #FCC6CA">Div</div>
This div border color is #FCC6CA.
.myOpacity80 { color: #FCC6CA; opacity: 0.8; }
<p style="color:#FCC6CA;opacity:0.8;">80%</p>
Text with #FCC6CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCC6CA;}
<p style="text-shadow: 3px 3px 1px #FCC6CA">Text here.</p>
This text has shadow with #FCC6CA color.
.textShadow {text-shadow: 3px 3px 1px #FCC6CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCC6CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCC6CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCC6CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCC6CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCC6CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCC6CA;
-webkit-box-shadow: 1px 1px 3px 2px #FCC6CA;
box-shadow: 1px 1px 3px 2px #FCC6CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCC6CA; -webkit-box-shadow: 1px 1px 3px 2px #FCC6CA; box-shadow:1px 1px 3px 2px #FCC6CA;">
Div content here
</div>
This text has color #FCC6CA on black background.
This text has color #FCC6CA on white background.
This text has black color on #FCC6CA background.
This text has white color on #FCC6CA background.
Complementary color for #hex is #033935.