COLOR #F6FAA8

HEX: #F6FAA8
RGB: (246,250,168)

Color info

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

RGB color model

#F6FAA8 color RGB value is (246,250,168).

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

RGB channels and saturation

R 246 of 255 = 96%
G 250 of 255 = 98%
B 168 of 255 = 66%

246
250
168

R + G + B ~ 87%. #F6FAA8 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 250 + 168 = 664 (100%)
R 246 of 664 ~ 37.05%
G 250 of 664 ~ 37.65%
B 168 of 664 ~ 25.3%

%37.05
%37.65
%25.3

CMYK color model

#F6FAA8 color CMYK value is (2,0,33,2).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 1.96%
CMYK:
(2,0,33,2)
C2M0Y33K2 
(2%,0%,33%,2%)
(0.02/0.00/0.33/0.02)	

CMYK percentages

%1.6
%0
%32.8
%1.96

Codes

Color #F6FAA8 in popluar color models

F6FAA8
RGB246250168
HSL63°89.13%81.96%
HSB/HSV63°32.80%98.04%
CMYK1.60%0.00%32.80%
1.96%

Color #F6FAA8 in popluar number systems.

HEXF6FAA8
Decimal246250168
Binary111101101111101010101000
Octal366372250

Shades and tints

Shades of #F6FAA8

#F6FAA8
(246,250,168)
#E0E499
(224,228,153)
#CACE8A
(202,206,138)
#B4B87B
(180,184,123)
#9EA26C
(158,162,108)
#888C5D
(136,140,93)
#72764E
(114,118,78)
#5C603F
(92,96,63)
#464A30
(70,74,48)
#303421
(48,52,33)
#1A1E12
(26,30,18)
#000000
(0,0,0)

Tints of #F6FAA8

#F6FAA8
(246,250,168)
#F6FAAF
(246,250,175)
#F6FAB6
(246,250,182)
#F6FABD
(246,250,189)
#F6FAC4
(246,250,196)
#F6FACB
(246,250,203)
#F6FAD2
(246,250,210)
#F6FAD9
(246,250,217)
#F6FAE0
(246,250,224)
#F6FAE7
(246,250,231)
#F6FAEE
(246,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FAA8; }

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

This text font color is #F6FAA8.


Background Color

.myBgColor { background-color: #F6FAA8; }

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

This div background color is #F6FAA8.


Border color

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

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

This div border color is #F6FAA8.


Opacity

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

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

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

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

This text has shadow with #F6FAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FAA8 on black background.


Color preview on white background

This text has color #F6FAA8 on white background.



Black color preview on #F6FAA8 background

This text has black color on #F6FAA8 background.


White color preview on #F6FAA8 background

This text has white color on #F6FAA8 background.