HEX: #F9E5FB
RGB: (249,229,251)
#F9E5FB contains red, green and blue colors in about the same proportion. Web safe color of #F9E5FB is #FFCCFF (or #FCF).
#F9E5FB color RGB value is (249,229,251).
RGB: (249,229,251)
(98%, 90%, 98%)
R 249 of 255 = 98%
G 229 of 255 = 90%
B 251 of 255 = 98%
R + G + B ~ 95%. #F9E5FB is light color.
R + G + B = 249 + 229 + 251 = 729 (100%)
R 249 of 729 ~ 34.16%
G 229 of 729 ~ 31.41%
B 251 of 729 ~ 34.43'%
#F9E5FB color CMYK value is (1,9,0,2).
CMYK: (1,9,0,2)
C1M9Y0K2 (1%, 9%, 0%, 2%)
(0.01 / 0.09 / 0.00 / 0.02)
Color #F9E5FB in popluar color models
F9 | E5 | FB | |
---|---|---|---|
RGB | 249 | 229 | 251 |
HSL | 295° | 73.33% | 94.12% |
HSB/HSV | 295° | 8.76% | 98.43% |
CMYK | 0.80% | 8.76% | 0.00% |
1.57% |
Color #F9E5FB in popluar number systems.
HEX | F9 | E5 | FB |
Decimal | 249 | 229 | 251 |
Binary | 11111001 | 11100101 | 11111011 |
Octal | 371 | 345 | 373 |
Shades of #F9E5FB
Tints of #F9E5FB
Examples of css and html codes for elements with #F9E5FB color. Also use rgb(249,229,251) instead hex code.
.myTextColor { color: #F9E5FB; }
<p style="color:#F9E5FB">This sample text font color is #F9E5FB.</p>
This text font color is #F9E5FB.
.myBgColor { background-color: #F9E5FB; }
<div style="background-color:#F9E5FB">Inner text</div>
This div background color is #F9E5FB.
.myBorderColor { border: 1px solid #F9E5FB; }
<div style="border:3px solid #F9E5FB">Div</div>
This div border color is #F9E5FB.
.myOpacity80 { color: #F9E5FB; opacity: 0.8; }
<p style="color:#F9E5FB;opacity:0.8;">80%</p>
Text with #F9E5FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9E5FB;}
<p style="text-shadow: 3px 3px 1px #F9E5FB">Text here.</p>
This text has shadow with #F9E5FB color.
.textShadow {text-shadow: 3px 3px 1px #F9E5FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9E5FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9E5FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9E5FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9E5FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9E5FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9E5FB;
-webkit-box-shadow: 1px 1px 3px 2px #F9E5FB;
box-shadow: 1px 1px 3px 2px #F9E5FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9E5FB; -webkit-box-shadow: 1px 1px 3px 2px #F9E5FB; box-shadow:1px 1px 3px 2px #F9E5FB;">
Div content here
</div>
This text has color #F9E5FB on black background.
This text has color #F9E5FB on white background.
This text has black color on #F9E5FB background.
This text has white color on #F9E5FB background.
Complementary color for #hex is #061A04.