COLOR #F2E9AC

HEX: #F2E9AC
RGB: (242,233,172)

Color info

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

RGB color model

#F2E9AC color RGB value is (242,233,172).

  • red value is 242;
  • green value is 233;
  • blue value is 172.
RGB:
(242,233,172)
(95%,91%,67%)

RGB channels and saturation

R 242 of 255 = 95%
G 233 of 255 = 91%
B 172 of 255 = 67%

242
233
172

R + G + B ~ 84%. #F2E9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 233 + 172 = 647 (100%)
R 242 of 647 ~ 37.4%
G 233 of 647 ~ 36.01%
B 172 of 647 ~ 26.58%

%37.4
%36.01
%26.58

CMYK color model

#F2E9AC color CMYK value is (0,4,29,5).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 28.93%
  • key color value is 5.10%
CMYK:
(0,4,29,5)
C0M4Y29K5 
(0%,4%,29%,5%)
(0.00/0.04/0.29/0.05)	

CMYK percentages

%0
%3.72
%28.93
%5.1

Codes

Color #F2E9AC in popluar color models

F2E9AC
RGB242233172
HSL52°72.92%81.18%
HSB/HSV52°28.93%94.90%
CMYK0.00%3.72%28.93%
5.10%

Color #F2E9AC in popluar number systems.

HEXF2E9AC
Decimal242233172
Binary111100101110100110101100
Octal362351254

Shades and tints

Shades of #F2E9AC

#F2E9AC
(242,233,172)
#DCD49D
(220,212,157)
#C6BF8E
(198,191,142)
#B0AA7F
(176,170,127)
#9A9570
(154,149,112)
#848061
(132,128,97)
#6E6B52
(110,107,82)
#585643
(88,86,67)
#424134
(66,65,52)
#2C2C25
(44,44,37)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #F2E9AC

#F2E9AC
(242,233,172)
#F3EBB3
(243,235,179)
#F4EDBA
(244,237,186)
#F5EFC1
(245,239,193)
#F6F1C8
(246,241,200)
#F7F3CF
(247,243,207)
#F8F5D6
(248,245,214)
#F9F7DD
(249,247,221)
#FAF9E4
(250,249,228)
#FBFBEB
(251,251,235)
#FCFDF2
(252,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E9AC color. Also use rgb(242,233,172) instead hex code.

Text Font Color

.myTextColor { color: #F2E9AC; }

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

This text font color is #F2E9AC.


Background Color

.myBgColor { background-color: #F2E9AC; }

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

This div background color is #F2E9AC.


Border color

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

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

This div border color is #F2E9AC.


Opacity

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

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

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

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

This text has shadow with #F2E9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E9AC on black background.


Color preview on white background

This text has color #F2E9AC on white background.



Black color preview on #F2E9AC background

This text has black color on #F2E9AC background.


White color preview on #F2E9AC background

This text has white color on #F2E9AC background.