COLOR #F1F9A6

HEX: #F1F9A6 RGB: (241,249,166)

Color info

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

RGB color model

#F1F9A6 color RGB value is (241,249,166).

RGB: (241,249,166) (95%, 98%, 65%)

RGB channels and saturation

R 241 of 255 = 95%
G 249 of 255 = 98%
B 166 of 255 = 65%

241
249
166

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

Portions of RGB colors in percentages

R + G + B = 241 + 249 + 166 = 656 (100%)
R 241 of 656 ~ 36.74%
G 249 of 656 ~ 37.96%
B 166 of 656 ~ 25.3'%

%36.74
%37.96
%25.3

CMYK color model

#F1F9A6 color CMYK value is (3,0,33,2).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 2.35%

CMYK: (3,0,33,2)
C3M0Y33K2 (3%, 0%, 33%, 2%)
(0.03 / 0.00 / 0.33 / 0.02)

CMYK percentages

%3.21
%0
%33.33
%2.35

Codes

Color #F1F9A6 in popluar color models

F1 F9 A6
RGB 241 249 166
HSL 66° 87.37% 81.37%
HSB/HSV 66° 33.33% 97.65%
CMYK 3.21% 0.00% 33.33%
2.35%

Color #F1F9A6 in popluar number systems.

HEX F1 F9 A6
Decimal 241 249 166
Binary 11110001 11111001 10100110
Octal 361 371 246

Shades and tints

Shades of #F1F9A6

#F1F9A6
(241,249,166)
#DCE397
(220,227,151)
#C7CD88
(199,205,136)
#B2B779
(178,183,121)
#9DA16A
(157,161,106)
#888B5B
(136,139,91)
#73754C
(115,117,76)
#5E5F3D
(94,95,61)
#49492E
(73,73,46)
#34331F
(52,51,31)
#1F1D10
(31,29,16)
#000000
(0,0,0)

Tints of #F1F9A6

#F1F9A6
(241,249,166)
#F2F9AE
(242,249,174)
#F3F9B6
(243,249,182)
#F4F9BE
(244,249,190)
#F5F9C6
(245,249,198)
#F6F9CE
(246,249,206)
#F7F9D6
(247,249,214)
#F8F9DE
(248,249,222)
#F9F9E6
(249,249,230)
#FAF9EE
(250,249,238)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F9A6; }

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

This text font color is #F1F9A6.

Background Color

.myBgColor { background-color: #F1F9A6; }

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

This div background color is #F1F9A6.

Border color

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

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

This div border color is #F1F9A6.

Opacity

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

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

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

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

This text has shadow with #F1F9A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F9A6.

Preview

Color preview on black background

This text has color #F1F9A6 on black background.


Color preview on white background

This text has color #F1F9A6 on white background.


Black color preview on #F1F9A6 background

This text has black color on #F1F9A6 background.


White color preview on #F1F9A6 background

This text has white color on #F1F9A6 background.


Related colors

Complementary color

Complementary color for #hex is #0E0659.


I love getcolorcode.com

Triadic colors

1 #A6F1F9 and #F9A6F1 with #F1F9A6 are triadic colors.

2 #A6F9F1 and #F9F1A6 with #F1F9A6 are triadic colors.