COLOR #F1F1AA

HEX: #F1F1AA
RGB: (241,241,170)

Color info

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

RGB color model

#F1F1AA color RGB value is (241,241,170).

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

RGB channels and saturation

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

241
241
170

R + G + B ~ 86%. #F1F1AA is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 241 + 170 = 652 (100%)
R 241 of 652 ~ 36.96%
G 241 of 652 ~ 36.96%
B 170 of 652 ~ 26.07%

%36.96
%36.96
%26.07

CMYK color model

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

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

CMYK percentages

%0
%0
%29.46
%5.49

Codes

Color #F1F1AA in popluar color models

F1F1AA
RGB241241170
HSL60°71.72%80.59%
HSB/HSV60°29.46%94.51%
CMYK0.00%0.00%29.46%
5.49%

Color #F1F1AA in popluar number systems.

HEXF1F1AA
Decimal241241170
Binary111100011111000110101010
Octal361361252

Shades and tints

Shades of #F1F1AA

#F1F1AA
(241,241,170)
#DCDC9B
(220,220,155)
#C7C78C
(199,199,140)
#B2B27D
(178,178,125)
#9D9D6E
(157,157,110)
#88885F
(136,136,95)
#737350
(115,115,80)
#5E5E41
(94,94,65)
#494932
(73,73,50)
#343423
(52,52,35)
#1F1F14
(31,31,20)
#000000
(0,0,0)

Tints of #F1F1AA

#F1F1AA
(241,241,170)
#F2F2B1
(242,242,177)
#F3F3B8
(243,243,184)
#F4F4BF
(244,244,191)
#F5F5C6
(245,245,198)
#F6F6CD
(246,246,205)
#F7F7D4
(247,247,212)
#F8F8DB
(248,248,219)
#F9F9E2
(249,249,226)
#FAFAE9
(250,250,233)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F1AA; }

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

This text font color is #F1F1AA.


Background Color

.myBgColor { background-color: #F1F1AA; }

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

This div background color is #F1F1AA.


Border color

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

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

This div border color is #F1F1AA.


Opacity

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

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

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

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

This text has shadow with #F1F1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F1AA on black background.


Color preview on white background

This text has color #F1F1AA on white background.



Black color preview on #F1F1AA background

This text has black color on #F1F1AA background.


White color preview on #F1F1AA background

This text has white color on #F1F1AA background.