COLOR #F1FE9F

HEX: #F1FE9F RGB: (241,254,159)

Color info

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

RGB color model

#F1FE9F color RGB value is (241,254,159).

RGB: (241,254,159) (95%, 100%, 62%)

RGB channels and saturation

R 241 of 255 = 95%
G 254 of 255 = 100%
B 159 of 255 = 62%

241
254
159

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

Portions of RGB colors in percentages

R + G + B = 241 + 254 + 159 = 654 (100%)
R 241 of 654 ~ 36.85%
G 254 of 654 ~ 38.84%
B 159 of 654 ~ 24.31'%

%36.85
%38.84
%24.31

CMYK color model

#F1FE9F color CMYK value is (5,0,37,0).

  • cyan value is 5.12%
  • magenta value is 0.00%
  • yellow value is 37.40%
  • key color value is 0.39%

CMYK: (5,0,37,0)
C5M0Y37K0 (5%, 0%, 37%, 0%)
(0.05 / 0.00 / 0.37 / 0.00)

CMYK percentages

%5.12
%0
%37.4
%0.39

Codes

Color #F1FE9F in popluar color models

F1 FE 9F
RGB 241 254 159
HSL 68° 97.94% 80.98%
HSB/HSV 68° 37.40% 99.61%
CMYK 5.12% 0.00% 37.40%
0.39%

Color #F1FE9F in popluar number systems.

HEX F1 FE 9F
Decimal 241 254 159
Binary 11110001 11111110 10011111
Octal 361 376 237

Shades and tints

Shades of #F1FE9F

#F1FE9F
(241,254,159)
#DCE791
(220,231,145)
#C7D083
(199,208,131)
#B2B975
(178,185,117)
#9DA267
(157,162,103)
#888B59
(136,139,89)
#73744B
(115,116,75)
#5E5D3D
(94,93,61)
#49462F
(73,70,47)
#342F21
(52,47,33)
#1F1813
(31,24,19)
#000000
(0,0,0)

Tints of #F1FE9F

#F1FE9F
(241,254,159)
#F2FEA7
(242,254,167)
#F3FEAF
(243,254,175)
#F4FEB7
(244,254,183)
#F5FEBF
(245,254,191)
#F6FEC7
(246,254,199)
#F7FECF
(247,254,207)
#F8FED7
(248,254,215)
#F9FEDF
(249,254,223)
#FAFEE7
(250,254,231)
#FBFEEF
(251,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FE9F; }

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

This text font color is #F1FE9F.

Background Color

.myBgColor { background-color: #F1FE9F; }

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

This div background color is #F1FE9F.

Border color

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

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

This div border color is #F1FE9F.

Opacity

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

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

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

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

This text has shadow with #F1FE9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1FE9F.

Preview

Color preview on black background

This text has color #F1FE9F on black background.


Color preview on white background

This text has color #F1FE9F on white background.


Black color preview on #F1FE9F background

This text has black color on #F1FE9F background.


White color preview on #F1FE9F background

This text has white color on #F1FE9F background.


Related colors

Complementary color

Complementary color for #hex is #0E0160.


I love getcolorcode.com

Triadic colors

1 #9FF1FE and #FE9FF1 with #F1FE9F are triadic colors.

2 #9FFEF1 and #FEF19F with #F1FE9F are triadic colors.