COLOR #F9C8B6

HEX: #F9C8B6
RGB: (249,200,182)

Color info

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

RGB color model

#F9C8B6 color RGB value is (249,200,182).

  • red value is 249;
  • green value is 200;
  • blue value is 182.
RGB:
(249,200,182)
(98%,78%,71%)

RGB channels and saturation

R 249 of 255 = 98%
G 200 of 255 = 78%
B 182 of 255 = 71%

249
200
182

R + G + B ~ 82%. #F9C8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 200 + 182 = 631 (100%)
R 249 of 631 ~ 39.46%
G 200 of 631 ~ 31.7%
B 182 of 631 ~ 28.84%

%39.46
%31.7
%28.84

CMYK color model

#F9C8B6 color CMYK value is (0,20,27,2).

  • cyan value is 0.00%
  • magenta value is 19.68%
  • yellow value is 26.91%
  • key color value is 2.35%
CMYK:
(0,20,27,2)
C0M20Y27K2 
(0%,20%,27%,2%)
(0.00/0.20/0.27/0.02)	

CMYK percentages

%0
%19.68
%26.91
%2.35

Codes

Color #F9C8B6 in popluar color models

F9C8B6
RGB249200182
HSL16°84.81%84.51%
HSB/HSV16°26.91%97.65%
CMYK0.00%19.68%26.91%
2.35%

Color #F9C8B6 in popluar number systems.

HEXF9C8B6
Decimal249200182
Binary111110011100100010110110
Octal371310266

Shades and tints

Shades of #F9C8B6

#F9C8B6
(249,200,182)
#E3B6A6
(227,182,166)
#CDA496
(205,164,150)
#B79286
(183,146,134)
#A18076
(161,128,118)
#8B6E66
(139,110,102)
#755C56
(117,92,86)
#5F4A46
(95,74,70)
#493836
(73,56,54)
#332626
(51,38,38)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #F9C8B6

#F9C8B6
(249,200,182)
#F9CDBC
(249,205,188)
#F9D2C2
(249,210,194)
#F9D7C8
(249,215,200)
#F9DCCE
(249,220,206)
#F9E1D4
(249,225,212)
#F9E6DA
(249,230,218)
#F9EBE0
(249,235,224)
#F9F0E6
(249,240,230)
#F9F5EC
(249,245,236)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C8B6 color. Also use rgb(249,200,182) instead hex code.

Text Font Color

.myTextColor { color: #F9C8B6; }

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

This text font color is #F9C8B6.


Background Color

.myBgColor { background-color: #F9C8B6; }

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

This div background color is #F9C8B6.


Border color

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

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

This div border color is #F9C8B6.


Opacity

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

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

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

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

This text has shadow with #F9C8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C8B6 on black background.


Color preview on white background

This text has color #F9C8B6 on white background.



Black color preview on #F9C8B6 background

This text has black color on #F9C8B6 background.


White color preview on #F9C8B6 background

This text has white color on #F9C8B6 background.