COLOR #F6FAB9

HEX: #F6FAB9
RGB: (246,250,185)

Color info

#F6FAB9 contains mainly red and green colors. Web safe color of #F6FAB9 is #FFFFCC (or #FFC).

RGB color model

#F6FAB9 color RGB value is (246,250,185).

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

RGB channels and saturation

R 246 of 255 = 96%
G 250 of 255 = 98%
B 185 of 255 = 73%

246
250
185

R + G + B ~ 89%. #F6FAB9 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 250 + 185 = 681 (100%)
R 246 of 681 ~ 36.12%
G 250 of 681 ~ 36.71%
B 185 of 681 ~ 27.17%

%36.12
%36.71
%27.17

CMYK color model

#F6FAB9 color CMYK value is (2,0,26,2).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 1.96%
CMYK:
(2,0,26,2)
C2M0Y26K2 
(2%,0%,26%,2%)
(0.02/0.00/0.26/0.02)	

CMYK percentages

%1.6
%0
%26
%1.96

Codes

Color #F6FAB9 in popluar color models

F6FAB9
RGB246250185
HSL64°86.67%85.29%
HSB/HSV64°26.00%98.04%
CMYK1.60%0.00%26.00%
1.96%

Color #F6FAB9 in popluar number systems.

HEXF6FAB9
Decimal246250185
Binary111101101111101010111001
Octal366372271

Shades and tints

Shades of #F6FAB9

#F6FAB9
(246,250,185)
#E0E4A9
(224,228,169)
#CACE99
(202,206,153)
#B4B889
(180,184,137)
#9EA279
(158,162,121)
#888C69
(136,140,105)
#727659
(114,118,89)
#5C6049
(92,96,73)
#464A39
(70,74,57)
#303429
(48,52,41)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #F6FAB9

#F6FAB9
(246,250,185)
#F6FABF
(246,250,191)
#F6FAC5
(246,250,197)
#F6FACB
(246,250,203)
#F6FAD1
(246,250,209)
#F6FAD7
(246,250,215)
#F6FADD
(246,250,221)
#F6FAE3
(246,250,227)
#F6FAE9
(246,250,233)
#F6FAEF
(246,250,239)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FAB9; }

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

This text font color is #F6FAB9.


Background Color

.myBgColor { background-color: #F6FAB9; }

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

This div background color is #F6FAB9.


Border color

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

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

This div border color is #F6FAB9.


Opacity

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

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

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

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

This text has shadow with #F6FAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FAB9 on black background.


Color preview on white background

This text has color #F6FAB9 on white background.



Black color preview on #F6FAB9 background

This text has black color on #F6FAB9 background.


White color preview on #F6FAB9 background

This text has white color on #F6FAB9 background.