COLOR #F0F1FA

HEX: #F0F1FA
RGB: (240,241,250)

Color info

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

RGB color model

#F0F1FA color RGB value is (240,241,250).

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

RGB channels and saturation

R 240 of 255 = 94%
G 241 of 255 = 95%
B 250 of 255 = 98%

240
241
250

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

Portions of RGB colors in percentages

R + G + B =
240 + 241 + 250 = 731 (100%)
R 240 of 731 ~ 32.83%
G 241 of 731 ~ 32.97%
B 250 of 731 ~ 34.2%

%32.83
%32.97
%34.2

CMYK color model

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

  • cyan value is 4.00%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,4,0,2)
C4M4Y0K2 
(4%,4%,0%,2%)
(0.04/0.04/0.00/0.02)	

CMYK percentages

%4
%3.6
%0
%1.96

Codes

Color #F0F1FA in popluar color models

F0F1FA
RGB240241250
HSL234°50.00%96.08%
HSB/HSV234°4.00%98.04%
CMYK4.00%3.60%0.00%
1.96%

Color #F0F1FA in popluar number systems.

HEXF0F1FA
Decimal240241250
Binary111100001111000111111010
Octal360361372

Shades and tints

Shades of #F0F1FA

#F0F1FA
(240,241,250)
#DBDCE4
(219,220,228)
#C6C7CE
(198,199,206)
#B1B2B8
(177,178,184)
#9C9DA2
(156,157,162)
#87888C
(135,136,140)
#727376
(114,115,118)
#5D5E60
(93,94,96)
#48494A
(72,73,74)
#333434
(51,52,52)
#1E1F1E
(30,31,30)
#000000
(0,0,0)

Tints of #F0F1FA

#F0F1FA
(240,241,250)
#F1F2FA
(241,242,250)
#F2F3FA
(242,243,250)
#F3F4FA
(243,244,250)
#F4F5FA
(244,245,250)
#F5F6FA
(245,246,250)
#F6F7FA
(246,247,250)
#F7F8FA
(247,248,250)
#F8F9FA
(248,249,250)
#F9FAFA
(249,250,250)
#FAFBFA
(250,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F1FA; }

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

This text font color is #F0F1FA.


Background Color

.myBgColor { background-color: #F0F1FA; }

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

This div background color is #F0F1FA.


Border color

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

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

This div border color is #F0F1FA.


Opacity

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

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

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

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

This text has shadow with #F0F1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F1FA on black background.


Color preview on white background

This text has color #F0F1FA on white background.



Black color preview on #F0F1FA background

This text has black color on #F0F1FA background.


White color preview on #F0F1FA background

This text has white color on #F0F1FA background.