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