COLOR #F2FA9C

HEX: #F2FA9C
RGB: (242,250,156)

Color info

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

RGB color model

#F2FA9C color RGB value is (242,250,156).

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

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 156 of 255 = 61%

242
250
156

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

Portions of RGB colors in percentages

R + G + B =
242 + 250 + 156 = 648 (100%)
R 242 of 648 ~ 37.35%
G 250 of 648 ~ 38.58%
B 156 of 648 ~ 24.07%

%37.35
%38.58
%24.07

CMYK color model

#F2FA9C color CMYK value is (3,0,38,2).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 37.60%
  • key color value is 1.96%
CMYK:
(3,0,38,2)
C3M0Y38K2 
(3%,0%,38%,2%)
(0.03/0.00/0.38/0.02)	

CMYK percentages

%3.2
%0
%37.6
%1.96

Codes

Color #F2FA9C in popluar color models

F2FA9C
RGB242250156
HSL65°90.38%79.61%
HSB/HSV65°37.60%98.04%
CMYK3.20%0.00%37.60%
1.96%

Color #F2FA9C in popluar number systems.

HEXF2FA9C
Decimal242250156
Binary111100101111101010011100
Octal362372234

Shades and tints

Shades of #F2FA9C

#F2FA9C
(242,250,156)
#DCE48E
(220,228,142)
#C6CE80
(198,206,128)
#B0B872
(176,184,114)
#9AA264
(154,162,100)
#848C56
(132,140,86)
#6E7648
(110,118,72)
#58603A
(88,96,58)
#424A2C
(66,74,44)
#2C341E
(44,52,30)
#161E10
(22,30,16)
#000000
(0,0,0)

Tints of #F2FA9C

#F2FA9C
(242,250,156)
#F3FAA5
(243,250,165)
#F4FAAE
(244,250,174)
#F5FAB7
(245,250,183)
#F6FAC0
(246,250,192)
#F7FAC9
(247,250,201)
#F8FAD2
(248,250,210)
#F9FADB
(249,250,219)
#FAFAE4
(250,250,228)
#FBFAED
(251,250,237)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FA9C; }

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

This text font color is #F2FA9C.


Background Color

.myBgColor { background-color: #F2FA9C; }

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

This div background color is #F2FA9C.


Border color

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

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

This div border color is #F2FA9C.


Opacity

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

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

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

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

This text has shadow with #F2FA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FA9C on black background.


Color preview on white background

This text has color #F2FA9C on white background.



Black color preview on #F2FA9C background

This text has black color on #F2FA9C background.


White color preview on #F2FA9C background

This text has white color on #F2FA9C background.