COLOR #F2F88E

HEX: #F2F88E
RGB: (242,248,142)

Color info

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

RGB color model

#F2F88E color RGB value is (242,248,142).

  • red value is 242;
  • green value is 248;
  • blue value is 142.
RGB:
(242,248,142)
(95%,97%,56%)

RGB channels and saturation

R 242 of 255 = 95%
G 248 of 255 = 97%
B 142 of 255 = 56%

242
248
142

R + G + B ~ 83%. #F2F88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 248 + 142 = 632 (100%)
R 242 of 632 ~ 38.29%
G 248 of 632 ~ 39.24%
B 142 of 632 ~ 22.47%

%38.29
%39.24
%22.47

CMYK color model

#F2F88E color CMYK value is (2,0,43,3).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 42.74%
  • key color value is 2.75%
CMYK:
(2,0,43,3)
C2M0Y43K3 
(2%,0%,43%,3%)
(0.02/0.00/0.43/0.03)	

CMYK percentages

%2.42
%0
%42.74
%2.75

Codes

Color #F2F88E in popluar color models

F2F88E
RGB242248142
HSL63°88.33%76.47%
HSB/HSV63°42.74%97.25%
CMYK2.42%0.00%42.74%
2.75%

Color #F2F88E in popluar number systems.

HEXF2F88E
Decimal242248142
Binary111100101111100010001110
Octal362370216

Shades and tints

Shades of #F2F88E

#F2F88E
(242,248,142)
#DCE282
(220,226,130)
#C6CC76
(198,204,118)
#B0B66A
(176,182,106)
#9AA05E
(154,160,94)
#848A52
(132,138,82)
#6E7446
(110,116,70)
#585E3A
(88,94,58)
#42482E
(66,72,46)
#2C3222
(44,50,34)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #F2F88E

#F2F88E
(242,248,142)
#F3F898
(243,248,152)
#F4F8A2
(244,248,162)
#F5F8AC
(245,248,172)
#F6F8B6
(246,248,182)
#F7F8C0
(247,248,192)
#F8F8CA
(248,248,202)
#F9F8D4
(249,248,212)
#FAF8DE
(250,248,222)
#FBF8E8
(251,248,232)
#FCF8F2
(252,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F88E color. Also use rgb(242,248,142) instead hex code.

Text Font Color

.myTextColor { color: #F2F88E; }

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

This text font color is #F2F88E.


Background Color

.myBgColor { background-color: #F2F88E; }

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

This div background color is #F2F88E.


Border color

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

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

This div border color is #F2F88E.


Opacity

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

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

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

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

This text has shadow with #F2F88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F88E on black background.


Color preview on white background

This text has color #F2F88E on white background.



Black color preview on #F2F88E background

This text has black color on #F2F88E background.


White color preview on #F2F88E background

This text has white color on #F2F88E background.