COLOR #F1E1AA

HEX: #F1E1AA
RGB: (241,225,170)

Color info

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

RGB color model

#F1E1AA color RGB value is (241,225,170).

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

RGB channels and saturation

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

241
225
170

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

Portions of RGB colors in percentages

R + G + B =
241 + 225 + 170 = 636 (100%)
R 241 of 636 ~ 37.89%
G 225 of 636 ~ 35.38%
B 170 of 636 ~ 26.73%

%37.89
%35.38
%26.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.64%
  • 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
%6.64
%29.46
%5.49

Codes

Color #F1E1AA in popluar color models

F1E1AA
RGB241225170
HSL46°71.72%80.59%
HSB/HSV46°29.46%94.51%
CMYK0.00%6.64%29.46%
5.49%

Color #F1E1AA in popluar number systems.

HEXF1E1AA
Decimal241225170
Binary111100011110000110101010
Octal361341252

Shades and tints

Shades of #F1E1AA

#F1E1AA
(241,225,170)
#DCCD9B
(220,205,155)
#C7B98C
(199,185,140)
#B2A57D
(178,165,125)
#9D916E
(157,145,110)
#887D5F
(136,125,95)
#736950
(115,105,80)
#5E5541
(94,85,65)
#494132
(73,65,50)
#342D23
(52,45,35)
#1F1914
(31,25,20)
#000000
(0,0,0)

Tints of #F1E1AA

#F1E1AA
(241,225,170)
#F2E3B1
(242,227,177)
#F3E5B8
(243,229,184)
#F4E7BF
(244,231,191)
#F5E9C6
(245,233,198)
#F6EBCD
(246,235,205)
#F7EDD4
(247,237,212)
#F8EFDB
(248,239,219)
#F9F1E2
(249,241,226)
#FAF3E9
(250,243,233)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E1AA; }

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

This text font color is #F1E1AA.


Background Color

.myBgColor { background-color: #F1E1AA; }

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

This div background color is #F1E1AA.


Border color

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

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

This div border color is #F1E1AA.


Opacity

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

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

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

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

This text has shadow with #F1E1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E1AA on black background.


Color preview on white background

This text has color #F1E1AA on white background.



Black color preview on #F1E1AA background

This text has black color on #F1E1AA background.


White color preview on #F1E1AA background

This text has white color on #F1E1AA background.