COLOR #F0F2FE

HEX: #F0F2FE
RGB: (240,242,254)

Color info

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

RGB color model

#F0F2FE color RGB value is (240,242,254).

  • red value is 240;
  • green value is 242;
  • blue value is 254.
RGB:
(240,242,254)
(94%,95%,100%)

RGB channels and saturation

R 240 of 255 = 94%
G 242 of 255 = 95%
B 254 of 255 = 100%

240
242
254

R + G + B ~ 96%. #F0F2FE is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 242 + 254 = 736 (100%)
R 240 of 736 ~ 32.61%
G 242 of 736 ~ 32.88%
B 254 of 736 ~ 34.51%

%32.61
%32.88
%34.51

CMYK color model

#F0F2FE color CMYK value is (6,5,0,0).

  • cyan value is 5.51%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,5,0,0)
C6M5Y0K0 
(6%,5%,0%,0%)
(0.06/0.05/0.00/0.00)	

CMYK percentages

%5.51
%4.72
%0
%0.39

Codes

Color #F0F2FE in popluar color models

F0F2FE
RGB240242254
HSL231°87.50%96.86%
HSB/HSV231°5.51%99.61%
CMYK5.51%4.72%0.00%
0.39%

Color #F0F2FE in popluar number systems.

HEXF0F2FE
Decimal240242254
Binary111100001111001011111110
Octal360362376

Shades and tints

Shades of #F0F2FE

#F0F2FE
(240,242,254)
#DBDCE7
(219,220,231)
#C6C6D0
(198,198,208)
#B1B0B9
(177,176,185)
#9C9AA2
(156,154,162)
#87848B
(135,132,139)
#726E74
(114,110,116)
#5D585D
(93,88,93)
#484246
(72,66,70)
#332C2F
(51,44,47)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #F0F2FE

#F0F2FE
(240,242,254)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F2FE color. Also use rgb(240,242,254) instead hex code.

Text Font Color

.myTextColor { color: #F0F2FE; }

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

This text font color is #F0F2FE.


Background Color

.myBgColor { background-color: #F0F2FE; }

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

This div background color is #F0F2FE.


Border color

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

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

This div border color is #F0F2FE.


Opacity

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

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

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

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

This text has shadow with #F0F2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F2FE on black background.


Color preview on white background

This text has color #F0F2FE on white background.



Black color preview on #F0F2FE background

This text has black color on #F0F2FE background.


White color preview on #F0F2FE background

This text has white color on #F0F2FE background.