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