COLOR #F2ECA9

HEX: #F2ECA9
RGB: (242,236,169)

Color info

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

RGB color model

#F2ECA9 color RGB value is (242,236,169).

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

RGB channels and saturation

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

242
236
169

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

Portions of RGB colors in percentages

R + G + B =
242 + 236 + 169 = 647 (100%)
R 242 of 647 ~ 37.4%
G 236 of 647 ~ 36.48%
B 169 of 647 ~ 26.12%

%37.4
%36.48
%26.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.48%
  • 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
%2.48
%30.17
%5.1

Codes

Color #F2ECA9 in popluar color models

F2ECA9
RGB242236169
HSL55°73.74%80.59%
HSB/HSV55°30.17%94.90%
CMYK0.00%2.48%30.17%
5.10%

Color #F2ECA9 in popluar number systems.

HEXF2ECA9
Decimal242236169
Binary111100101110110010101001
Octal362354251

Shades and tints

Shades of #F2ECA9

#F2ECA9
(242,236,169)
#DCD79A
(220,215,154)
#C6C28B
(198,194,139)
#B0AD7C
(176,173,124)
#9A986D
(154,152,109)
#84835E
(132,131,94)
#6E6E4F
(110,110,79)
#585940
(88,89,64)
#424431
(66,68,49)
#2C2F22
(44,47,34)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #F2ECA9

#F2ECA9
(242,236,169)
#F3EDB0
(243,237,176)
#F4EEB7
(244,238,183)
#F5EFBE
(245,239,190)
#F6F0C5
(246,240,197)
#F7F1CC
(247,241,204)
#F8F2D3
(248,242,211)
#F9F3DA
(249,243,218)
#FAF4E1
(250,244,225)
#FBF5E8
(251,245,232)
#FCF6EF
(252,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2ECA9; }

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

This text font color is #F2ECA9.


Background Color

.myBgColor { background-color: #F2ECA9; }

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

This div background color is #F2ECA9.


Border color

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

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

This div border color is #F2ECA9.


Opacity

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

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

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

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

This text has shadow with #F2ECA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2ECA9 on black background.


Color preview on white background

This text has color #F2ECA9 on white background.



Black color preview on #F2ECA9 background

This text has black color on #F2ECA9 background.


White color preview on #F2ECA9 background

This text has white color on #F2ECA9 background.