COLOR #F2EEA9

HEX: #F2EEA9
RGB: (242,238,169)

Color info

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

RGB color model

#F2EEA9 color RGB value is (242,238,169).

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

RGB channels and saturation

R 242 of 255 = 95%
G 238 of 255 = 93%
B 169 of 255 = 66%

242
238
169

R + G + B ~ 85%. #F2EEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 238 + 169 = 649 (100%)
R 242 of 649 ~ 37.29%
G 238 of 649 ~ 36.67%
B 169 of 649 ~ 26.04%

%37.29
%36.67
%26.04

CMYK color model

#F2EEA9 color CMYK value is (0,2,30,5).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 30.17%
  • key color value is 5.10%
CMYK:
(0,2,30,5)
C0M2Y30K5 
(0%,2%,30%,5%)
(0.00/0.02/0.30/0.05)	

CMYK percentages

%0
%1.65
%30.17
%5.1

Codes

Color #F2EEA9 in popluar color models

F2EEA9
RGB242238169
HSL57°73.74%80.59%
HSB/HSV57°30.17%94.90%
CMYK0.00%1.65%30.17%
5.10%

Color #F2EEA9 in popluar number systems.

HEXF2EEA9
Decimal242238169
Binary111100101110111010101001
Octal362356251

Shades and tints

Shades of #F2EEA9

#F2EEA9
(242,238,169)
#DCD99A
(220,217,154)
#C6C48B
(198,196,139)
#B0AF7C
(176,175,124)
#9A9A6D
(154,154,109)
#84855E
(132,133,94)
#6E704F
(110,112,79)
#585B40
(88,91,64)
#424631
(66,70,49)
#2C3122
(44,49,34)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #F2EEA9

#F2EEA9
(242,238,169)
#F3EFB0
(243,239,176)
#F4F0B7
(244,240,183)
#F5F1BE
(245,241,190)
#F6F2C5
(246,242,197)
#F7F3CC
(247,243,204)
#F8F4D3
(248,244,211)
#F9F5DA
(249,245,218)
#FAF6E1
(250,246,225)
#FBF7E8
(251,247,232)
#FCF8EF
(252,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EEA9; }

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

This text font color is #F2EEA9.


Background Color

.myBgColor { background-color: #F2EEA9; }

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

This div background color is #F2EEA9.


Border color

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

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

This div border color is #F2EEA9.


Opacity

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

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

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

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

This text has shadow with #F2EEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EEA9 on black background.


Color preview on white background

This text has color #F2EEA9 on white background.



Black color preview on #F2EEA9 background

This text has black color on #F2EEA9 background.


White color preview on #F2EEA9 background

This text has white color on #F2EEA9 background.