HEX: #F6BBDE
RGB: (246,187,222)
#F6BBDE contains red, green and blue colors in about the same proportion. Web safe color of #F6BBDE is #FFCCCC (or #FCC).
#F6BBDE color RGB value is (246,187,222).
RGB: (246,187,222)
(96%, 73%, 87%)
R 246 of 255 = 96%
G 187 of 255 = 73%
B 222 of 255 = 87%
R + G + B ~ 85%. #F6BBDE is quite light color.
R + G + B = 246 + 187 + 222 = 655 (100%)
R 246 of 655 ~ 37.56%
G 187 of 655 ~ 28.55%
B 222 of 655 ~ 33.89'%
#F6BBDE color CMYK value is (0,24,10,4).
CMYK: (0,24,10,4)
C0M24Y10K4 (0%, 24%, 10%, 4%)
(0.00 / 0.24 / 0.10 / 0.04)
Color #F6BBDE in popluar color models
F6 | BB | DE | |
---|---|---|---|
RGB | 246 | 187 | 222 |
HSL | 324° | 76.62% | 84.90% |
HSB/HSV | 324° | 23.98% | 96.47% |
CMYK | 0.00% | 23.98% | 9.76% |
3.53% |
Color #F6BBDE in popluar number systems.
HEX | F6 | BB | DE |
Decimal | 246 | 187 | 222 |
Binary | 11110110 | 10111011 | 11011110 |
Octal | 366 | 273 | 336 |
Shades of #F6BBDE
Tints of #F6BBDE
Examples of css and html codes for elements with #F6BBDE color. Also use rgb(246,187,222) instead hex code.
.myTextColor { color: #F6BBDE; }
<p style="color:#F6BBDE">This sample text font color is #F6BBDE.</p>
This text font color is #F6BBDE.
.myBgColor { background-color: #F6BBDE; }
<div style="background-color:#F6BBDE">Inner text</div>
This div background color is #F6BBDE.
.myBorderColor { border: 1px solid #F6BBDE; }
<div style="border:3px solid #F6BBDE">Div</div>
This div border color is #F6BBDE.
.myOpacity80 { color: #F6BBDE; opacity: 0.8; }
<p style="color:#F6BBDE;opacity:0.8;">80%</p>
Text with #F6BBDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6BBDE;}
<p style="text-shadow: 3px 3px 1px #F6BBDE">Text here.</p>
This text has shadow with #F6BBDE color.
.textShadow {text-shadow: 3px 3px 1px #F6BBDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6BBDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6BBDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6BBDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6BBDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6BBDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6BBDE;
-webkit-box-shadow: 1px 1px 3px 2px #F6BBDE;
box-shadow: 1px 1px 3px 2px #F6BBDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6BBDE; -webkit-box-shadow: 1px 1px 3px 2px #F6BBDE; box-shadow:1px 1px 3px 2px #F6BBDE;">
Div content here
</div>
This text has color #F6BBDE on black background.
This text has color #F6BBDE on white background.
This text has black color on #F6BBDE background.
This text has white color on #F6BBDE background.
Complementary color for #hex is #094421.
Color #F6BBDE is used in Pink Pearl gradient.
Pink Pearl