COLOR #F2EEB1

HEX: #F2EEB1
RGB: (242,238,177)

Color info

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

RGB color model

#F2EEB1 color RGB value is (242,238,177).

  • red value is 242;
  • green value is 238;
  • blue value is 177.
RGB:
(242,238,177)
(95%,93%,69%)

RGB channels and saturation

R 242 of 255 = 95%
G 238 of 255 = 93%
B 177 of 255 = 69%

242
238
177

R + G + B ~ 86%. #F2EEB1 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 238 + 177 = 657 (100%)
R 242 of 657 ~ 36.83%
G 238 of 657 ~ 36.23%
B 177 of 657 ~ 26.94%

%36.83
%36.23
%26.94

CMYK color model

#F2EEB1 color CMYK value is (0,2,27,5).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 26.86%
  • key color value is 5.10%
CMYK:
(0,2,27,5)
C0M2Y27K5 
(0%,2%,27%,5%)
(0.00/0.02/0.27/0.05)	

CMYK percentages

%0
%1.65
%26.86
%5.1

Codes

Color #F2EEB1 in popluar color models

F2EEB1
RGB242238177
HSL56°71.43%82.16%
HSB/HSV56°26.86%94.90%
CMYK0.00%1.65%26.86%
5.10%

Color #F2EEB1 in popluar number systems.

HEXF2EEB1
Decimal242238177
Binary111100101110111010110001
Octal362356261

Shades and tints

Shades of #F2EEB1

#F2EEB1
(242,238,177)
#DCD9A1
(220,217,161)
#C6C491
(198,196,145)
#B0AF81
(176,175,129)
#9A9A71
(154,154,113)
#848561
(132,133,97)
#6E7051
(110,112,81)
#585B41
(88,91,65)
#424631
(66,70,49)
#2C3121
(44,49,33)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #F2EEB1

#F2EEB1
(242,238,177)
#F3EFB8
(243,239,184)
#F4F0BF
(244,240,191)
#F5F1C6
(245,241,198)
#F6F2CD
(246,242,205)
#F7F3D4
(247,243,212)
#F8F4DB
(248,244,219)
#F9F5E2
(249,245,226)
#FAF6E9
(250,246,233)
#FBF7F0
(251,247,240)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EEB1 color. Also use rgb(242,238,177) instead hex code.

Text Font Color

.myTextColor { color: #F2EEB1; }

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

This text font color is #F2EEB1.


Background Color

.myBgColor { background-color: #F2EEB1; }

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

This div background color is #F2EEB1.


Border color

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

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

This div border color is #F2EEB1.


Opacity

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

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

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

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

This text has shadow with #F2EEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EEB1 on black background.


Color preview on white background

This text has color #F2EEB1 on white background.



Black color preview on #F2EEB1 background

This text has black color on #F2EEB1 background.


White color preview on #F2EEB1 background

This text has white color on #F2EEB1 background.