HEX: #FCBCE4
RGB: (252,188,228)
#FCBCE4 contains mainly red and blue colors. Web safe color of #FCBCE4 is #FFCCCC (or #FCC).
#FCBCE4 color RGB value is (252,188,228).
RGB: (252,188,228)
(99%, 74%, 89%)
R 252 of 255 = 99%
G 188 of 255 = 74%
B 228 of 255 = 89%
R + G + B ~ 87%. #FCBCE4 is light color.
R + G + B = 252 + 188 + 228 = 668 (100%)
R 252 of 668 ~ 37.72%
G 188 of 668 ~ 28.14%
B 228 of 668 ~ 34.13'%
#FCBCE4 color CMYK value is (0,25,10,1).
CMYK: (0,25,10,1) C0M25Y10K1 (0%,25%,10%,1%) (0.00/0.25/0.10/0.01)
Color #FCBCE4 in popluar color models
FC | BC | E4 | |
---|---|---|---|
RGB | 252 | 188 | 228 |
HSL | 323° | 91.43% | 86.27% |
HSB/HSV | 323° | 25.40% | 98.82% |
CMYK | 0.00% | 25.40% | 9.52% |
1.18% |
Color #FCBCE4 in popluar number systems.
HEX | FC | BC | E4 |
Decimal | 252 | 188 | 228 |
Binary | 11111100 | 10111100 | 11100100 |
Octal | 374 | 274 | 344 |
Shades of #FCBCE4
Tints of #FCBCE4
Examples of css and html codes for elements with #FCBCE4 color. Also use rgb(252,188,228) instead hex code.
.myTextColor { color: #FCBCE4; }
<p style="color:#FCBCE4">This sample text font color is #FCBCE4.</p>
This text font color is #FCBCE4.
.myBgColor { background-color: #FCBCE4; }
<div style="background-color:#FCBCE4">Inner text</div>
This div background color is #FCBCE4.
.myBorderColor { border: 1px solid #FCBCE4; }
<div style="border:3px solid #FCBCE4">Div</div>
This div border color is #FCBCE4.
.myOpacity80 { color: #FCBCE4; opacity: 0.8; }
<p style="color:#FCBCE4;opacity:0.8;">80%</p>
Text with #FCBCE4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCBCE4;}
<p style="text-shadow: 3px 3px 1px #FCBCE4">Text here.</p>
This text has shadow with #FCBCE4 color.
.textShadow {text-shadow: 3px 3px 1px #FCBCE4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCBCE4, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCBCE4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCBCE4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCBCE4, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCBCE4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCBCE4;
-webkit-box-shadow: 1px 1px 3px 2px #FCBCE4;
box-shadow: 1px 1px 3px 2px #FCBCE4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCBCE4; -webkit-box-shadow: 1px 1px 3px 2px #FCBCE4; box-shadow:1px 1px 3px 2px #FCBCE4;">
Div content here
</div>
This text has color #FCBCE4 on black background.
This text has color #FCBCE4 on white background.
This text has black color on #FCBCE4 background.
This text has white color on #FCBCE4 background.
Complementary color for #hex is #03431B.