COLOR #F7FAB9

HEX: #F7FAB9
RGB: (247,250,185)

Color info

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

RGB color model

#F7FAB9 color RGB value is (247,250,185).

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

RGB channels and saturation

R 247 of 255 = 97%
G 250 of 255 = 98%
B 185 of 255 = 73%

247
250
185

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

Portions of RGB colors in percentages

R + G + B =
247 + 250 + 185 = 682 (100%)
R 247 of 682 ~ 36.22%
G 250 of 682 ~ 36.66%
B 185 of 682 ~ 27.13%

%36.22
%36.66
%27.13

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 1.96%
CMYK:
(1,0,26,2)
C1M0Y26K2 
(1%,0%,26%,2%)
(0.01/0.00/0.26/0.02)	

CMYK percentages

%1.2
%0
%26
%1.96

Codes

Color #F7FAB9 in popluar color models

F7FAB9
RGB247250185
HSL63°86.67%85.29%
HSB/HSV63°26.00%98.04%
CMYK1.20%0.00%26.00%
1.96%

Color #F7FAB9 in popluar number systems.

HEXF7FAB9
Decimal247250185
Binary111101111111101010111001
Octal367372271

Shades and tints

Shades of #F7FAB9

#F7FAB9
(247,250,185)
#E1E4A9
(225,228,169)
#CBCE99
(203,206,153)
#B5B889
(181,184,137)
#9FA279
(159,162,121)
#898C69
(137,140,105)
#737659
(115,118,89)
#5D6049
(93,96,73)
#474A39
(71,74,57)
#313429
(49,52,41)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #F7FAB9

#F7FAB9
(247,250,185)
#F7FABF
(247,250,191)
#F7FAC5
(247,250,197)
#F7FACB
(247,250,203)
#F7FAD1
(247,250,209)
#F7FAD7
(247,250,215)
#F7FADD
(247,250,221)
#F7FAE3
(247,250,227)
#F7FAE9
(247,250,233)
#F7FAEF
(247,250,239)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAB9; }

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

This text font color is #F7FAB9.


Background Color

.myBgColor { background-color: #F7FAB9; }

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

This div background color is #F7FAB9.


Border color

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

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

This div border color is #F7FAB9.


Opacity

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

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

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

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

This text has shadow with #F7FAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FAB9 on black background.


Color preview on white background

This text has color #F7FAB9 on white background.



Black color preview on #F7FAB9 background

This text has black color on #F7FAB9 background.


White color preview on #F7FAB9 background

This text has white color on #F7FAB9 background.