COLOR #F2EC88

HEX: #F2EC88 RGB: (242,236,136)

Color info

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

RGB color model

#F2EC88 color RGB value is (242,236,136).

RGB: (242,236,136) (95%, 93%, 53%)

RGB channels and saturation

R 242 of 255 = 95%
G 236 of 255 = 93%
B 136 of 255 = 53%

242
236
136

R + G + B ~ 80%. #F2EC88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 236 + 136 = 614 (100%)
R 242 of 614 ~ 39.41%
G 236 of 614 ~ 38.44%
B 136 of 614 ~ 22.15'%

%39.41
%38.44
%22.15

CMYK color model

#F2EC88 color CMYK value is (0,2,44,5).

  • cyan value is 0.00%
  • magenta value is 2.48%
  • yellow value is 43.80%
  • key color value is 5.10%

CMYK: (0,2,44,5)
C0M2Y44K5 (0%, 2%, 44%, 5%)
(0.00 / 0.02 / 0.44 / 0.05)

CMYK percentages

%0
%2.48
%43.8
%5.1

Codes

Color #F2EC88 in popluar color models

F2 EC 88
RGB 242 236 136
HSL 57° 80.30% 74.12%
HSB/HSV 57° 43.80% 94.90%
CMYK 0.00% 2.48% 43.80%
5.10%

Color #F2EC88 in popluar number systems.

HEX F2 EC 88
Decimal 242 236 136
Binary 11110010 11101100 10001000
Octal 362 354 210

Shades and tints

Shades of #F2EC88

#F2EC88
(242,236,136)
#DCD77C
(220,215,124)
#C6C270
(198,194,112)
#B0AD64
(176,173,100)
#9A9858
(154,152,88)
#84834C
(132,131,76)
#6E6E40
(110,110,64)
#585934
(88,89,52)
#424428
(66,68,40)
#2C2F1C
(44,47,28)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #F2EC88

#F2EC88
(242,236,136)
#F3ED92
(243,237,146)
#F4EE9C
(244,238,156)
#F5EFA6
(245,239,166)
#F6F0B0
(246,240,176)
#F7F1BA
(247,241,186)
#F8F2C4
(248,242,196)
#F9F3CE
(249,243,206)
#FAF4D8
(250,244,216)
#FBF5E2
(251,245,226)
#FCF6EC
(252,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EC88 color. Also use rgb(242,236,136) instead hex code.

Text Font Color

.myTextColor { color: #F2EC88; }

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

This text font color is #F2EC88.

Background Color

.myBgColor { background-color: #F2EC88; }

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

This div background color is #F2EC88.

Border color

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

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

This div border color is #F2EC88.

Opacity

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

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

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

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

This text has shadow with #F2EC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EC88.

Preview

Color preview on black background

This text has color #F2EC88 on black background.


Color preview on white background

This text has color #F2EC88 on white background.


Black color preview on #F2EC88 background

This text has black color on #F2EC88 background.


White color preview on #F2EC88 background

This text has white color on #F2EC88 background.


Related colors

Complementary color

Complementary color for #hex is #0D1377.


I love getcolorcode.com

Triadic colors

1 #88F2EC and #EC88F2 with #F2EC88 are triadic colors.

2 #88ECF2 and #ECF288 with #F2EC88 are triadic colors.