COLOR #F1E2FA

HEX: #F1E2FA
RGB: (241,226,250)

Color info

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

RGB color model

#F1E2FA color RGB value is (241,226,250).

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

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 250 of 255 = 98%

241
226
250

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

Portions of RGB colors in percentages

R + G + B =
241 + 226 + 250 = 717 (100%)
R 241 of 717 ~ 33.61%
G 226 of 717 ~ 31.52%
B 250 of 717 ~ 34.87%

%33.61
%31.52
%34.87

CMYK color model

#F1E2FA color CMYK value is (4,10,0,2).

  • cyan value is 3.60%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,10,0,2)
C4M10Y0K2 
(4%,10%,0%,2%)
(0.04/0.10/0.00/0.02)	

CMYK percentages

%3.6
%9.6
%0
%1.96

Codes

Color #F1E2FA in popluar color models

F1E2FA
RGB241226250
HSL278°70.59%93.33%
HSB/HSV278°9.60%98.04%
CMYK3.60%9.60%0.00%
1.96%

Color #F1E2FA in popluar number systems.

HEXF1E2FA
Decimal241226250
Binary111100011110001011111010
Octal361342372

Shades and tints

Shades of #F1E2FA

#F1E2FA
(241,226,250)
#DCCEE4
(220,206,228)
#C7BACE
(199,186,206)
#B2A6B8
(178,166,184)
#9D92A2
(157,146,162)
#887E8C
(136,126,140)
#736A76
(115,106,118)
#5E5660
(94,86,96)
#49424A
(73,66,74)
#342E34
(52,46,52)
#1F1A1E
(31,26,30)
#000000
(0,0,0)

Tints of #F1E2FA

#F1E2FA
(241,226,250)
#F2E4FA
(242,228,250)
#F3E6FA
(243,230,250)
#F4E8FA
(244,232,250)
#F5EAFA
(245,234,250)
#F6ECFA
(246,236,250)
#F7EEFA
(247,238,250)
#F8F0FA
(248,240,250)
#F9F2FA
(249,242,250)
#FAF4FA
(250,244,250)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E2FA; }

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

This text font color is #F1E2FA.


Background Color

.myBgColor { background-color: #F1E2FA; }

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

This div background color is #F1E2FA.


Border color

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

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

This div border color is #F1E2FA.


Opacity

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

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

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

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

This text has shadow with #F1E2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E2FA on black background.


Color preview on white background

This text has color #F1E2FA on white background.



Black color preview on #F1E2FA background

This text has black color on #F1E2FA background.


White color preview on #F1E2FA background

This text has white color on #F1E2FA background.