COLOR #F1E2FC

HEX: #F1E2FC
RGB: (241,226,252)

Color info

#F1E2FC contains red, green and blue colors in about the same proportion. Web safe color of #F1E2FC is #FFCCFF (or #FCF).

RGB color model

#F1E2FC color RGB value is (241,226,252).

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

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 252 of 255 = 99%

241
226
252

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

Portions of RGB colors in percentages

R + G + B =
241 + 226 + 252 = 719 (100%)
R 241 of 719 ~ 33.52%
G 226 of 719 ~ 31.43%
B 252 of 719 ~ 35.05%

%33.52
%31.43
%35.05

CMYK color model

#F1E2FC color CMYK value is (4,10,0,1).

  • cyan value is 4.37%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(4,10,0,1)
C4M10Y0K1 
(4%,10%,0%,1%)
(0.04/0.10/0.00/0.01)	

CMYK percentages

%4.37
%10.32
%0
%1.18

Codes

Color #F1E2FC in popluar color models

F1E2FC
RGB241226252
HSL275°81.25%93.73%
HSB/HSV275°10.32%98.82%
CMYK4.37%10.32%0.00%
1.18%

Color #F1E2FC in popluar number systems.

HEXF1E2FC
Decimal241226252
Binary111100011110001011111100
Octal361342374

Shades and tints

Shades of #F1E2FC

#F1E2FC
(241,226,252)
#DCCEE6
(220,206,230)
#C7BAD0
(199,186,208)
#B2A6BA
(178,166,186)
#9D92A4
(157,146,164)
#887E8E
(136,126,142)
#736A78
(115,106,120)
#5E5662
(94,86,98)
#49424C
(73,66,76)
#342E36
(52,46,54)
#1F1A20
(31,26,32)
#000000
(0,0,0)

Tints of #F1E2FC

#F1E2FC
(241,226,252)
#F2E4FC
(242,228,252)
#F3E6FC
(243,230,252)
#F4E8FC
(244,232,252)
#F5EAFC
(245,234,252)
#F6ECFC
(246,236,252)
#F7EEFC
(247,238,252)
#F8F0FC
(248,240,252)
#F9F2FC
(249,242,252)
#FAF4FC
(250,244,252)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E2FC; }

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

This text font color is #F1E2FC.


Background Color

.myBgColor { background-color: #F1E2FC; }

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

This div background color is #F1E2FC.


Border color

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

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

This div border color is #F1E2FC.


Opacity

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

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

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

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

This text has shadow with #F1E2FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E2FC on black background.


Color preview on white background

This text has color #F1E2FC on white background.



Black color preview on #F1E2FC background

This text has black color on #F1E2FC background.


White color preview on #F1E2FC background

This text has white color on #F1E2FC background.