HEX: #FCB4CB
RGB: (252,180,203)
#FCB4CB contains mainly red and blue colors. Web safe color of #FCB4CB is #FFCCCC (or #FCC).
#FCB4CB color RGB value is (252,180,203).
RGB: (252,180,203)
(99%, 71%, 80%)
R 252 of 255 = 99%
G 180 of 255 = 71%
B 203 of 255 = 80%
R + G + B ~ 83%. #FCB4CB is quite light color.
R + G + B = 252 + 180 + 203 = 635 (100%)
R 252 of 635 ~ 39.69%
G 180 of 635 ~ 28.35%
B 203 of 635 ~ 31.97'%
#FCB4CB color CMYK value is (0,29,19,1).
CMYK: (0,29,19,1) C0M29Y19K1 (0%,29%,19%,1%) (0.00/0.29/0.19/0.01)
Color #FCB4CB in popluar color models
FC | B4 | CB | |
---|---|---|---|
RGB | 252 | 180 | 203 |
HSL | 341° | 92.31% | 84.71% |
HSB/HSV | 341° | 28.57% | 98.82% |
CMYK | 0.00% | 28.57% | 19.44% |
1.18% |
Color #FCB4CB in popluar number systems.
HEX | FC | B4 | CB |
Decimal | 252 | 180 | 203 |
Binary | 11111100 | 10110100 | 11001011 |
Octal | 374 | 264 | 313 |
Shades of #FCB4CB
Tints of #FCB4CB
Examples of css and html codes for elements with #FCB4CB color. Also use rgb(252,180,203) instead hex code.
.myTextColor { color: #FCB4CB; }
<p style="color:#FCB4CB">This sample text font color is #FCB4CB.</p>
This text font color is #FCB4CB.
.myBgColor { background-color: #FCB4CB; }
<div style="background-color:#FCB4CB">Inner text</div>
This div background color is #FCB4CB.
.myBorderColor { border: 1px solid #FCB4CB; }
<div style="border:3px solid #FCB4CB">Div</div>
This div border color is #FCB4CB.
.myOpacity80 { color: #FCB4CB; opacity: 0.8; }
<p style="color:#FCB4CB;opacity:0.8;">80%</p>
Text with #FCB4CB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCB4CB;}
<p style="text-shadow: 3px 3px 1px #FCB4CB">Text here.</p>
This text has shadow with #FCB4CB color.
.textShadow {text-shadow: 3px 3px 1px #FCB4CB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCB4CB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCB4CB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCB4CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCB4CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCB4CB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCB4CB;
-webkit-box-shadow: 1px 1px 3px 2px #FCB4CB;
box-shadow: 1px 1px 3px 2px #FCB4CB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCB4CB; -webkit-box-shadow: 1px 1px 3px 2px #FCB4CB; box-shadow:1px 1px 3px 2px #FCB4CB;">
Div content here
</div>
This text has color #FCB4CB on black background.
This text has color #FCB4CB on white background.
This text has black color on #FCB4CB background.
This text has white color on #FCB4CB background.
Complementary color for #hex is #034B34.