COLOR #F9FCB1

HEX: #F9FCB1
RGB: (249,252,177)

Color info

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

RGB color model

#F9FCB1 color RGB value is (249,252,177).

  • red value is 249;
  • green value is 252;
  • blue value is 177.
RGB:
(249,252,177)
(98%,99%,69%)

RGB channels and saturation

R 249 of 255 = 98%
G 252 of 255 = 99%
B 177 of 255 = 69%

249
252
177

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

Portions of RGB colors in percentages

R + G + B =
249 + 252 + 177 = 678 (100%)
R 249 of 678 ~ 36.73%
G 252 of 678 ~ 37.17%
B 177 of 678 ~ 26.11%

%36.73
%37.17
%26.11

CMYK color model

#F9FCB1 color CMYK value is (1,0,30,1).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 1.18%
CMYK:
(1,0,30,1)
C1M0Y30K1 
(1%,0%,30%,1%)
(0.01/0.00/0.30/0.01)	

CMYK percentages

%1.19
%0
%29.76
%1.18

Codes

Color #F9FCB1 in popluar color models

F9FCB1
RGB249252177
HSL62°92.59%84.12%
HSB/HSV62°29.76%98.82%
CMYK1.19%0.00%29.76%
1.18%

Color #F9FCB1 in popluar number systems.

HEXF9FCB1
Decimal249252177
Binary111110011111110010110001
Octal371374261

Shades and tints

Shades of #F9FCB1

#F9FCB1
(249,252,177)
#E3E6A1
(227,230,161)
#CDD091
(205,208,145)
#B7BA81
(183,186,129)
#A1A471
(161,164,113)
#8B8E61
(139,142,97)
#757851
(117,120,81)
#5F6241
(95,98,65)
#494C31
(73,76,49)
#333621
(51,54,33)
#1D2011
(29,32,17)
#000000
(0,0,0)

Tints of #F9FCB1

#F9FCB1
(249,252,177)
#F9FCB8
(249,252,184)
#F9FCBF
(249,252,191)
#F9FCC6
(249,252,198)
#F9FCCD
(249,252,205)
#F9FCD4
(249,252,212)
#F9FCDB
(249,252,219)
#F9FCE2
(249,252,226)
#F9FCE9
(249,252,233)
#F9FCF0
(249,252,240)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FCB1 color. Also use rgb(249,252,177) instead hex code.

Text Font Color

.myTextColor { color: #F9FCB1; }

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

This text font color is #F9FCB1.


Background Color

.myBgColor { background-color: #F9FCB1; }

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

This div background color is #F9FCB1.


Border color

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

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

This div border color is #F9FCB1.


Opacity

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

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

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

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

This text has shadow with #F9FCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FCB1 on black background.


Color preview on white background

This text has color #F9FCB1 on white background.



Black color preview on #F9FCB1 background

This text has black color on #F9FCB1 background.


White color preview on #F9FCB1 background

This text has white color on #F9FCB1 background.