COLOR #F1E9F4

HEX: #F1E9F4
RGB: (241,233,244)

Color info

#F1E9F4 contains red, green and blue colors in about the same proportion. Web safe color of #F1E9F4 is #FFFFFF (or #FFF).

RGB color model

#F1E9F4 color RGB value is (241,233,244).

  • red value is 241;
  • green value is 233;
  • blue value is 244.
RGB:
(241,233,244)
(95%,91%,96%)

RGB channels and saturation

R 241 of 255 = 95%
G 233 of 255 = 91%
B 244 of 255 = 96%

241
233
244

R + G + B ~ 94%. #F1E9F4 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 233 + 244 = 718 (100%)
R 241 of 718 ~ 33.57%
G 233 of 718 ~ 32.45%
B 244 of 718 ~ 33.98%

%33.57
%32.45
%33.98

CMYK color model

#F1E9F4 color CMYK value is (1,5,0,4).

  • cyan value is 1.23%
  • magenta value is 4.51%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(1,5,0,4)
C1M5Y0K4 
(1%,5%,0%,4%)
(0.01/0.05/0.00/0.04)	

CMYK percentages

%1.23
%4.51
%0
%4.31

Codes

Color #F1E9F4 in popluar color models

F1E9F4
RGB241233244
HSL284°33.33%93.53%
HSB/HSV284°4.51%95.69%
CMYK1.23%4.51%0.00%
4.31%

Color #F1E9F4 in popluar number systems.

HEXF1E9F4
Decimal241233244
Binary111100011110100111110100
Octal361351364

Shades and tints

Shades of #F1E9F4

#F1E9F4
(241,233,244)
#DCD4DE
(220,212,222)
#C7BFC8
(199,191,200)
#B2AAB2
(178,170,178)
#9D959C
(157,149,156)
#888086
(136,128,134)
#736B70
(115,107,112)
#5E565A
(94,86,90)
#494144
(73,65,68)
#342C2E
(52,44,46)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #F1E9F4

#F1E9F4
(241,233,244)
#F2EBF5
(242,235,245)
#F3EDF6
(243,237,246)
#F4EFF7
(244,239,247)
#F5F1F8
(245,241,248)
#F6F3F9
(246,243,249)
#F7F5FA
(247,245,250)
#F8F7FB
(248,247,251)
#F9F9FC
(249,249,252)
#FAFBFD
(250,251,253)
#FBFDFE
(251,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E9F4 color. Also use rgb(241,233,244) instead hex code.

Text Font Color

.myTextColor { color: #F1E9F4; }

<p style="color:#F1E9F4">This sample text font color is #F1E9F4.</p>

This text font color is #F1E9F4.


Background Color

.myBgColor { background-color: #F1E9F4; }

<div style="background-color:#F1E9F4">Inner text</div>

This div background color is #F1E9F4.


Border color

.myBorderColor { border: 1px solid #F1E9F4; }

<div style="border:3px solid #F1E9F4">Div</div>

This div border color is #F1E9F4.


Opacity

.myOpacity80 { color: #F1E9F4; opacity: 0.8; }

<p style="color:#F1E9F4;opacity:0.8;">80%</p>

Text with #F1E9F4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1E9F4;}

<p style="text-shadow: 3px 3px 1px #F1E9F4">Text here.</p>

This text has shadow with #F1E9F4 color.

.textShadow {text-shadow: 3px 3px 1px #F1E9F4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1E9F4, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1E9F4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1E9F4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1E9F4, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1E9F4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F1E9F4;
  -webkit-box-shadow:	1px 1px 3px 2px #F1E9F4;
  box-shadow:		1px 1px 3px 2px #F1E9F4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1E9F4;
-webkit-box-shadow: 1px 1px 3px 2px #F1E9F4;
box-shadow:1px 1px 3px 2px #F1E9F4;">
Div content here</div>
This div box has shadow with color #F1E9F4.

Preview

Color preview on black background

This text has color #F1E9F4 on black background.


Color preview on white background

This text has color #F1E9F4 on white background.



Black color preview on #F1E9F4 background

This text has black color on #F1E9F4 background.


White color preview on #F1E9F4 background

This text has white color on #F1E9F4 background.