COLOR #F9FCBD

HEX: #F9FCBD
RGB: (249,252,189)

Color info

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

RGB color model

#F9FCBD color RGB value is (249,252,189).

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

RGB channels and saturation

R 249 of 255 = 98%
G 252 of 255 = 99%
B 189 of 255 = 74%

249
252
189

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

Portions of RGB colors in percentages

R + G + B =
249 + 252 + 189 = 690 (100%)
R 249 of 690 ~ 36.09%
G 252 of 690 ~ 36.52%
B 189 of 690 ~ 27.39%

%36.09
%36.52
%27.39

CMYK color model

#F9FCBD color CMYK value is (1,0,25,1).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 1.18%
CMYK:
(1,0,25,1)
C1M0Y25K1 
(1%,0%,25%,1%)
(0.01/0.00/0.25/0.01)	

CMYK percentages

%1.19
%0
%25
%1.18

Codes

Color #F9FCBD in popluar color models

F9FCBD
RGB249252189
HSL63°91.30%86.47%
HSB/HSV63°25.00%98.82%
CMYK1.19%0.00%25.00%
1.18%

Color #F9FCBD in popluar number systems.

HEXF9FCBD
Decimal249252189
Binary111110011111110010111101
Octal371374275

Shades and tints

Shades of #F9FCBD

#F9FCBD
(249,252,189)
#E3E6AC
(227,230,172)
#CDD09B
(205,208,155)
#B7BA8A
(183,186,138)
#A1A479
(161,164,121)
#8B8E68
(139,142,104)
#757857
(117,120,87)
#5F6246
(95,98,70)
#494C35
(73,76,53)
#333624
(51,54,36)
#1D2013
(29,32,19)
#000000
(0,0,0)

Tints of #F9FCBD

#F9FCBD
(249,252,189)
#F9FCC3
(249,252,195)
#F9FCC9
(249,252,201)
#F9FCCF
(249,252,207)
#F9FCD5
(249,252,213)
#F9FCDB
(249,252,219)
#F9FCE1
(249,252,225)
#F9FCE7
(249,252,231)
#F9FCED
(249,252,237)
#F9FCF3
(249,252,243)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FCBD; }

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

This text font color is #F9FCBD.


Background Color

.myBgColor { background-color: #F9FCBD; }

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

This div background color is #F9FCBD.


Border color

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

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

This div border color is #F9FCBD.


Opacity

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

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

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

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

This text has shadow with #F9FCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FCBD on black background.


Color preview on white background

This text has color #F9FCBD on white background.



Black color preview on #F9FCBD background

This text has black color on #F9FCBD background.


White color preview on #F9FCBD background

This text has white color on #F9FCBD background.