COLOR #F2E3A4

HEX: #F2E3A4
RGB: (242,227,164)

Color info

#F2E3A4 contains mainly red and green colors. Web safe color of #F2E3A4 is #FFCC99 (or #FC9).

RGB color model

#F2E3A4 color RGB value is (242,227,164).

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

RGB channels and saturation

R 242 of 255 = 95%
G 227 of 255 = 89%
B 164 of 255 = 64%

242
227
164

R + G + B ~ 83%. #F2E3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 227 + 164 = 633 (100%)
R 242 of 633 ~ 38.23%
G 227 of 633 ~ 35.86%
B 164 of 633 ~ 25.91%

%38.23
%35.86
%25.91

CMYK color model

#F2E3A4 color CMYK value is (0,6,32,5).

  • cyan value is 0.00%
  • magenta value is 6.20%
  • yellow value is 32.23%
  • key color value is 5.10%
CMYK:
(0,6,32,5)
C0M6Y32K5 
(0%,6%,32%,5%)
(0.00/0.06/0.32/0.05)	

CMYK percentages

%0
%6.2
%32.23
%5.1

Codes

Color #F2E3A4 in popluar color models

F2E3A4
RGB242227164
HSL48°75.00%79.61%
HSB/HSV48°32.23%94.90%
CMYK0.00%6.20%32.23%
5.10%

Color #F2E3A4 in popluar number systems.

HEXF2E3A4
Decimal242227164
Binary111100101110001110100100
Octal362343244

Shades and tints

Shades of #F2E3A4

#F2E3A4
(242,227,164)
#DCCF96
(220,207,150)
#C6BB88
(198,187,136)
#B0A77A
(176,167,122)
#9A936C
(154,147,108)
#847F5E
(132,127,94)
#6E6B50
(110,107,80)
#585742
(88,87,66)
#424334
(66,67,52)
#2C2F26
(44,47,38)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #F2E3A4

#F2E3A4
(242,227,164)
#F3E5AC
(243,229,172)
#F4E7B4
(244,231,180)
#F5E9BC
(245,233,188)
#F6EBC4
(246,235,196)
#F7EDCC
(247,237,204)
#F8EFD4
(248,239,212)
#F9F1DC
(249,241,220)
#FAF3E4
(250,243,228)
#FBF5EC
(251,245,236)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E3A4; }

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

This text font color is #F2E3A4.


Background Color

.myBgColor { background-color: #F2E3A4; }

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

This div background color is #F2E3A4.


Border color

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

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

This div border color is #F2E3A4.


Opacity

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

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

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

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

This text has shadow with #F2E3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E3A4 on black background.


Color preview on white background

This text has color #F2E3A4 on white background.



Black color preview on #F2E3A4 background

This text has black color on #F2E3A4 background.


White color preview on #F2E3A4 background

This text has white color on #F2E3A4 background.