COLOR #F6FEA1

HEX: #F6FEA1
RGB: (246,254,161)

Color info

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

RGB color model

#F6FEA1 color RGB value is (246,254,161).

  • red value is 246;
  • green value is 254;
  • blue value is 161.
RGB:
(246,254,161)
(96%,100%,63%)

RGB channels and saturation

R 246 of 255 = 96%
G 254 of 255 = 100%
B 161 of 255 = 63%

246
254
161

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

Portions of RGB colors in percentages

R + G + B =
246 + 254 + 161 = 661 (100%)
R 246 of 661 ~ 37.22%
G 254 of 661 ~ 38.43%
B 161 of 661 ~ 24.36%

%37.22
%38.43
%24.36

CMYK color model

#F6FEA1 color CMYK value is (3,0,37,0).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 0.39%
CMYK:
(3,0,37,0)
C3M0Y37K0 
(3%,0%,37%,0%)
(0.03/0.00/0.37/0.00)	

CMYK percentages

%3.15
%0
%36.61
%0.39

Codes

Color #F6FEA1 in popluar color models

F6FEA1
RGB246254161
HSL65°97.89%81.37%
HSB/HSV65°36.61%99.61%
CMYK3.15%0.00%36.61%
0.39%

Color #F6FEA1 in popluar number systems.

HEXF6FEA1
Decimal246254161
Binary111101101111111010100001
Octal366376241

Shades and tints

Shades of #F6FEA1

#F6FEA1
(246,254,161)
#E0E793
(224,231,147)
#CAD085
(202,208,133)
#B4B977
(180,185,119)
#9EA269
(158,162,105)
#888B5B
(136,139,91)
#72744D
(114,116,77)
#5C5D3F
(92,93,63)
#464631
(70,70,49)
#302F23
(48,47,35)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #F6FEA1

#F6FEA1
(246,254,161)
#F6FEA9
(246,254,169)
#F6FEB1
(246,254,177)
#F6FEB9
(246,254,185)
#F6FEC1
(246,254,193)
#F6FEC9
(246,254,201)
#F6FED1
(246,254,209)
#F6FED9
(246,254,217)
#F6FEE1
(246,254,225)
#F6FEE9
(246,254,233)
#F6FEF1
(246,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FEA1 color. Also use rgb(246,254,161) instead hex code.

Text Font Color

.myTextColor { color: #F6FEA1; }

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

This text font color is #F6FEA1.


Background Color

.myBgColor { background-color: #F6FEA1; }

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

This div background color is #F6FEA1.


Border color

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

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

This div border color is #F6FEA1.


Opacity

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

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

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

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

This text has shadow with #F6FEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FEA1 on black background.


Color preview on white background

This text has color #F6FEA1 on white background.



Black color preview on #F6FEA1 background

This text has black color on #F6FEA1 background.


White color preview on #F6FEA1 background

This text has white color on #F6FEA1 background.