COLOR #F6FAA6

HEX: #F6FAA6
RGB: (246,250,166)

Color info

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

RGB color model

#F6FAA6 color RGB value is (246,250,166).

  • red value is 246;
  • green value is 250;
  • blue value is 166.
RGB:
(246,250,166)
(96%,98%,65%)

RGB channels and saturation

R 246 of 255 = 96%
G 250 of 255 = 98%
B 166 of 255 = 65%

246
250
166

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

Portions of RGB colors in percentages

R + G + B =
246 + 250 + 166 = 662 (100%)
R 246 of 662 ~ 37.16%
G 250 of 662 ~ 37.76%
B 166 of 662 ~ 25.08%

%37.16
%37.76
%25.08

CMYK color model

#F6FAA6 color CMYK value is (2,0,34,2).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 33.60%
  • key color value is 1.96%
CMYK:
(2,0,34,2)
C2M0Y34K2 
(2%,0%,34%,2%)
(0.02/0.00/0.34/0.02)	

CMYK percentages

%1.6
%0
%33.6
%1.96

Codes

Color #F6FAA6 in popluar color models

F6FAA6
RGB246250166
HSL63°89.36%81.57%
HSB/HSV63°33.60%98.04%
CMYK1.60%0.00%33.60%
1.96%

Color #F6FAA6 in popluar number systems.

HEXF6FAA6
Decimal246250166
Binary111101101111101010100110
Octal366372246

Shades and tints

Shades of #F6FAA6

#F6FAA6
(246,250,166)
#E0E497
(224,228,151)
#CACE88
(202,206,136)
#B4B879
(180,184,121)
#9EA26A
(158,162,106)
#888C5B
(136,140,91)
#72764C
(114,118,76)
#5C603D
(92,96,61)
#464A2E
(70,74,46)
#30341F
(48,52,31)
#1A1E10
(26,30,16)
#000000
(0,0,0)

Tints of #F6FAA6

#F6FAA6
(246,250,166)
#F6FAAE
(246,250,174)
#F6FAB6
(246,250,182)
#F6FABE
(246,250,190)
#F6FAC6
(246,250,198)
#F6FACE
(246,250,206)
#F6FAD6
(246,250,214)
#F6FADE
(246,250,222)
#F6FAE6
(246,250,230)
#F6FAEE
(246,250,238)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FAA6 color. Also use rgb(246,250,166) instead hex code.

Text Font Color

.myTextColor { color: #F6FAA6; }

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

This text font color is #F6FAA6.


Background Color

.myBgColor { background-color: #F6FAA6; }

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

This div background color is #F6FAA6.


Border color

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

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

This div border color is #F6FAA6.


Opacity

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

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

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

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

This text has shadow with #F6FAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FAA6 on black background.


Color preview on white background

This text has color #F6FAA6 on white background.



Black color preview on #F6FAA6 background

This text has black color on #F6FAA6 background.


White color preview on #F6FAA6 background

This text has white color on #F6FAA6 background.