COLOR #F1F3FE

HEX: #F1F3FE
RGB: (241,243,254)

Color info

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

RGB color model

#F1F3FE color RGB value is (241,243,254).

  • red value is 241;
  • green value is 243;
  • blue value is 254.
RGB:
(241,243,254)
(95%,95%,100%)

RGB channels and saturation

R 241 of 255 = 95%
G 243 of 255 = 95%
B 254 of 255 = 100%

241
243
254

R + G + B ~ 97%. #F1F3FE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 243 + 254 = 738 (100%)
R 241 of 738 ~ 32.66%
G 243 of 738 ~ 32.93%
B 254 of 738 ~ 34.42%

%32.66
%32.93
%34.42

CMYK color model

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

  • cyan value is 5.12%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(5,4,0,0)
C5M4Y0K0 
(5%,4%,0%,0%)
(0.05/0.04/0.00/0.00)	

CMYK percentages

%5.12
%4.33
%0
%0.39

Codes

Color #F1F3FE in popluar color models

F1F3FE
RGB241243254
HSL231°86.67%97.06%
HSB/HSV231°5.12%99.61%
CMYK5.12%4.33%0.00%
0.39%

Color #F1F3FE in popluar number systems.

HEXF1F3FE
Decimal241243254
Binary111100011111001111111110
Octal361363376

Shades and tints

Shades of #F1F3FE

#F1F3FE
(241,243,254)
#DCDDE7
(220,221,231)
#C7C7D0
(199,199,208)
#B2B1B9
(178,177,185)
#9D9BA2
(157,155,162)
#88858B
(136,133,139)
#736F74
(115,111,116)
#5E595D
(94,89,93)
#494346
(73,67,70)
#342D2F
(52,45,47)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #F1F3FE

#F1F3FE
(241,243,254)
#F2F4FE
(242,244,254)
#F3F5FE
(243,245,254)
#F4F6FE
(244,246,254)
#F5F7FE
(245,247,254)
#F6F8FE
(246,248,254)
#F7F9FE
(247,249,254)
#F8FAFE
(248,250,254)
#F9FBFE
(249,251,254)
#FAFCFE
(250,252,254)
#FBFDFE
(251,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F3FE color. Also use rgb(241,243,254) instead hex code.

Text Font Color

.myTextColor { color: #F1F3FE; }

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

This text font color is #F1F3FE.


Background Color

.myBgColor { background-color: #F1F3FE; }

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

This div background color is #F1F3FE.


Border color

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

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

This div border color is #F1F3FE.


Opacity

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

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

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

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

This text has shadow with #F1F3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F3FE on black background.


Color preview on white background

This text has color #F1F3FE on white background.



Black color preview on #F1F3FE background

This text has black color on #F1F3FE background.


White color preview on #F1F3FE background

This text has white color on #F1F3FE background.