HEX: #F9BEEF
RGB: (249,190,239)
#F9BEEF contains red, green and blue colors in about the same proportion. Web safe color of #F9BEEF is #FFCCFF (or #FCF).
#F9BEEF color RGB value is (249,190,239).
RGB: (249,190,239)
(98%, 75%, 94%)
R 249 of 255 = 98%
G 190 of 255 = 75%
B 239 of 255 = 94%
R + G + B ~ 89%. #F9BEEF is light color.
R + G + B = 249 + 190 + 239 = 678 (100%)
R 249 of 678 ~ 36.73%
G 190 of 678 ~ 28.02%
B 239 of 678 ~ 35.25'%
#F9BEEF color CMYK value is (0,24,4,2).
CMYK: (0,24,4,2) C0M24Y4K2 (0%,24%,4%,2%) (0.00/0.24/0.04/0.02)
Color #F9BEEF in popluar color models
F9 | BE | EF | |
---|---|---|---|
RGB | 249 | 190 | 239 |
HSL | 310° | 83.10% | 86.08% |
HSB/HSV | 310° | 23.69% | 97.65% |
CMYK | 0.00% | 23.69% | 4.02% |
2.35% |
Color #F9BEEF in popluar number systems.
HEX | F9 | BE | EF |
Decimal | 249 | 190 | 239 |
Binary | 11111001 | 10111110 | 11101111 |
Octal | 371 | 276 | 357 |
Shades of #F9BEEF
Tints of #F9BEEF
Examples of css and html codes for elements with #F9BEEF color. Also use rgb(249,190,239) instead hex code.
.myTextColor { color: #F9BEEF; }
<p style="color:#F9BEEF">This sample text font color is #F9BEEF.</p>
This text font color is #F9BEEF.
.myBgColor { background-color: #F9BEEF; }
<div style="background-color:#F9BEEF">Inner text</div>
This div background color is #F9BEEF.
.myBorderColor { border: 1px solid #F9BEEF; }
<div style="border:3px solid #F9BEEF">Div</div>
This div border color is #F9BEEF.
.myOpacity80 { color: #F9BEEF; opacity: 0.8; }
<p style="color:#F9BEEF;opacity:0.8;">80%</p>
Text with #F9BEEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9BEEF;}
<p style="text-shadow: 3px 3px 1px #F9BEEF">Text here.</p>
This text has shadow with #F9BEEF color.
.textShadow {text-shadow: 3px 3px 1px #F9BEEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9BEEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9BEEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9BEEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9BEEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9BEEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9BEEF;
-webkit-box-shadow: 1px 1px 3px 2px #F9BEEF;
box-shadow: 1px 1px 3px 2px #F9BEEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9BEEF; -webkit-box-shadow: 1px 1px 3px 2px #F9BEEF; box-shadow:1px 1px 3px 2px #F9BEEF;">
Div content here
</div>
This text has color #F9BEEF on black background.
This text has color #F9BEEF on white background.
This text has black color on #F9BEEF background.
This text has white color on #F9BEEF background.
Complementary color for #hex is #064110.