COLOR #F2FCF5

HEX: #F2FCF5
RGB: (242,252,245)

Color info

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

RGB color model

#F2FCF5 color RGB value is (242,252,245).

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

RGB channels and saturation

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

242
252
245

R + G + B ~ 97%. #F2FCF5 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 252 + 245 = 739 (100%)
R 242 of 739 ~ 32.75%
G 252 of 739 ~ 34.1%
B 245 of 739 ~ 33.15%

%32.75
%34.1
%33.15

CMYK color model

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

  • cyan value is 3.97%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 1.18%
CMYK:
(4,0,3,1)
C4M0Y3K1 
(4%,0%,3%,1%)
(0.04/0.00/0.03/0.01)	

CMYK percentages

%3.97
%0
%2.78
%1.18

Codes

Color #F2FCF5 in popluar color models

F2FCF5
RGB242252245
HSL138°62.50%96.86%
HSB/HSV138°3.97%98.82%
CMYK3.97%0.00%2.78%
1.18%

Color #F2FCF5 in popluar number systems.

HEXF2FCF5
Decimal242252245
Binary111100101111110011110101
Octal362374365

Shades and tints

Shades of #F2FCF5

#F2FCF5
(242,252,245)
#DCE6DF
(220,230,223)
#C6D0C9
(198,208,201)
#B0BAB3
(176,186,179)
#9AA49D
(154,164,157)
#848E87
(132,142,135)
#6E7871
(110,120,113)
#58625B
(88,98,91)
#424C45
(66,76,69)
#2C362F
(44,54,47)
#162019
(22,32,25)
#000000
(0,0,0)

Tints of #F2FCF5

#F2FCF5
(242,252,245)
#F3FCF5
(243,252,245)
#F4FCF5
(244,252,245)
#F5FCF5
(245,252,245)
#F6FCF5
(246,252,245)
#F7FCF5
(247,252,245)
#F8FCF5
(248,252,245)
#F9FCF5
(249,252,245)
#FAFCF5
(250,252,245)
#FBFCF5
(251,252,245)
#FCFCF5
(252,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FCF5; }

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

This text font color is #F2FCF5.


Background Color

.myBgColor { background-color: #F2FCF5; }

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

This div background color is #F2FCF5.


Border color

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

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

This div border color is #F2FCF5.


Opacity

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

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

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

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

This text has shadow with #F2FCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FCF5 on black background.


Color preview on white background

This text has color #F2FCF5 on white background.



Black color preview on #F2FCF5 background

This text has black color on #F2FCF5 background.


White color preview on #F2FCF5 background

This text has white color on #F2FCF5 background.