COLOR #F9BA9C

HEX: #F9BA9C
RGB: (249,186,156)

Color info

#F9BA9C contains mainly red color. Web safe color of #F9BA9C is #FFCC99 (or #FC9).

RGB color model

#F9BA9C color RGB value is (249,186,156).

  • red value is 249;
  • green value is 186;
  • blue value is 156.
RGB:
(249,186,156)
(98%,73%,61%)

RGB channels and saturation

R 249 of 255 = 98%
G 186 of 255 = 73%
B 156 of 255 = 61%

249
186
156

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

Portions of RGB colors in percentages

R + G + B =
249 + 186 + 156 = 591 (100%)
R 249 of 591 ~ 42.13%
G 186 of 591 ~ 31.47%
B 156 of 591 ~ 26.4%

%42.13
%31.47
%26.4

CMYK color model

#F9BA9C color CMYK value is (0,25,37,2).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 37.35%
  • key color value is 2.35%
CMYK:
(0,25,37,2)
C0M25Y37K2 
(0%,25%,37%,2%)
(0.00/0.25/0.37/0.02)	

CMYK percentages

%0
%25.3
%37.35
%2.35

Codes

Color #F9BA9C in popluar color models

F9BA9C
RGB249186156
HSL19°88.57%79.41%
HSB/HSV19°37.35%97.65%
CMYK0.00%25.30%37.35%
2.35%

Color #F9BA9C in popluar number systems.

HEXF9BA9C
Decimal249186156
Binary111110011011101010011100
Octal371272234

Shades and tints

Shades of #F9BA9C

#F9BA9C
(249,186,156)
#E3AA8E
(227,170,142)
#CD9A80
(205,154,128)
#B78A72
(183,138,114)
#A17A64
(161,122,100)
#8B6A56
(139,106,86)
#755A48
(117,90,72)
#5F4A3A
(95,74,58)
#493A2C
(73,58,44)
#332A1E
(51,42,30)
#1D1A10
(29,26,16)
#000000
(0,0,0)

Tints of #F9BA9C

#F9BA9C
(249,186,156)
#F9C0A5
(249,192,165)
#F9C6AE
(249,198,174)
#F9CCB7
(249,204,183)
#F9D2C0
(249,210,192)
#F9D8C9
(249,216,201)
#F9DED2
(249,222,210)
#F9E4DB
(249,228,219)
#F9EAE4
(249,234,228)
#F9F0ED
(249,240,237)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BA9C color. Also use rgb(249,186,156) instead hex code.

Text Font Color

.myTextColor { color: #F9BA9C; }

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

This text font color is #F9BA9C.


Background Color

.myBgColor { background-color: #F9BA9C; }

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

This div background color is #F9BA9C.


Border color

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

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

This div border color is #F9BA9C.


Opacity

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

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

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

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

This text has shadow with #F9BA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BA9C on black background.


Color preview on white background

This text has color #F9BA9C on white background.



Black color preview on #F9BA9C background

This text has black color on #F9BA9C background.


White color preview on #F9BA9C background

This text has white color on #F9BA9C background.