COLOR #F1E8FC

HEX: #F1E8FC
RGB: (241,232,252)

Color info

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

RGB color model

#F1E8FC color RGB value is (241,232,252).

  • red value is 241;
  • green value is 232;
  • blue value is 252.
RGB:
(241,232,252)
(95%,91%,99%)

RGB channels and saturation

R 241 of 255 = 95%
G 232 of 255 = 91%
B 252 of 255 = 99%

241
232
252

R + G + B ~ 95%. #F1E8FC is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 232 + 252 = 725 (100%)
R 241 of 725 ~ 33.24%
G 232 of 725 ~ 32%
B 252 of 725 ~ 34.76%

%33.24
%32
%34.76

CMYK color model

#F1E8FC color CMYK value is (4,8,0,1).

  • cyan value is 4.37%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(4,8,0,1)
C4M8Y0K1 
(4%,8%,0%,1%)
(0.04/0.08/0.00/0.01)	

CMYK percentages

%4.37
%7.94
%0
%1.18

Codes

Color #F1E8FC in popluar color models

F1E8FC
RGB241232252
HSL267°76.92%94.90%
HSB/HSV267°7.94%98.82%
CMYK4.37%7.94%0.00%
1.18%

Color #F1E8FC in popluar number systems.

HEXF1E8FC
Decimal241232252
Binary111100011110100011111100
Octal361350374

Shades and tints

Shades of #F1E8FC

#F1E8FC
(241,232,252)
#DCD3E6
(220,211,230)
#C7BED0
(199,190,208)
#B2A9BA
(178,169,186)
#9D94A4
(157,148,164)
#887F8E
(136,127,142)
#736A78
(115,106,120)
#5E5562
(94,85,98)
#49404C
(73,64,76)
#342B36
(52,43,54)
#1F1620
(31,22,32)
#000000
(0,0,0)

Tints of #F1E8FC

#F1E8FC
(241,232,252)
#F2EAFC
(242,234,252)
#F3ECFC
(243,236,252)
#F4EEFC
(244,238,252)
#F5F0FC
(245,240,252)
#F6F2FC
(246,242,252)
#F7F4FC
(247,244,252)
#F8F6FC
(248,246,252)
#F9F8FC
(249,248,252)
#FAFAFC
(250,250,252)
#FBFCFC
(251,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E8FC color. Also use rgb(241,232,252) instead hex code.

Text Font Color

.myTextColor { color: #F1E8FC; }

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

This text font color is #F1E8FC.


Background Color

.myBgColor { background-color: #F1E8FC; }

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

This div background color is #F1E8FC.


Border color

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

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

This div border color is #F1E8FC.


Opacity

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

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

Text with #F1E8FC 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 #F1E8FC;}

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

This text has shadow with #F1E8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E8FC on black background.


Color preview on white background

This text has color #F1E8FC on white background.



Black color preview on #F1E8FC background

This text has black color on #F1E8FC background.


White color preview on #F1E8FC background

This text has white color on #F1E8FC background.