COLOR #F2E893

HEX: #F2E893
RGB: (242,232,147)

Color info

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

RGB color model

#F2E893 color RGB value is (242,232,147).

  • red value is 242;
  • green value is 232;
  • blue value is 147.
RGB:
(242,232,147)
(95%,91%,58%)

RGB channels and saturation

R 242 of 255 = 95%
G 232 of 255 = 91%
B 147 of 255 = 58%

242
232
147

R + G + B ~ 81%. #F2E893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 232 + 147 = 621 (100%)
R 242 of 621 ~ 38.97%
G 232 of 621 ~ 37.36%
B 147 of 621 ~ 23.67%

%38.97
%37.36
%23.67

CMYK color model

#F2E893 color CMYK value is (0,4,39,5).

  • cyan value is 0.00%
  • magenta value is 4.13%
  • yellow value is 39.26%
  • key color value is 5.10%
CMYK:
(0,4,39,5)
C0M4Y39K5 
(0%,4%,39%,5%)
(0.00/0.04/0.39/0.05)	

CMYK percentages

%0
%4.13
%39.26
%5.1

Codes

Color #F2E893 in popluar color models

F2E893
RGB242232147
HSL54°78.51%76.27%
HSB/HSV54°39.26%94.90%
CMYK0.00%4.13%39.26%
5.10%

Color #F2E893 in popluar number systems.

HEXF2E893
Decimal242232147
Binary111100101110100010010011
Octal362350223

Shades and tints

Shades of #F2E893

#F2E893
(242,232,147)
#DCD386
(220,211,134)
#C6BE79
(198,190,121)
#B0A96C
(176,169,108)
#9A945F
(154,148,95)
#847F52
(132,127,82)
#6E6A45
(110,106,69)
#585538
(88,85,56)
#42402B
(66,64,43)
#2C2B1E
(44,43,30)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #F2E893

#F2E893
(242,232,147)
#F3EA9C
(243,234,156)
#F4ECA5
(244,236,165)
#F5EEAE
(245,238,174)
#F6F0B7
(246,240,183)
#F7F2C0
(247,242,192)
#F8F4C9
(248,244,201)
#F9F6D2
(249,246,210)
#FAF8DB
(250,248,219)
#FBFAE4
(251,250,228)
#FCFCED
(252,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E893 color. Also use rgb(242,232,147) instead hex code.

Text Font Color

.myTextColor { color: #F2E893; }

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

This text font color is #F2E893.


Background Color

.myBgColor { background-color: #F2E893; }

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

This div background color is #F2E893.


Border color

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

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

This div border color is #F2E893.


Opacity

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

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

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

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

This text has shadow with #F2E893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E893 on black background.


Color preview on white background

This text has color #F2E893 on white background.



Black color preview on #F2E893 background

This text has black color on #F2E893 background.


White color preview on #F2E893 background

This text has white color on #F2E893 background.