COLOR #F1E0AA

HEX: #F1E0AA
RGB: (241,224,170)

Color info

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

RGB color model

#F1E0AA color RGB value is (241,224,170).

  • red value is 241;
  • green value is 224;
  • blue value is 170.
RGB:
(241,224,170)
(95%,88%,67%)

RGB channels and saturation

R 241 of 255 = 95%
G 224 of 255 = 88%
B 170 of 255 = 67%

241
224
170

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

Portions of RGB colors in percentages

R + G + B =
241 + 224 + 170 = 635 (100%)
R 241 of 635 ~ 37.95%
G 224 of 635 ~ 35.28%
B 170 of 635 ~ 26.77%

%37.95
%35.28
%26.77

CMYK color model

#F1E0AA color CMYK value is (0,7,29,5).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 29.46%
  • key color value is 5.49%
CMYK:
(0,7,29,5)
C0M7Y29K5 
(0%,7%,29%,5%)
(0.00/0.07/0.29/0.05)	

CMYK percentages

%0
%7.05
%29.46
%5.49

Codes

Color #F1E0AA in popluar color models

F1E0AA
RGB241224170
HSL46°71.72%80.59%
HSB/HSV46°29.46%94.51%
CMYK0.00%7.05%29.46%
5.49%

Color #F1E0AA in popluar number systems.

HEXF1E0AA
Decimal241224170
Binary111100011110000010101010
Octal361340252

Shades and tints

Shades of #F1E0AA

#F1E0AA
(241,224,170)
#DCCC9B
(220,204,155)
#C7B88C
(199,184,140)
#B2A47D
(178,164,125)
#9D906E
(157,144,110)
#887C5F
(136,124,95)
#736850
(115,104,80)
#5E5441
(94,84,65)
#494032
(73,64,50)
#342C23
(52,44,35)
#1F1814
(31,24,20)
#000000
(0,0,0)

Tints of #F1E0AA

#F1E0AA
(241,224,170)
#F2E2B1
(242,226,177)
#F3E4B8
(243,228,184)
#F4E6BF
(244,230,191)
#F5E8C6
(245,232,198)
#F6EACD
(246,234,205)
#F7ECD4
(247,236,212)
#F8EEDB
(248,238,219)
#F9F0E2
(249,240,226)
#FAF2E9
(250,242,233)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E0AA color. Also use rgb(241,224,170) instead hex code.

Text Font Color

.myTextColor { color: #F1E0AA; }

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

This text font color is #F1E0AA.


Background Color

.myBgColor { background-color: #F1E0AA; }

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

This div background color is #F1E0AA.


Border color

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

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

This div border color is #F1E0AA.


Opacity

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

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

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

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

This text has shadow with #F1E0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E0AA on black background.


Color preview on white background

This text has color #F1E0AA on white background.



Black color preview on #F1E0AA background

This text has black color on #F1E0AA background.


White color preview on #F1E0AA background

This text has white color on #F1E0AA background.