HEX: #F0BEDB
RGB: (240,190,219)
#F0BEDB contains red, green and blue colors in about the same proportion. Web safe color of #F0BEDB is #FFCCCC (or #FCC).
#F0BEDB color RGB value is (240,190,219).
RGB: (240,190,219)
(94%, 75%, 86%)
R 240 of 255 = 94%
G 190 of 255 = 75%
B 219 of 255 = 86%
R + G + B ~ 85%. #F0BEDB is quite light color.
R + G + B = 240 + 190 + 219 = 649 (100%)
R 240 of 649 ~ 36.98%
G 190 of 649 ~ 29.28%
B 219 of 649 ~ 33.74'%
#F0BEDB color CMYK value is (0,21,9,6).
CMYK: (0,21,9,6) C0M21Y9K6 (0%,21%,9%,6%) (0.00/0.21/0.09/0.06)
Color #F0BEDB in popluar color models
F0 | BE | DB | |
---|---|---|---|
RGB | 240 | 190 | 219 |
HSL | 325° | 62.50% | 84.31% |
HSB/HSV | 325° | 20.83% | 94.12% |
CMYK | 0.00% | 20.83% | 8.75% |
5.88% |
Color #F0BEDB in popluar number systems.
HEX | F0 | BE | DB |
Decimal | 240 | 190 | 219 |
Binary | 11110000 | 10111110 | 11011011 |
Octal | 360 | 276 | 333 |
Shades of #F0BEDB
Tints of #F0BEDB
Examples of css and html codes for elements with #F0BEDB color. Also use rgb(240,190,219) instead hex code.
.myTextColor { color: #F0BEDB; }
<p style="color:#F0BEDB">This sample text font color is #F0BEDB.</p>
This text font color is #F0BEDB.
.myBgColor { background-color: #F0BEDB; }
<div style="background-color:#F0BEDB">Inner text</div>
This div background color is #F0BEDB.
.myBorderColor { border: 1px solid #F0BEDB; }
<div style="border:3px solid #F0BEDB">Div</div>
This div border color is #F0BEDB.
.myOpacity80 { color: #F0BEDB; opacity: 0.8; }
<p style="color:#F0BEDB;opacity:0.8;">80%</p>
Text with #F0BEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0BEDB;}
<p style="text-shadow: 3px 3px 1px #F0BEDB">Text here.</p>
This text has shadow with #F0BEDB color.
.textShadow {text-shadow: 3px 3px 1px #F0BEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0BEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0BEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0BEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0BEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0BEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0BEDB;
-webkit-box-shadow: 1px 1px 3px 2px #F0BEDB;
box-shadow: 1px 1px 3px 2px #F0BEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0BEDB; -webkit-box-shadow: 1px 1px 3px 2px #F0BEDB; box-shadow:1px 1px 3px 2px #F0BEDB;">
Div content here
</div>
This text has color #F0BEDB on black background.
This text has color #F0BEDB on white background.
This text has black color on #F0BEDB background.
This text has white color on #F0BEDB background.
Complementary color for #hex is #0F4124.