COLOR #F9CCAB

HEX: #F9CCAB
RGB: (249,204,171)

Color info

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

RGB color model

#F9CCAB color RGB value is (249,204,171).

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

RGB channels and saturation

R 249 of 255 = 98%
G 204 of 255 = 80%
B 171 of 255 = 67%

249
204
171

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

Portions of RGB colors in percentages

R + G + B =
249 + 204 + 171 = 624 (100%)
R 249 of 624 ~ 39.9%
G 204 of 624 ~ 32.69%
B 171 of 624 ~ 27.4%

%39.9
%32.69
%27.4

CMYK color model

#F9CCAB color CMYK value is (0,18,31,2).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 31.33%
  • key color value is 2.35%
CMYK:
(0,18,31,2)
C0M18Y31K2 
(0%,18%,31%,2%)
(0.00/0.18/0.31/0.02)	

CMYK percentages

%0
%18.07
%31.33
%2.35

Codes

Color #F9CCAB in popluar color models

F9CCAB
RGB249204171
HSL25°86.67%82.35%
HSB/HSV25°31.33%97.65%
CMYK0.00%18.07%31.33%
2.35%

Color #F9CCAB in popluar number systems.

HEXF9CCAB
Decimal249204171
Binary111110011100110010101011
Octal371314253

Shades and tints

Shades of #F9CCAB

#F9CCAB
(249,204,171)
#E3BA9C
(227,186,156)
#CDA88D
(205,168,141)
#B7967E
(183,150,126)
#A1846F
(161,132,111)
#8B7260
(139,114,96)
#756051
(117,96,81)
#5F4E42
(95,78,66)
#493C33
(73,60,51)
#332A24
(51,42,36)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #F9CCAB

#F9CCAB
(249,204,171)
#F9D0B2
(249,208,178)
#F9D4B9
(249,212,185)
#F9D8C0
(249,216,192)
#F9DCC7
(249,220,199)
#F9E0CE
(249,224,206)
#F9E4D5
(249,228,213)
#F9E8DC
(249,232,220)
#F9ECE3
(249,236,227)
#F9F0EA
(249,240,234)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CCAB; }

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

This text font color is #F9CCAB.


Background Color

.myBgColor { background-color: #F9CCAB; }

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

This div background color is #F9CCAB.


Border color

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

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

This div border color is #F9CCAB.


Opacity

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

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

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

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

This text has shadow with #F9CCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CCAB on black background.


Color preview on white background

This text has color #F9CCAB on white background.



Black color preview on #F9CCAB background

This text has black color on #F9CCAB background.


White color preview on #F9CCAB background

This text has white color on #F9CCAB background.