COLOR #F2ECA4

HEX: #F2ECA4
RGB: (242,236,164)

Color info

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

RGB color model

#F2ECA4 color RGB value is (242,236,164).

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

RGB channels and saturation

R 242 of 255 = 95%
G 236 of 255 = 93%
B 164 of 255 = 64%

242
236
164

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

Portions of RGB colors in percentages

R + G + B =
242 + 236 + 164 = 642 (100%)
R 242 of 642 ~ 37.69%
G 236 of 642 ~ 36.76%
B 164 of 642 ~ 25.55%

%37.69
%36.76
%25.55

CMYK color model

#F2ECA4 color CMYK value is (0,2,32,5).

  • cyan value is 0.00%
  • magenta value is 2.48%
  • yellow value is 32.23%
  • key color value is 5.10%
CMYK:
(0,2,32,5)
C0M2Y32K5 
(0%,2%,32%,5%)
(0.00/0.02/0.32/0.05)	

CMYK percentages

%0
%2.48
%32.23
%5.1

Codes

Color #F2ECA4 in popluar color models

F2ECA4
RGB242236164
HSL55°75.00%79.61%
HSB/HSV55°32.23%94.90%
CMYK0.00%2.48%32.23%
5.10%

Color #F2ECA4 in popluar number systems.

HEXF2ECA4
Decimal242236164
Binary111100101110110010100100
Octal362354244

Shades and tints

Shades of #F2ECA4

#F2ECA4
(242,236,164)
#DCD796
(220,215,150)
#C6C288
(198,194,136)
#B0AD7A
(176,173,122)
#9A986C
(154,152,108)
#84835E
(132,131,94)
#6E6E50
(110,110,80)
#585942
(88,89,66)
#424434
(66,68,52)
#2C2F26
(44,47,38)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #F2ECA4

#F2ECA4
(242,236,164)
#F3EDAC
(243,237,172)
#F4EEB4
(244,238,180)
#F5EFBC
(245,239,188)
#F6F0C4
(246,240,196)
#F7F1CC
(247,241,204)
#F8F2D4
(248,242,212)
#F9F3DC
(249,243,220)
#FAF4E4
(250,244,228)
#FBF5EC
(251,245,236)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2ECA4; }

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

This text font color is #F2ECA4.


Background Color

.myBgColor { background-color: #F2ECA4; }

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

This div background color is #F2ECA4.


Border color

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

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

This div border color is #F2ECA4.


Opacity

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

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

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

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

This text has shadow with #F2ECA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2ECA4 on black background.


Color preview on white background

This text has color #F2ECA4 on white background.



Black color preview on #F2ECA4 background

This text has black color on #F2ECA4 background.


White color preview on #F2ECA4 background

This text has white color on #F2ECA4 background.