HEX: #FCD2BB
RGB: (252,210,187)
#FCD2BB contains mainly red and green colors. Web safe color of #FCD2BB is #FFCCCC (or #FCC).
#FCD2BB color RGB value is (252,210,187).
RGB: (252,210,187)
(99%, 82%, 73%)
R 252 of 255 = 99%
G 210 of 255 = 82%
B 187 of 255 = 73%
R + G + B ~ 85%. #FCD2BB is quite light color.
R + G + B = 252 + 210 + 187 = 649 (100%)
R 252 of 649 ~ 38.83%
G 210 of 649 ~ 32.36%
B 187 of 649 ~ 28.81'%
#FCD2BB color CMYK value is (0,17,26,1).
CMYK: (0,17,26,1) C0M17Y26K1 (0%,17%,26%,1%) (0.00/0.17/0.26/0.01)
Color #FCD2BB in popluar color models
FC | D2 | BB | |
---|---|---|---|
RGB | 252 | 210 | 187 |
HSL | 21° | 91.55% | 86.08% |
HSB/HSV | 21° | 25.79% | 98.82% |
CMYK | 0.00% | 16.67% | 25.79% |
1.18% |
Color #FCD2BB in popluar number systems.
HEX | FC | D2 | BB |
Decimal | 252 | 210 | 187 |
Binary | 11111100 | 11010010 | 10111011 |
Octal | 374 | 322 | 273 |
Shades of #FCD2BB
Tints of #FCD2BB
Examples of css and html codes for elements with #FCD2BB color. Also use rgb(252,210,187) instead hex code.
.myTextColor { color: #FCD2BB; }
<p style="color:#FCD2BB">This sample text font color is #FCD2BB.</p>
This text font color is #FCD2BB.
.myBgColor { background-color: #FCD2BB; }
<div style="background-color:#FCD2BB">Inner text</div>
This div background color is #FCD2BB.
.myBorderColor { border: 1px solid #FCD2BB; }
<div style="border:3px solid #FCD2BB">Div</div>
This div border color is #FCD2BB.
.myOpacity80 { color: #FCD2BB; opacity: 0.8; }
<p style="color:#FCD2BB;opacity:0.8;">80%</p>
Text with #FCD2BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCD2BB;}
<p style="text-shadow: 3px 3px 1px #FCD2BB">Text here.</p>
This text has shadow with #FCD2BB color.
.textShadow {text-shadow: 3px 3px 1px #FCD2BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCD2BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCD2BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCD2BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCD2BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCD2BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCD2BB;
-webkit-box-shadow: 1px 1px 3px 2px #FCD2BB;
box-shadow: 1px 1px 3px 2px #FCD2BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCD2BB; -webkit-box-shadow: 1px 1px 3px 2px #FCD2BB; box-shadow:1px 1px 3px 2px #FCD2BB;">
Div content here
</div>
This text has color #FCD2BB on black background.
This text has color #FCD2BB on white background.
This text has black color on #FCD2BB background.
This text has white color on #FCD2BB background.
Complementary color for #hex is #032D44.