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