COLOR #F9C9B4

HEX: #F9C9B4
RGB: (249,201,180)

Color info

#F9C9B4 contains mainly red and green colors. Web safe color of #F9C9B4 is #FFCCCC (or #FCC).

RGB color model

#F9C9B4 color RGB value is (249,201,180).

  • red value is 249;
  • green value is 201;
  • blue value is 180.
RGB:
(249,201,180)
(98%,79%,71%)

RGB channels and saturation

R 249 of 255 = 98%
G 201 of 255 = 79%
B 180 of 255 = 71%

249
201
180

R + G + B ~ 83%. #F9C9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 201 + 180 = 630 (100%)
R 249 of 630 ~ 39.52%
G 201 of 630 ~ 31.9%
B 180 of 630 ~ 28.57%

%39.52
%31.9
%28.57

CMYK color model

#F9C9B4 color CMYK value is (0,19,28,2).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 27.71%
  • key color value is 2.35%
CMYK:
(0,19,28,2)
C0M19Y28K2 
(0%,19%,28%,2%)
(0.00/0.19/0.28/0.02)	

CMYK percentages

%0
%19.28
%27.71
%2.35

Codes

Color #F9C9B4 in popluar color models

F9C9B4
RGB249201180
HSL18°85.19%84.12%
HSB/HSV18°27.71%97.65%
CMYK0.00%19.28%27.71%
2.35%

Color #F9C9B4 in popluar number systems.

HEXF9C9B4
Decimal249201180
Binary111110011100100110110100
Octal371311264

Shades and tints

Shades of #F9C9B4

#F9C9B4
(249,201,180)
#E3B7A4
(227,183,164)
#CDA594
(205,165,148)
#B79384
(183,147,132)
#A18174
(161,129,116)
#8B6F64
(139,111,100)
#755D54
(117,93,84)
#5F4B44
(95,75,68)
#493934
(73,57,52)
#332724
(51,39,36)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #F9C9B4

#F9C9B4
(249,201,180)
#F9CDBA
(249,205,186)
#F9D1C0
(249,209,192)
#F9D5C6
(249,213,198)
#F9D9CC
(249,217,204)
#F9DDD2
(249,221,210)
#F9E1D8
(249,225,216)
#F9E5DE
(249,229,222)
#F9E9E4
(249,233,228)
#F9EDEA
(249,237,234)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C9B4 color. Also use rgb(249,201,180) instead hex code.

Text Font Color

.myTextColor { color: #F9C9B4; }

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

This text font color is #F9C9B4.


Background Color

.myBgColor { background-color: #F9C9B4; }

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

This div background color is #F9C9B4.


Border color

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

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

This div border color is #F9C9B4.


Opacity

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

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

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

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

This text has shadow with #F9C9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C9B4 on black background.


Color preview on white background

This text has color #F9C9B4 on white background.



Black color preview on #F9C9B4 background

This text has black color on #F9C9B4 background.


White color preview on #F9C9B4 background

This text has white color on #F9C9B4 background.