COLOR #F2FFA6

HEX: #F2FFA6
RGB: (242,255,166)

Color info

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

RGB color model

#F2FFA6 color RGB value is (242,255,166).

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

RGB channels and saturation

R 242 of 255 = 95%
G 255 of 255 = 100%
B 166 of 255 = 65%

242
255
166

R + G + B ~ 87%. #F2FFA6 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 255 + 166 = 663 (100%)
R 242 of 663 ~ 36.5%
G 255 of 663 ~ 38.46%
B 166 of 663 ~ 25.04%

%36.5
%38.46
%25.04

CMYK color model

#F2FFA6 color CMYK value is (5,0,35,0).

  • cyan value is 5.10%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 0.00%
CMYK:
(5,0,35,0)
C5M0Y35K0 
(5%,0%,35%,0%)
(0.05/0.00/0.35/0.00)	

CMYK percentages

%5.1
%0
%34.9
%0

Codes

Color #F2FFA6 in popluar color models

F2FFA6
RGB242255166
HSL69°100.00%82.55%
HSB/HSV69°34.90%100.00%
CMYK5.10%0.00%34.90%
0.00%

Color #F2FFA6 in popluar number systems.

HEXF2FFA6
Decimal242255166
Binary111100101111111110100110
Octal362377246

Shades and tints

Shades of #F2FFA6

#F2FFA6
(242,255,166)
#DCE897
(220,232,151)
#C6D188
(198,209,136)
#B0BA79
(176,186,121)
#9AA36A
(154,163,106)
#848C5B
(132,140,91)
#6E754C
(110,117,76)
#585E3D
(88,94,61)
#42472E
(66,71,46)
#2C301F
(44,48,31)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #F2FFA6

#F2FFA6
(242,255,166)
#F3FFAE
(243,255,174)
#F4FFB6
(244,255,182)
#F5FFBE
(245,255,190)
#F6FFC6
(246,255,198)
#F7FFCE
(247,255,206)
#F8FFD6
(248,255,214)
#F9FFDE
(249,255,222)
#FAFFE6
(250,255,230)
#FBFFEE
(251,255,238)
#FCFFF6
(252,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FFA6; }

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

This text font color is #F2FFA6.


Background Color

.myBgColor { background-color: #F2FFA6; }

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

This div background color is #F2FFA6.


Border color

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

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

This div border color is #F2FFA6.


Opacity

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

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

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

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

This text has shadow with #F2FFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FFA6 on black background.


Color preview on white background

This text has color #F2FFA6 on white background.



Black color preview on #F2FFA6 background

This text has black color on #F2FFA6 background.


White color preview on #F2FFA6 background

This text has white color on #F2FFA6 background.