COLOR #F4C9AB

HEX: #F4C9AB
RGB: (244,201,171)

Color info

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

RGB color model

#F4C9AB color RGB value is (244,201,171).

  • red value is 244;
  • green value is 201;
  • blue value is 171.
RGB:
(244,201,171)
(96%,79%,67%)

RGB channels and saturation

R 244 of 255 = 96%
G 201 of 255 = 79%
B 171 of 255 = 67%

244
201
171

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

Portions of RGB colors in percentages

R + G + B =
244 + 201 + 171 = 616 (100%)
R 244 of 616 ~ 39.61%
G 201 of 616 ~ 32.63%
B 171 of 616 ~ 27.76%

%39.61
%32.63
%27.76

CMYK color model

#F4C9AB color CMYK value is (0,18,30,4).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 29.92%
  • key color value is 4.31%
CMYK:
(0,18,30,4)
C0M18Y30K4 
(0%,18%,30%,4%)
(0.00/0.18/0.30/0.04)	

CMYK percentages

%0
%17.62
%29.92
%4.31

Codes

Color #F4C9AB in popluar color models

F4C9AB
RGB244201171
HSL25°76.84%81.37%
HSB/HSV25°29.92%95.69%
CMYK0.00%17.62%29.92%
4.31%

Color #F4C9AB in popluar number systems.

HEXF4C9AB
Decimal244201171
Binary111101001100100110101011
Octal364311253

Shades and tints

Shades of #F4C9AB

#F4C9AB
(244,201,171)
#DEB79C
(222,183,156)
#C8A58D
(200,165,141)
#B2937E
(178,147,126)
#9C816F
(156,129,111)
#866F60
(134,111,96)
#705D51
(112,93,81)
#5A4B42
(90,75,66)
#443933
(68,57,51)
#2E2724
(46,39,36)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #F4C9AB

#F4C9AB
(244,201,171)
#F5CDB2
(245,205,178)
#F6D1B9
(246,209,185)
#F7D5C0
(247,213,192)
#F8D9C7
(248,217,199)
#F9DDCE
(249,221,206)
#FAE1D5
(250,225,213)
#FBE5DC
(251,229,220)
#FCE9E3
(252,233,227)
#FDEDEA
(253,237,234)
#FEF1F1
(254,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C9AB color. Also use rgb(244,201,171) instead hex code.

Text Font Color

.myTextColor { color: #F4C9AB; }

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

This text font color is #F4C9AB.


Background Color

.myBgColor { background-color: #F4C9AB; }

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

This div background color is #F4C9AB.


Border color

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

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

This div border color is #F4C9AB.


Opacity

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

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

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

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

This text has shadow with #F4C9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C9AB on black background.


Color preview on white background

This text has color #F4C9AB on white background.



Black color preview on #F4C9AB background

This text has black color on #F4C9AB background.


White color preview on #F4C9AB background

This text has white color on #F4C9AB background.