COLOR #F2F3FA

HEX: #F2F3FA
RGB: (242,243,250)

Color info

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

RGB color model

#F2F3FA color RGB value is (242,243,250).

  • red value is 242;
  • green value is 243;
  • blue value is 250.
RGB:
(242,243,250)
(95%,95%,98%)

RGB channels and saturation

R 242 of 255 = 95%
G 243 of 255 = 95%
B 250 of 255 = 98%

242
243
250

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

Portions of RGB colors in percentages

R + G + B =
242 + 243 + 250 = 735 (100%)
R 242 of 735 ~ 32.93%
G 243 of 735 ~ 33.06%
B 250 of 735 ~ 34.01%

%32.93
%33.06
%34.01

CMYK color model

#F2F3FA color CMYK value is (3,3,0,2).

  • cyan value is 3.20%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(3,3,0,2)
C3M3Y0K2 
(3%,3%,0%,2%)
(0.03/0.03/0.00/0.02)	

CMYK percentages

%3.2
%2.8
%0
%1.96

Codes

Color #F2F3FA in popluar color models

F2F3FA
RGB242243250
HSL233°44.44%96.47%
HSB/HSV233°3.20%98.04%
CMYK3.20%2.80%0.00%
1.96%

Color #F2F3FA in popluar number systems.

HEXF2F3FA
Decimal242243250
Binary111100101111001111111010
Octal362363372

Shades and tints

Shades of #F2F3FA

#F2F3FA
(242,243,250)
#DCDDE4
(220,221,228)
#C6C7CE
(198,199,206)
#B0B1B8
(176,177,184)
#9A9BA2
(154,155,162)
#84858C
(132,133,140)
#6E6F76
(110,111,118)
#585960
(88,89,96)
#42434A
(66,67,74)
#2C2D34
(44,45,52)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #F2F3FA

#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)
#FBFCFA
(251,252,250)
#FCFDFA
(252,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F3FA color. Also use rgb(242,243,250) instead hex code.

Text Font Color

.myTextColor { color: #F2F3FA; }

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

This text font color is #F2F3FA.


Background Color

.myBgColor { background-color: #F2F3FA; }

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

This div background color is #F2F3FA.


Border color

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

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

This div border color is #F2F3FA.


Opacity

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

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

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

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

This text has shadow with #F2F3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F3FA on black background.


Color preview on white background

This text has color #F2F3FA on white background.



Black color preview on #F2F3FA background

This text has black color on #F2F3FA background.


White color preview on #F2F3FA background

This text has white color on #F2F3FA background.