COLOR #F1F4FE

HEX: #F1F4FE
RGB: (241,244,254)

Color info

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

RGB color model

#F1F4FE color RGB value is (241,244,254).

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

RGB channels and saturation

R 241 of 255 = 95%
G 244 of 255 = 96%
B 254 of 255 = 100%

241
244
254

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

Portions of RGB colors in percentages

R + G + B =
241 + 244 + 254 = 739 (100%)
R 241 of 739 ~ 32.61%
G 244 of 739 ~ 33.02%
B 254 of 739 ~ 34.37%

%32.61
%33.02
%34.37

CMYK color model

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

  • cyan value is 5.12%
  • magenta value is 3.94%
  • 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
%3.94
%0
%0.39

Codes

Color #F1F4FE in popluar color models

F1F4FE
RGB241244254
HSL226°86.67%97.06%
HSB/HSV226°5.12%99.61%
CMYK5.12%3.94%0.00%
0.39%

Color #F1F4FE in popluar number systems.

HEXF1F4FE
Decimal241244254
Binary111100011111010011111110
Octal361364376

Shades and tints

Shades of #F1F4FE

#F1F4FE
(241,244,254)
#DCDEE7
(220,222,231)
#C7C8D0
(199,200,208)
#B2B2B9
(178,178,185)
#9D9CA2
(157,156,162)
#88868B
(136,134,139)
#737074
(115,112,116)
#5E5A5D
(94,90,93)
#494446
(73,68,70)
#342E2F
(52,46,47)
#1F1818
(31,24,24)
#000000
(0,0,0)

Tints of #F1F4FE

#F1F4FE
(241,244,254)
#F2F5FE
(242,245,254)
#F3F6FE
(243,246,254)
#F4F7FE
(244,247,254)
#F5F8FE
(245,248,254)
#F6F9FE
(246,249,254)
#F7FAFE
(247,250,254)
#F8FBFE
(248,251,254)
#F9FCFE
(249,252,254)
#FAFDFE
(250,253,254)
#FBFEFE
(251,254,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F4FE; }

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

This text font color is #F1F4FE.


Background Color

.myBgColor { background-color: #F1F4FE; }

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

This div background color is #F1F4FE.


Border color

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

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

This div border color is #F1F4FE.


Opacity

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

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

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

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

This text has shadow with #F1F4FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F4FE on black background.


Color preview on white background

This text has color #F1F4FE on white background.



Black color preview on #F1F4FE background

This text has black color on #F1F4FE background.


White color preview on #F1F4FE background

This text has white color on #F1F4FE background.