HEX: #F9BCDA
RGB: (249,188,218)
#F9BCDA contains mainly red and blue colors. Web safe color of #F9BCDA is #FFCCCC (or #FCC).
#F9BCDA color RGB value is (249,188,218).
RGB: (249,188,218)
(98%, 74%, 85%)
R 249 of 255 = 98%
G 188 of 255 = 74%
B 218 of 255 = 85%
R + G + B ~ 86%. #F9BCDA is light color.
R + G + B = 249 + 188 + 218 = 655 (100%)
R 249 of 655 ~ 38.02%
G 188 of 655 ~ 28.7%
B 218 of 655 ~ 33.28'%
#F9BCDA color CMYK value is (0,24,12,2).
CMYK: (0,24,12,2)
C0M24Y12K2 (0%, 24%, 12%, 2%)
(0.00 / 0.24 / 0.12 / 0.02)
Color #F9BCDA in popluar color models
F9 | BC | DA | |
---|---|---|---|
RGB | 249 | 188 | 218 |
HSL | 330° | 83.56% | 85.69% |
HSB/HSV | 330° | 24.50% | 97.65% |
CMYK | 0.00% | 24.50% | 12.45% |
2.35% |
Color #F9BCDA in popluar number systems.
HEX | F9 | BC | DA |
Decimal | 249 | 188 | 218 |
Binary | 11111001 | 10111100 | 11011010 |
Octal | 371 | 274 | 332 |
Shades of #F9BCDA
Tints of #F9BCDA
Examples of css and html codes for elements with #F9BCDA color. Also use rgb(249,188,218) instead hex code.
.myTextColor { color: #F9BCDA; }
<p style="color:#F9BCDA">This sample text font color is #F9BCDA.</p>
This text font color is #F9BCDA.
.myBgColor { background-color: #F9BCDA; }
<div style="background-color:#F9BCDA">Inner text</div>
This div background color is #F9BCDA.
.myBorderColor { border: 1px solid #F9BCDA; }
<div style="border:3px solid #F9BCDA">Div</div>
This div border color is #F9BCDA.
.myOpacity80 { color: #F9BCDA; opacity: 0.8; }
<p style="color:#F9BCDA;opacity:0.8;">80%</p>
Text with #F9BCDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9BCDA;}
<p style="text-shadow: 3px 3px 1px #F9BCDA">Text here.</p>
This text has shadow with #F9BCDA color.
.textShadow {text-shadow: 3px 3px 1px #F9BCDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9BCDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9BCDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9BCDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9BCDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9BCDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9BCDA;
-webkit-box-shadow: 1px 1px 3px 2px #F9BCDA;
box-shadow: 1px 1px 3px 2px #F9BCDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9BCDA; -webkit-box-shadow: 1px 1px 3px 2px #F9BCDA; box-shadow:1px 1px 3px 2px #F9BCDA;">
Div content here
</div>
This text has color #F9BCDA on black background.
This text has color #F9BCDA on white background.
This text has black color on #F9BCDA background.
This text has white color on #F9BCDA background.
Complementary color for #hex is #064325.