HEX: #FCC2B4
RGB: (252,194,180)
#FCC2B4 contains mainly red and green colors. Web safe color of #FCC2B4 is #FFCCCC (or #FCC).
#FCC2B4 color RGB value is (252,194,180).
RGB: (252,194,180)
(99%, 76%, 71%)
R 252 of 255 = 99%
G 194 of 255 = 76%
B 180 of 255 = 71%
R + G + B ~ 82%. #FCC2B4 is quite light color.
R + G + B = 252 + 194 + 180 = 626 (100%)
R 252 of 626 ~ 40.26%
G 194 of 626 ~ 30.99%
B 180 of 626 ~ 28.75'%
#FCC2B4 color CMYK value is (0,23,29,1).
CMYK: (0,23,29,1) C0M23Y29K1 (0%,23%,29%,1%) (0.00/0.23/0.29/0.01)
Color #FCC2B4 in popluar color models
FC | C2 | B4 | |
---|---|---|---|
RGB | 252 | 194 | 180 |
HSL | 12° | 92.31% | 84.71% |
HSB/HSV | 12° | 28.57% | 98.82% |
CMYK | 0.00% | 23.02% | 28.57% |
1.18% |
Color #FCC2B4 in popluar number systems.
HEX | FC | C2 | B4 |
Decimal | 252 | 194 | 180 |
Binary | 11111100 | 11000010 | 10110100 |
Octal | 374 | 302 | 264 |
Shades of #FCC2B4
Tints of #FCC2B4
Examples of css and html codes for elements with #FCC2B4 color. Also use rgb(252,194,180) instead hex code.
.myTextColor { color: #FCC2B4; }
<p style="color:#FCC2B4">This sample text font color is #FCC2B4.</p>
This text font color is #FCC2B4.
.myBgColor { background-color: #FCC2B4; }
<div style="background-color:#FCC2B4">Inner text</div>
This div background color is #FCC2B4.
.myBorderColor { border: 1px solid #FCC2B4; }
<div style="border:3px solid #FCC2B4">Div</div>
This div border color is #FCC2B4.
.myOpacity80 { color: #FCC2B4; opacity: 0.8; }
<p style="color:#FCC2B4;opacity:0.8;">80%</p>
Text with #FCC2B4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCC2B4;}
<p style="text-shadow: 3px 3px 1px #FCC2B4">Text here.</p>
This text has shadow with #FCC2B4 color.
.textShadow {text-shadow: 3px 3px 1px #FCC2B4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCC2B4, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCC2B4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCC2B4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCC2B4, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCC2B4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCC2B4;
-webkit-box-shadow: 1px 1px 3px 2px #FCC2B4;
box-shadow: 1px 1px 3px 2px #FCC2B4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCC2B4; -webkit-box-shadow: 1px 1px 3px 2px #FCC2B4; box-shadow:1px 1px 3px 2px #FCC2B4;">
Div content here
</div>
This text has color #FCC2B4 on black background.
This text has color #FCC2B4 on white background.
This text has black color on #FCC2B4 background.
This text has white color on #FCC2B4 background.
Complementary color for #hex is #033D4B.