COLOR #F2E9A9

HEX: #F2E9A9 RGB: (242,233,169)

Color info

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

RGB color model

#F2E9A9 color RGB value is (242,233,169).

RGB: (242,233,169) (95%, 91%, 66%)

RGB channels and saturation

R 242 of 255 = 95%
G 233 of 255 = 91%
B 169 of 255 = 66%

242
233
169

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

Portions of RGB colors in percentages

R + G + B = 242 + 233 + 169 = 644 (100%)
R 242 of 644 ~ 37.58%
G 233 of 644 ~ 36.18%
B 169 of 644 ~ 26.24'%

%37.58
%36.18
%26.24

CMYK color model

#F2E9A9 color CMYK value is (0,4,30,5).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 30.17%
  • key color value is 5.10%
CMYK: (0,4,30,5) C0M4Y30K5 (0%,4%,30%,5%) (0.00/0.04/0.30/0.05) 

CMYK percentages

%0
%3.72
%30.17
%5.1

Codes

Color #F2E9A9 in popluar color models

F2 E9 A9
RGB 242 233 169
HSL 53° 73.74% 80.59%
HSB/HSV 53° 30.17% 94.90%
CMYK 0.00% 3.72% 30.17%
5.10%

Color #F2E9A9 in popluar number systems.

HEX F2 E9 A9
Decimal 242 233 169
Binary 11110010 11101001 10101001
Octal 362 351 251

Shades and tints

Shades of #F2E9A9

#F2E9A9
(242,233,169)
#DCD49A
(220,212,154)
#C6BF8B
(198,191,139)
#B0AA7C
(176,170,124)
#9A956D
(154,149,109)
#84805E
(132,128,94)
#6E6B4F
(110,107,79)
#585640
(88,86,64)
#424131
(66,65,49)
#2C2C22
(44,44,34)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #F2E9A9

#F2E9A9
(242,233,169)
#F3EBB0
(243,235,176)
#F4EDB7
(244,237,183)
#F5EFBE
(245,239,190)
#F6F1C5
(246,241,197)
#F7F3CC
(247,243,204)
#F8F5D3
(248,245,211)
#F9F7DA
(249,247,218)
#FAF9E1
(250,249,225)
#FBFBE8
(251,251,232)
#FCFDEF
(252,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E9A9; }

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

This text font color is #F2E9A9.

Background Color

.myBgColor { background-color: #F2E9A9; }

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

This div background color is #F2E9A9.

Border color

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

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

This div border color is #F2E9A9.

Opacity

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

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

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

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

This text has shadow with #F2E9A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E9A9.

Preview

Color preview on black background

This text has color #F2E9A9 on black background.


Color preview on white background

This text has color #F2E9A9 on white background.


Black color preview on #F2E9A9 background

This text has black color on #F2E9A9 background.


White color preview on #F2E9A9 background

This text has white color on #F2E9A9 background.


Related colors

Complementary color

Complementary color for #hex is #0D1656.


I love getcolorcode.com

Triadic colors

1 #A9F2E9 and #E9A9F2 with #F2E9A9 are triadic colors.

2 #A9E9F2 and #E9F2A9 with #F2E9A9 are triadic colors.