COLOR #F3F1F2

HEX: #F3F1F2
RGB: (243,241,242)

Color info

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

RGB color model

#F3F1F2 color RGB value is (243,241,242).

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

RGB channels and saturation

R 243 of 255 = 95%
G 241 of 255 = 95%
B 242 of 255 = 95%

243
241
242

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

Portions of RGB colors in percentages

R + G + B =
243 + 241 + 242 = 726 (100%)
R 243 of 726 ~ 33.47%
G 241 of 726 ~ 33.2%
B 242 of 726 ~ 33.33%

%33.47
%33.2
%33.33

CMYK color model

#F3F1F2 color CMYK value is (0,1,0,5).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 0.41%
  • key color value is 4.71%
CMYK:
(0,1,0,5)
C0M1Y0K5 
(0%,1%,0%,5%)
(0.00/0.01/0.00/0.05)	

CMYK percentages

%0
%0.82
%0.41
%4.71

Codes

Color #F3F1F2 in popluar color models

F3F1F2
RGB243241242
HSL330°7.69%94.90%
HSB/HSV330°0.82%95.29%
CMYK0.00%0.82%0.41%
4.71%

Color #F3F1F2 in popluar number systems.

HEXF3F1F2
Decimal243241242
Binary111100111111000111110010
Octal363361362

Shades and tints

Shades of #F3F1F2

#F3F1F2
(243,241,242)
#DDDCDC
(221,220,220)
#C7C7C6
(199,199,198)
#B1B2B0
(177,178,176)
#9B9D9A
(155,157,154)
#858884
(133,136,132)
#6F736E
(111,115,110)
#595E58
(89,94,88)
#434942
(67,73,66)
#2D342C
(45,52,44)
#171F16
(23,31,22)
#000000
(0,0,0)

Tints of #F3F1F2

#F3F1F2
(243,241,242)
#F4F2F3
(244,242,243)
#F5F3F4
(245,243,244)
#F6F4F5
(246,244,245)
#F7F5F6
(247,245,246)
#F8F6F7
(248,246,247)
#F9F7F8
(249,247,248)
#FAF8F9
(250,248,249)
#FBF9FA
(251,249,250)
#FCFAFB
(252,250,251)
#FDFBFC
(253,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F1F2; }

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

This text font color is #F3F1F2.


Background Color

.myBgColor { background-color: #F3F1F2; }

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

This div background color is #F3F1F2.


Border color

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

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

This div border color is #F3F1F2.


Opacity

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

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

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

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

This text has shadow with #F3F1F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F1F2 on black background.


Color preview on white background

This text has color #F3F1F2 on white background.



Black color preview on #F3F1F2 background

This text has black color on #F3F1F2 background.


White color preview on #F3F1F2 background

This text has white color on #F3F1F2 background.