COLOR #F9B29D

HEX: #F9B29D
RGB: (249,178,157)

Color info

#F9B29D contains mainly red color. Web safe color of #F9B29D is #FF9999 (or #F99).

RGB color model

#F9B29D color RGB value is (249,178,157).

  • red value is 249;
  • green value is 178;
  • blue value is 157.
RGB:
(249,178,157)
(98%,70%,62%)

RGB channels and saturation

R 249 of 255 = 98%
G 178 of 255 = 70%
B 157 of 255 = 62%

249
178
157

R + G + B ~ 77%. #F9B29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 178 + 157 = 584 (100%)
R 249 of 584 ~ 42.64%
G 178 of 584 ~ 30.48%
B 157 of 584 ~ 26.88%

%42.64
%30.48
%26.88

CMYK color model

#F9B29D color CMYK value is (0,29,37,2).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 36.95%
  • key color value is 2.35%
CMYK:
(0,29,37,2)
C0M29Y37K2 
(0%,29%,37%,2%)
(0.00/0.29/0.37/0.02)	

CMYK percentages

%0
%28.51
%36.95
%2.35

Codes

Color #F9B29D in popluar color models

F9B29D
RGB249178157
HSL14°88.46%79.61%
HSB/HSV14°36.95%97.65%
CMYK0.00%28.51%36.95%
2.35%

Color #F9B29D in popluar number systems.

HEXF9B29D
Decimal249178157
Binary111110011011001010011101
Octal371262235

Shades and tints

Shades of #F9B29D

#F9B29D
(249,178,157)
#E3A28F
(227,162,143)
#CD9281
(205,146,129)
#B78273
(183,130,115)
#A17265
(161,114,101)
#8B6257
(139,98,87)
#755249
(117,82,73)
#5F423B
(95,66,59)
#49322D
(73,50,45)
#33221F
(51,34,31)
#1D1211
(29,18,17)
#000000
(0,0,0)

Tints of #F9B29D

#F9B29D
(249,178,157)
#F9B9A5
(249,185,165)
#F9C0AD
(249,192,173)
#F9C7B5
(249,199,181)
#F9CEBD
(249,206,189)
#F9D5C5
(249,213,197)
#F9DCCD
(249,220,205)
#F9E3D5
(249,227,213)
#F9EADD
(249,234,221)
#F9F1E5
(249,241,229)
#F9F8ED
(249,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B29D color. Also use rgb(249,178,157) instead hex code.

Text Font Color

.myTextColor { color: #F9B29D; }

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

This text font color is #F9B29D.


Background Color

.myBgColor { background-color: #F9B29D; }

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

This div background color is #F9B29D.


Border color

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

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

This div border color is #F9B29D.


Opacity

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

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

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

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

This text has shadow with #F9B29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B29D on black background.


Color preview on white background

This text has color #F9B29D on white background.



Black color preview on #F9B29D background

This text has black color on #F9B29D background.


White color preview on #F9B29D background

This text has white color on #F9B29D background.