COLOR #F9E1B3

HEX: #F9E1B3
RGB: (249,225,179)

Color info

#F9E1B3 contains mainly red and green colors. Web safe color of #F9E1B3 is #FFCC99 (or #FC9).

RGB color model

#F9E1B3 color RGB value is (249,225,179).

  • red value is 249;
  • green value is 225;
  • blue value is 179.
RGB:
(249,225,179)
(98%,88%,70%)

RGB channels and saturation

R 249 of 255 = 98%
G 225 of 255 = 88%
B 179 of 255 = 70%

249
225
179

R + G + B ~ 85%. #F9E1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 225 + 179 = 653 (100%)
R 249 of 653 ~ 38.13%
G 225 of 653 ~ 34.46%
B 179 of 653 ~ 27.41%

%38.13
%34.46
%27.41

CMYK color model

#F9E1B3 color CMYK value is (0,10,28,2).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 28.11%
  • key color value is 2.35%
CMYK:
(0,10,28,2)
C0M10Y28K2 
(0%,10%,28%,2%)
(0.00/0.10/0.28/0.02)	

CMYK percentages

%0
%9.64
%28.11
%2.35

Codes

Color #F9E1B3 in popluar color models

F9E1B3
RGB249225179
HSL39°85.37%83.92%
HSB/HSV39°28.11%97.65%
CMYK0.00%9.64%28.11%
2.35%

Color #F9E1B3 in popluar number systems.

HEXF9E1B3
Decimal249225179
Binary111110011110000110110011
Octal371341263

Shades and tints

Shades of #F9E1B3

#F9E1B3
(249,225,179)
#E3CDA3
(227,205,163)
#CDB993
(205,185,147)
#B7A583
(183,165,131)
#A19173
(161,145,115)
#8B7D63
(139,125,99)
#756953
(117,105,83)
#5F5543
(95,85,67)
#494133
(73,65,51)
#332D23
(51,45,35)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #F9E1B3

#F9E1B3
(249,225,179)
#F9E3B9
(249,227,185)
#F9E5BF
(249,229,191)
#F9E7C5
(249,231,197)
#F9E9CB
(249,233,203)
#F9EBD1
(249,235,209)
#F9EDD7
(249,237,215)
#F9EFDD
(249,239,221)
#F9F1E3
(249,241,227)
#F9F3E9
(249,243,233)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E1B3 color. Also use rgb(249,225,179) instead hex code.

Text Font Color

.myTextColor { color: #F9E1B3; }

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

This text font color is #F9E1B3.


Background Color

.myBgColor { background-color: #F9E1B3; }

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

This div background color is #F9E1B3.


Border color

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

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

This div border color is #F9E1B3.


Opacity

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

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

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

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

This text has shadow with #F9E1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E1B3 on black background.


Color preview on white background

This text has color #F9E1B3 on white background.



Black color preview on #F9E1B3 background

This text has black color on #F9E1B3 background.


White color preview on #F9E1B3 background

This text has white color on #F9E1B3 background.