HEX: #FCC3EE
RGB: (252,195,238)
#FCC3EE contains red, green and blue colors in about the same proportion. Web safe color of #FCC3EE is #FFCCFF (or #FCF).
#FCC3EE color RGB value is (252,195,238).
RGB: (252,195,238)
(99%, 76%, 93%)
R 252 of 255 = 99%
G 195 of 255 = 76%
B 238 of 255 = 93%
R + G + B ~ 89%. #FCC3EE is light color.
R + G + B = 252 + 195 + 238 = 685 (100%)
R 252 of 685 ~ 36.79%
G 195 of 685 ~ 28.47%
B 238 of 685 ~ 34.74'%
#FCC3EE color CMYK value is (0,23,6,1).
CMYK: (0,23,6,1)
C0M23Y6K1 (0%, 23%, 6%, 1%)
(0.00 / 0.23 / 0.06 / 0.01)
Color #FCC3EE in popluar color models
FC | C3 | EE | |
---|---|---|---|
RGB | 252 | 195 | 238 |
HSL | 315° | 90.48% | 87.65% |
HSB/HSV | 315° | 22.62% | 98.82% |
CMYK | 0.00% | 22.62% | 5.56% |
1.18% |
Color #FCC3EE in popluar number systems.
HEX | FC | C3 | EE |
Decimal | 252 | 195 | 238 |
Binary | 11111100 | 11000011 | 11101110 |
Octal | 374 | 303 | 356 |
Shades of #FCC3EE
Tints of #FCC3EE
Examples of css and html codes for elements with #FCC3EE color. Also use rgb(252,195,238) instead hex code.
.myTextColor { color: #FCC3EE; }
<p style="color:#FCC3EE">This sample text font color is #FCC3EE.</p>
This text font color is #FCC3EE.
.myBgColor { background-color: #FCC3EE; }
<div style="background-color:#FCC3EE">Inner text</div>
This div background color is #FCC3EE.
.myBorderColor { border: 1px solid #FCC3EE; }
<div style="border:3px solid #FCC3EE">Div</div>
This div border color is #FCC3EE.
.myOpacity80 { color: #FCC3EE; opacity: 0.8; }
<p style="color:#FCC3EE;opacity:0.8;">80%</p>
Text with #FCC3EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCC3EE;}
<p style="text-shadow: 3px 3px 1px #FCC3EE">Text here.</p>
This text has shadow with #FCC3EE color.
.textShadow {text-shadow: 3px 3px 1px #FCC3EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCC3EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCC3EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCC3EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCC3EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCC3EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCC3EE;
-webkit-box-shadow: 1px 1px 3px 2px #FCC3EE;
box-shadow: 1px 1px 3px 2px #FCC3EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCC3EE; -webkit-box-shadow: 1px 1px 3px 2px #FCC3EE; box-shadow:1px 1px 3px 2px #FCC3EE;">
Div content here
</div>
This text has color #FCC3EE on black background.
This text has color #FCC3EE on white background.
This text has black color on #FCC3EE background.
This text has white color on #FCC3EE background.
Complementary color for #hex is #033C11.