COLOR #F1F8A9

HEX: #F1F8A9
RGB: (241,248,169)

Color info

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

RGB color model

#F1F8A9 color RGB value is (241,248,169).

  • red value is 241;
  • green value is 248;
  • blue value is 169.
RGB:
(241,248,169)
(95%,97%,66%)

RGB channels and saturation

R 241 of 255 = 95%
G 248 of 255 = 97%
B 169 of 255 = 66%

241
248
169

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

Portions of RGB colors in percentages

R + G + B =
241 + 248 + 169 = 658 (100%)
R 241 of 658 ~ 36.63%
G 248 of 658 ~ 37.69%
B 169 of 658 ~ 25.68%

%36.63
%37.69
%25.68

CMYK color model

#F1F8A9 color CMYK value is (3,0,32,3).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • key color value is 2.75%
CMYK:
(3,0,32,3)
C3M0Y32K3 
(3%,0%,32%,3%)
(0.03/0.00/0.32/0.03)	

CMYK percentages

%2.82
%0
%31.85
%2.75

Codes

Color #F1F8A9 in popluar color models

F1F8A9
RGB241248169
HSL65°84.95%81.76%
HSB/HSV65°31.85%97.25%
CMYK2.82%0.00%31.85%
2.75%

Color #F1F8A9 in popluar number systems.

HEXF1F8A9
Decimal241248169
Binary111100011111100010101001
Octal361370251

Shades and tints

Shades of #F1F8A9

#F1F8A9
(241,248,169)
#DCE29A
(220,226,154)
#C7CC8B
(199,204,139)
#B2B67C
(178,182,124)
#9DA06D
(157,160,109)
#888A5E
(136,138,94)
#73744F
(115,116,79)
#5E5E40
(94,94,64)
#494831
(73,72,49)
#343222
(52,50,34)
#1F1C13
(31,28,19)
#000000
(0,0,0)

Tints of #F1F8A9

#F1F8A9
(241,248,169)
#F2F8B0
(242,248,176)
#F3F8B7
(243,248,183)
#F4F8BE
(244,248,190)
#F5F8C5
(245,248,197)
#F6F8CC
(246,248,204)
#F7F8D3
(247,248,211)
#F8F8DA
(248,248,218)
#F9F8E1
(249,248,225)
#FAF8E8
(250,248,232)
#FBF8EF
(251,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F8A9; }

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

This text font color is #F1F8A9.


Background Color

.myBgColor { background-color: #F1F8A9; }

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

This div background color is #F1F8A9.


Border color

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

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

This div border color is #F1F8A9.


Opacity

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

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

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

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

This text has shadow with #F1F8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F8A9 on black background.


Color preview on white background

This text has color #F1F8A9 on white background.



Black color preview on #F1F8A9 background

This text has black color on #F1F8A9 background.


White color preview on #F1F8A9 background

This text has white color on #F1F8A9 background.