COLOR #F2FC9C

HEX: #F2FC9C
RGB: (242,252,156)

Color info

#F2FC9C contains mainly red and green colors. Web safe color of #F2FC9C is #FFFF99 (or #FF9).

RGB color model

#F2FC9C color RGB value is (242,252,156).

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

RGB channels and saturation

R 242 of 255 = 95%
G 252 of 255 = 99%
B 156 of 255 = 61%

242
252
156

R + G + B ~ 85%. #F2FC9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 252 + 156 = 650 (100%)
R 242 of 650 ~ 37.23%
G 252 of 650 ~ 38.77%
B 156 of 650 ~ 24%

%37.23
%38.77
%24

CMYK color model

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

  • cyan value is 3.97%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 1.18%
CMYK:
(4,0,38,1)
C4M0Y38K1 
(4%,0%,38%,1%)
(0.04/0.00/0.38/0.01)	

CMYK percentages

%3.97
%0
%38.1
%1.18

Codes

Color #F2FC9C in popluar color models

F2FC9C
RGB242252156
HSL66°94.12%80.00%
HSB/HSV66°38.10%98.82%
CMYK3.97%0.00%38.10%
1.18%

Color #F2FC9C in popluar number systems.

HEXF2FC9C
Decimal242252156
Binary111100101111110010011100
Octal362374234

Shades and tints

Shades of #F2FC9C

#F2FC9C
(242,252,156)
#DCE68E
(220,230,142)
#C6D080
(198,208,128)
#B0BA72
(176,186,114)
#9AA464
(154,164,100)
#848E56
(132,142,86)
#6E7848
(110,120,72)
#58623A
(88,98,58)
#424C2C
(66,76,44)
#2C361E
(44,54,30)
#162010
(22,32,16)
#000000
(0,0,0)

Tints of #F2FC9C

#F2FC9C
(242,252,156)
#F3FCA5
(243,252,165)
#F4FCAE
(244,252,174)
#F5FCB7
(245,252,183)
#F6FCC0
(246,252,192)
#F7FCC9
(247,252,201)
#F8FCD2
(248,252,210)
#F9FCDB
(249,252,219)
#FAFCE4
(250,252,228)
#FBFCED
(251,252,237)
#FCFCF6
(252,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FC9C; }

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

This text font color is #F2FC9C.


Background Color

.myBgColor { background-color: #F2FC9C; }

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

This div background color is #F2FC9C.


Border color

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

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

This div border color is #F2FC9C.


Opacity

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

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

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

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

This text has shadow with #F2FC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FC9C on black background.


Color preview on white background

This text has color #F2FC9C on white background.



Black color preview on #F2FC9C background

This text has black color on #F2FC9C background.


White color preview on #F2FC9C background

This text has white color on #F2FC9C background.