COLOR #F2E6AA

HEX: #F2E6AA
RGB: (242,230,170)

Color info

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

RGB color model

#F2E6AA color RGB value is (242,230,170).

  • red value is 242;
  • green value is 230;
  • blue value is 170.
RGB:
(242,230,170)
(95%,90%,67%)

RGB channels and saturation

R 242 of 255 = 95%
G 230 of 255 = 90%
B 170 of 255 = 67%

242
230
170

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

Portions of RGB colors in percentages

R + G + B =
242 + 230 + 170 = 642 (100%)
R 242 of 642 ~ 37.69%
G 230 of 642 ~ 35.83%
B 170 of 642 ~ 26.48%

%37.69
%35.83
%26.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.96%
  • yellow value is 29.75%
  • key color value is 5.10%
CMYK:
(0,5,30,5)
C0M5Y30K5 
(0%,5%,30%,5%)
(0.00/0.05/0.30/0.05)	

CMYK percentages

%0
%4.96
%29.75
%5.1

Codes

Color #F2E6AA in popluar color models

F2E6AA
RGB242230170
HSL50°73.47%80.78%
HSB/HSV50°29.75%94.90%
CMYK0.00%4.96%29.75%
5.10%

Color #F2E6AA in popluar number systems.

HEXF2E6AA
Decimal242230170
Binary111100101110011010101010
Octal362346252

Shades and tints

Shades of #F2E6AA

#F2E6AA
(242,230,170)
#DCD29B
(220,210,155)
#C6BE8C
(198,190,140)
#B0AA7D
(176,170,125)
#9A966E
(154,150,110)
#84825F
(132,130,95)
#6E6E50
(110,110,80)
#585A41
(88,90,65)
#424632
(66,70,50)
#2C3223
(44,50,35)
#161E14
(22,30,20)
#000000
(0,0,0)

Tints of #F2E6AA

#F2E6AA
(242,230,170)
#F3E8B1
(243,232,177)
#F4EAB8
(244,234,184)
#F5ECBF
(245,236,191)
#F6EEC6
(246,238,198)
#F7F0CD
(247,240,205)
#F8F2D4
(248,242,212)
#F9F4DB
(249,244,219)
#FAF6E2
(250,246,226)
#FBF8E9
(251,248,233)
#FCFAF0
(252,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E6AA color. Also use rgb(242,230,170) instead hex code.

Text Font Color

.myTextColor { color: #F2E6AA; }

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

This text font color is #F2E6AA.


Background Color

.myBgColor { background-color: #F2E6AA; }

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

This div background color is #F2E6AA.


Border color

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

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

This div border color is #F2E6AA.


Opacity

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

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

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

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

This text has shadow with #F2E6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E6AA on black background.


Color preview on white background

This text has color #F2E6AA on white background.



Black color preview on #F2E6AA background

This text has black color on #F2E6AA background.


White color preview on #F2E6AA background

This text has white color on #F2E6AA background.