COLOR #F2F2F5

HEX: #F2F2F5
RGB: (242,242,245)

Color info

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

RGB color model

#F2F2F5 color RGB value is (242,242,245).

  • red value is 242;
  • green value is 242;
  • blue value is 245.
RGB:
(242,242,245)
(95%,95%,96%)

RGB channels and saturation

R 242 of 255 = 95%
G 242 of 255 = 95%
B 245 of 255 = 96%

242
242
245

R + G + B ~ 95%. #F2F2F5 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 242 + 245 = 729 (100%)
R 242 of 729 ~ 33.2%
G 242 of 729 ~ 33.2%
B 245 of 729 ~ 33.61%

%33.2
%33.2
%33.61

CMYK color model

#F2F2F5 color CMYK value is (1,1,0,4).

  • cyan value is 1.22%
  • magenta value is 1.22%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(1,1,0,4)
C1M1Y0K4 
(1%,1%,0%,4%)
(0.01/0.01/0.00/0.04)	

CMYK percentages

%1.22
%1.22
%0
%3.92

Codes

Color #F2F2F5 in popluar color models

F2F2F5
RGB242242245
HSL240°13.04%95.49%
HSB/HSV240°1.22%96.08%
CMYK1.22%1.22%0.00%
3.92%

Color #F2F2F5 in popluar number systems.

HEXF2F2F5
Decimal242242245
Binary111100101111001011110101
Octal362362365

Shades and tints

Shades of #F2F2F5

#F2F2F5
(242,242,245)
#DCDCDF
(220,220,223)
#C6C6C9
(198,198,201)
#B0B0B3
(176,176,179)
#9A9A9D
(154,154,157)
#848487
(132,132,135)
#6E6E71
(110,110,113)
#58585B
(88,88,91)
#424245
(66,66,69)
#2C2C2F
(44,44,47)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #F2F2F5

#F2F2F5
(242,242,245)
#F3F3F5
(243,243,245)
#F4F4F5
(244,244,245)
#F5F5F5
(245,245,245)
#F6F6F5
(246,246,245)
#F7F7F5
(247,247,245)
#F8F8F5
(248,248,245)
#F9F9F5
(249,249,245)
#FAFAF5
(250,250,245)
#FBFBF5
(251,251,245)
#FCFCF5
(252,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F2F5; }

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

This text font color is #F2F2F5.


Background Color

.myBgColor { background-color: #F2F2F5; }

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

This div background color is #F2F2F5.


Border color

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

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

This div border color is #F2F2F5.


Opacity

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

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

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

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

This text has shadow with #F2F2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F2F5 on black background.


Color preview on white background

This text has color #F2F2F5 on white background.



Black color preview on #F2F2F5 background

This text has black color on #F2F2F5 background.


White color preview on #F2F2F5 background

This text has white color on #F2F2F5 background.