COLOR #F2FCFF

HEX: #F2FCFF
RGB: (242,252,255)

Color info

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

RGB color model

#F2FCFF color RGB value is (242,252,255).

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

RGB channels and saturation

R 242 of 255 = 95%
G 252 of 255 = 99%
B 255 of 255 = 100%

242
252
255

R + G + B ~ 98%. #F2FCFF is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 252 + 255 = 749 (100%)
R 242 of 749 ~ 32.31%
G 252 of 749 ~ 33.64%
B 255 of 749 ~ 34.05%

%32.31
%33.64
%34.05

CMYK color model

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

  • cyan value is 5.10%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,1,0,0)
C5M1Y0K0 
(5%,1%,0%,0%)
(0.05/0.01/0.00/0.00)	

CMYK percentages

%5.1
%1.18
%0
%0

Codes

Color #F2FCFF in popluar color models

F2FCFF
RGB242252255
HSL194°100.00%97.45%
HSB/HSV194°5.10%100.00%
CMYK5.10%1.18%0.00%
0.00%

Color #F2FCFF in popluar number systems.

HEXF2FCFF
Decimal242252255
Binary111100101111110011111111
Octal362374377

Shades and tints

Shades of #F2FCFF

#F2FCFF
(242,252,255)
#DCE6E8
(220,230,232)
#C6D0D1
(198,208,209)
#B0BABA
(176,186,186)
#9AA4A3
(154,164,163)
#848E8C
(132,142,140)
#6E7875
(110,120,117)
#58625E
(88,98,94)
#424C47
(66,76,71)
#2C3630
(44,54,48)
#162019
(22,32,25)
#000000
(0,0,0)

Tints of #F2FCFF

#F2FCFF
(242,252,255)
#F3FCFF
(243,252,255)
#F4FCFF
(244,252,255)
#F5FCFF
(245,252,255)
#F6FCFF
(246,252,255)
#F7FCFF
(247,252,255)
#F8FCFF
(248,252,255)
#F9FCFF
(249,252,255)
#FAFCFF
(250,252,255)
#FBFCFF
(251,252,255)
#FCFCFF
(252,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FCFF; }

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

This text font color is #F2FCFF.


Background Color

.myBgColor { background-color: #F2FCFF; }

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

This div background color is #F2FCFF.


Border color

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

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

This div border color is #F2FCFF.


Opacity

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

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

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

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

This text has shadow with #F2FCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FCFF on black background.


Color preview on white background

This text has color #F2FCFF on white background.



Black color preview on #F2FCFF background

This text has black color on #F2FCFF background.


White color preview on #F2FCFF background

This text has white color on #F2FCFF background.