COLOR #F1FA93

HEX: #F1FA93
RGB: (241,250,147)

Color info

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

RGB color model

#F1FA93 color RGB value is (241,250,147).

  • red value is 241;
  • green value is 250;
  • blue value is 147.
RGB:
(241,250,147)
(95%,98%,58%)

RGB channels and saturation

R 241 of 255 = 95%
G 250 of 255 = 98%
B 147 of 255 = 58%

241
250
147

R + G + B ~ 84%. #F1FA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 250 + 147 = 638 (100%)
R 241 of 638 ~ 37.77%
G 250 of 638 ~ 39.18%
B 147 of 638 ~ 23.04%

%37.77
%39.18
%23.04

CMYK color model

#F1FA93 color CMYK value is (4,0,41,2).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 41.20%
  • key color value is 1.96%
CMYK:
(4,0,41,2)
C4M0Y41K2 
(4%,0%,41%,2%)
(0.04/0.00/0.41/0.02)	

CMYK percentages

%3.6
%0
%41.2
%1.96

Codes

Color #F1FA93 in popluar color models

F1FA93
RGB241250147
HSL65°91.15%77.84%
HSB/HSV65°41.20%98.04%
CMYK3.60%0.00%41.20%
1.96%

Color #F1FA93 in popluar number systems.

HEXF1FA93
Decimal241250147
Binary111100011111101010010011
Octal361372223

Shades and tints

Shades of #F1FA93

#F1FA93
(241,250,147)
#DCE486
(220,228,134)
#C7CE79
(199,206,121)
#B2B86C
(178,184,108)
#9DA25F
(157,162,95)
#888C52
(136,140,82)
#737645
(115,118,69)
#5E6038
(94,96,56)
#494A2B
(73,74,43)
#34341E
(52,52,30)
#1F1E11
(31,30,17)
#000000
(0,0,0)

Tints of #F1FA93

#F1FA93
(241,250,147)
#F2FA9C
(242,250,156)
#F3FAA5
(243,250,165)
#F4FAAE
(244,250,174)
#F5FAB7
(245,250,183)
#F6FAC0
(246,250,192)
#F7FAC9
(247,250,201)
#F8FAD2
(248,250,210)
#F9FADB
(249,250,219)
#FAFAE4
(250,250,228)
#FBFAED
(251,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FA93; }

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

This text font color is #F1FA93.


Background Color

.myBgColor { background-color: #F1FA93; }

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

This div background color is #F1FA93.


Border color

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

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

This div border color is #F1FA93.


Opacity

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

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

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

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

This text has shadow with #F1FA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FA93 on black background.


Color preview on white background

This text has color #F1FA93 on white background.



Black color preview on #F1FA93 background

This text has black color on #F1FA93 background.


White color preview on #F1FA93 background

This text has white color on #F1FA93 background.