HEX: #F59BDD
RGB: (245,155,221)
#F59BDD contains mainly red and blue colors. Web safe color of #F59BDD is #FF99CC (or #F9C).
#F59BDD color RGB value is (245,155,221).
RGB: (245,155,221)
(96%, 61%, 87%)
R 245 of 255 = 96%
G 155 of 255 = 61%
B 221 of 255 = 87%
R + G + B ~ 81%. #F59BDD is quite light color.
R + G + B = 245 + 155 + 221 = 621 (100%)
R 245 of 621 ~ 39.45%
G 155 of 621 ~ 24.96%
B 221 of 621 ~ 35.59'%
#F59BDD color CMYK value is (0,37,10,4).
CMYK: (0,37,10,4) C0M37Y10K4 (0%,37%,10%,4%) (0.00/0.37/0.10/0.04)
Color #F59BDD in popluar color models
F5 | 9B | DD | |
---|---|---|---|
RGB | 245 | 155 | 221 |
HSL | 316° | 81.82% | 78.43% |
HSB/HSV | 316° | 36.73% | 96.08% |
CMYK | 0.00% | 36.73% | 9.80% |
3.92% |
Color #F59BDD in popluar number systems.
HEX | F5 | 9B | DD |
Decimal | 245 | 155 | 221 |
Binary | 11110101 | 10011011 | 11011101 |
Octal | 365 | 233 | 335 |
Shades of #F59BDD
Tints of #F59BDD
Examples of css and html codes for elements with #F59BDD color. Also use rgb(245,155,221) instead hex code.
.myTextColor { color: #F59BDD; }
<p style="color:#F59BDD">This sample text font color is #F59BDD.</p>
This text font color is #F59BDD.
.myBgColor { background-color: #F59BDD; }
<div style="background-color:#F59BDD">Inner text</div>
This div background color is #F59BDD.
.myBorderColor { border: 1px solid #F59BDD; }
<div style="border:3px solid #F59BDD">Div</div>
This div border color is #F59BDD.
.myOpacity80 { color: #F59BDD; opacity: 0.8; }
<p style="color:#F59BDD;opacity:0.8;">80%</p>
Text with #F59BDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F59BDD;}
<p style="text-shadow: 3px 3px 1px #F59BDD">Text here.</p>
This text has shadow with #F59BDD color.
.textShadow {text-shadow: 3px 3px 1px #F59BDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F59BDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F59BDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F59BDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F59BDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F59BDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F59BDD;
-webkit-box-shadow: 1px 1px 3px 2px #F59BDD;
box-shadow: 1px 1px 3px 2px #F59BDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F59BDD; -webkit-box-shadow: 1px 1px 3px 2px #F59BDD; box-shadow:1px 1px 3px 2px #F59BDD;">
Div content here
</div>
This text has color #F59BDD on black background.
This text has color #F59BDD on white background.
This text has black color on #F59BDD background.
This text has white color on #F59BDD background.
Complementary color for #hex is #0A6422.