COLOR #F9CCA6

HEX: #F9CCA6
RGB: (249,204,166)

Color info

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

RGB color model

#F9CCA6 color RGB value is (249,204,166).

  • red value is 249;
  • green value is 204;
  • blue value is 166.
RGB:
(249,204,166)
(98%,80%,65%)

RGB channels and saturation

R 249 of 255 = 98%
G 204 of 255 = 80%
B 166 of 255 = 65%

249
204
166

R + G + B ~ 81%. #F9CCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 204 + 166 = 619 (100%)
R 249 of 619 ~ 40.23%
G 204 of 619 ~ 32.96%
B 166 of 619 ~ 26.82%

%40.23
%32.96
%26.82

CMYK color model

#F9CCA6 color CMYK value is (0,18,33,2).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 33.33%
  • key color value is 2.35%
CMYK:
(0,18,33,2)
C0M18Y33K2 
(0%,18%,33%,2%)
(0.00/0.18/0.33/0.02)	

CMYK percentages

%0
%18.07
%33.33
%2.35

Codes

Color #F9CCA6 in popluar color models

F9CCA6
RGB249204166
HSL27°87.37%81.37%
HSB/HSV27°33.33%97.65%
CMYK0.00%18.07%33.33%
2.35%

Color #F9CCA6 in popluar number systems.

HEXF9CCA6
Decimal249204166
Binary111110011100110010100110
Octal371314246

Shades and tints

Shades of #F9CCA6

#F9CCA6
(249,204,166)
#E3BA97
(227,186,151)
#CDA888
(205,168,136)
#B79679
(183,150,121)
#A1846A
(161,132,106)
#8B725B
(139,114,91)
#75604C
(117,96,76)
#5F4E3D
(95,78,61)
#493C2E
(73,60,46)
#332A1F
(51,42,31)
#1D1810
(29,24,16)
#000000
(0,0,0)

Tints of #F9CCA6

#F9CCA6
(249,204,166)
#F9D0AE
(249,208,174)
#F9D4B6
(249,212,182)
#F9D8BE
(249,216,190)
#F9DCC6
(249,220,198)
#F9E0CE
(249,224,206)
#F9E4D6
(249,228,214)
#F9E8DE
(249,232,222)
#F9ECE6
(249,236,230)
#F9F0EE
(249,240,238)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CCA6 color. Also use rgb(249,204,166) instead hex code.

Text Font Color

.myTextColor { color: #F9CCA6; }

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

This text font color is #F9CCA6.


Background Color

.myBgColor { background-color: #F9CCA6; }

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

This div background color is #F9CCA6.


Border color

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

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

This div border color is #F9CCA6.


Opacity

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

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

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

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

This text has shadow with #F9CCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CCA6 on black background.


Color preview on white background

This text has color #F9CCA6 on white background.



Black color preview on #F9CCA6 background

This text has black color on #F9CCA6 background.


White color preview on #F9CCA6 background

This text has white color on #F9CCA6 background.