COLOR #F7FCB9

HEX: #F7FCB9
RGB: (247,252,185)

Color info

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

RGB color model

#F7FCB9 color RGB value is (247,252,185).

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

RGB channels and saturation

R 247 of 255 = 97%
G 252 of 255 = 99%
B 185 of 255 = 73%

247
252
185

R + G + B ~ 90%. #F7FCB9 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 252 + 185 = 684 (100%)
R 247 of 684 ~ 36.11%
G 252 of 684 ~ 36.84%
B 185 of 684 ~ 27.05%

%36.11
%36.84
%27.05

CMYK color model

#F7FCB9 color CMYK value is (2,0,27,1).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 1.18%
CMYK:
(2,0,27,1)
C2M0Y27K1 
(2%,0%,27%,1%)
(0.02/0.00/0.27/0.01)	

CMYK percentages

%1.98
%0
%26.59
%1.18

Codes

Color #F7FCB9 in popluar color models

F7FCB9
RGB247252185
HSL64°91.78%85.69%
HSB/HSV64°26.59%98.82%
CMYK1.98%0.00%26.59%
1.18%

Color #F7FCB9 in popluar number systems.

HEXF7FCB9
Decimal247252185
Binary111101111111110010111001
Octal367374271

Shades and tints

Shades of #F7FCB9

#F7FCB9
(247,252,185)
#E1E6A9
(225,230,169)
#CBD099
(203,208,153)
#B5BA89
(181,186,137)
#9FA479
(159,164,121)
#898E69
(137,142,105)
#737859
(115,120,89)
#5D6249
(93,98,73)
#474C39
(71,76,57)
#313629
(49,54,41)
#1B2019
(27,32,25)
#000000
(0,0,0)

Tints of #F7FCB9

#F7FCB9
(247,252,185)
#F7FCBF
(247,252,191)
#F7FCC5
(247,252,197)
#F7FCCB
(247,252,203)
#F7FCD1
(247,252,209)
#F7FCD7
(247,252,215)
#F7FCDD
(247,252,221)
#F7FCE3
(247,252,227)
#F7FCE9
(247,252,233)
#F7FCEF
(247,252,239)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FCB9; }

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

This text font color is #F7FCB9.


Background Color

.myBgColor { background-color: #F7FCB9; }

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

This div background color is #F7FCB9.


Border color

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

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

This div border color is #F7FCB9.


Opacity

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

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

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

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

This text has shadow with #F7FCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FCB9 on black background.


Color preview on white background

This text has color #F7FCB9 on white background.



Black color preview on #F7FCB9 background

This text has black color on #F7FCB9 background.


White color preview on #F7FCB9 background

This text has white color on #F7FCB9 background.