COLOR #F9F2BB

HEX: #F9F2BB
RGB: (249,242,187)

Color info

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

RGB color model

#F9F2BB color RGB value is (249,242,187).

  • red value is 249;
  • green value is 242;
  • blue value is 187.
RGB:
(249,242,187)
(98%,95%,73%)

RGB channels and saturation

R 249 of 255 = 98%
G 242 of 255 = 95%
B 187 of 255 = 73%

249
242
187

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

Portions of RGB colors in percentages

R + G + B =
249 + 242 + 187 = 678 (100%)
R 249 of 678 ~ 36.73%
G 242 of 678 ~ 35.69%
B 187 of 678 ~ 27.58%

%36.73
%35.69
%27.58

CMYK color model

#F9F2BB color CMYK value is (0,3,25,2).

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 24.90%
  • key color value is 2.35%
CMYK:
(0,3,25,2)
C0M3Y25K2 
(0%,3%,25%,2%)
(0.00/0.03/0.25/0.02)	

CMYK percentages

%0
%2.81
%24.9
%2.35

Codes

Color #F9F2BB in popluar color models

F9F2BB
RGB249242187
HSL53°83.78%85.49%
HSB/HSV53°24.90%97.65%
CMYK0.00%2.81%24.90%
2.35%

Color #F9F2BB in popluar number systems.

HEXF9F2BB
Decimal249242187
Binary111110011111001010111011
Octal371362273

Shades and tints

Shades of #F9F2BB

#F9F2BB
(249,242,187)
#E3DCAA
(227,220,170)
#CDC699
(205,198,153)
#B7B088
(183,176,136)
#A19A77
(161,154,119)
#8B8466
(139,132,102)
#756E55
(117,110,85)
#5F5844
(95,88,68)
#494233
(73,66,51)
#332C22
(51,44,34)
#1D1611
(29,22,17)
#000000
(0,0,0)

Tints of #F9F2BB

#F9F2BB
(249,242,187)
#F9F3C1
(249,243,193)
#F9F4C7
(249,244,199)
#F9F5CD
(249,245,205)
#F9F6D3
(249,246,211)
#F9F7D9
(249,247,217)
#F9F8DF
(249,248,223)
#F9F9E5
(249,249,229)
#F9FAEB
(249,250,235)
#F9FBF1
(249,251,241)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F2BB color. Also use rgb(249,242,187) instead hex code.

Text Font Color

.myTextColor { color: #F9F2BB; }

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

This text font color is #F9F2BB.


Background Color

.myBgColor { background-color: #F9F2BB; }

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

This div background color is #F9F2BB.


Border color

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

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

This div border color is #F9F2BB.


Opacity

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

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

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

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

This text has shadow with #F9F2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F2BB on black background.


Color preview on white background

This text has color #F9F2BB on white background.



Black color preview on #F9F2BB background

This text has black color on #F9F2BB background.


White color preview on #F9F2BB background

This text has white color on #F9F2BB background.