HEX: #F9E3FF
RGB: (249,227,255)
#F9E3FF contains red, green and blue colors in about the same proportion. Web safe color of #F9E3FF is #FFCCFF (or #FCF).
#F9E3FF color RGB value is (249,227,255).
RGB: (249,227,255)
(98%, 89%, 100%)
R 249 of 255 = 98%
G 227 of 255 = 89%
B 255 of 255 = 100%
R + G + B ~ 96%. #F9E3FF is light color.
R + G + B = 249 + 227 + 255 = 731 (100%)
R 249 of 731 ~ 34.06%
G 227 of 731 ~ 31.05%
B 255 of 731 ~ 34.88'%
#F9E3FF color CMYK value is (2,11,0,0).
CMYK: (2,11,0,0)
C2M11Y0K0 (2%, 11%, 0%, 0%)
(0.02 / 0.11 / 0.00 / 0.00)
Color #F9E3FF in popluar color models
F9 | E3 | FF | |
---|---|---|---|
RGB | 249 | 227 | 255 |
HSL | 287° | 100.00% | 94.51% |
HSB/HSV | 287° | 10.98% | 100.00% |
CMYK | 2.35% | 10.98% | 0.00% |
0.00% |
Color #F9E3FF in popluar number systems.
HEX | F9 | E3 | FF |
Decimal | 249 | 227 | 255 |
Binary | 11111001 | 11100011 | 11111111 |
Octal | 371 | 343 | 377 |
Shades of #F9E3FF
Tints of #F9E3FF
Examples of css and html codes for elements with #F9E3FF color. Also use rgb(249,227,255) instead hex code.
.myTextColor { color: #F9E3FF; }
<p style="color:#F9E3FF">This sample text font color is #F9E3FF.</p>
This text font color is #F9E3FF.
.myBgColor { background-color: #F9E3FF; }
<div style="background-color:#F9E3FF">Inner text</div>
This div background color is #F9E3FF.
.myBorderColor { border: 1px solid #F9E3FF; }
<div style="border:3px solid #F9E3FF">Div</div>
This div border color is #F9E3FF.
.myOpacity80 { color: #F9E3FF; opacity: 0.8; }
<p style="color:#F9E3FF;opacity:0.8;">80%</p>
Text with #F9E3FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9E3FF;}
<p style="text-shadow: 3px 3px 1px #F9E3FF">Text here.</p>
This text has shadow with #F9E3FF color.
.textShadow {text-shadow: 3px 3px 1px #F9E3FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9E3FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9E3FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9E3FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9E3FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9E3FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9E3FF;
-webkit-box-shadow: 1px 1px 3px 2px #F9E3FF;
box-shadow: 1px 1px 3px 2px #F9E3FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9E3FF; -webkit-box-shadow: 1px 1px 3px 2px #F9E3FF; box-shadow:1px 1px 3px 2px #F9E3FF;">
Div content here
</div>
This text has color #F9E3FF on black background.
This text has color #F9E3FF on white background.
This text has black color on #F9E3FF background.
This text has white color on #F9E3FF background.
Complementary color for #hex is #061C00.