COLOR #F9CBA1

HEX: #F9CBA1
RGB: (249,203,161)

Color info

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

RGB color model

#F9CBA1 color RGB value is (249,203,161).

  • red value is 249;
  • green value is 203;
  • blue value is 161.
RGB:
(249,203,161)
(98%,80%,63%)

RGB channels and saturation

R 249 of 255 = 98%
G 203 of 255 = 80%
B 161 of 255 = 63%

249
203
161

R + G + B ~ 80%. #F9CBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 203 + 161 = 613 (100%)
R 249 of 613 ~ 40.62%
G 203 of 613 ~ 33.12%
B 161 of 613 ~ 26.26%

%40.62
%33.12
%26.26

CMYK color model

#F9CBA1 color CMYK value is (0,18,35,2).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 35.34%
  • key color value is 2.35%
CMYK:
(0,18,35,2)
C0M18Y35K2 
(0%,18%,35%,2%)
(0.00/0.18/0.35/0.02)	

CMYK percentages

%0
%18.47
%35.34
%2.35

Codes

Color #F9CBA1 in popluar color models

F9CBA1
RGB249203161
HSL29°88.00%80.39%
HSB/HSV29°35.34%97.65%
CMYK0.00%18.47%35.34%
2.35%

Color #F9CBA1 in popluar number systems.

HEXF9CBA1
Decimal249203161
Binary111110011100101110100001
Octal371313241

Shades and tints

Shades of #F9CBA1

#F9CBA1
(249,203,161)
#E3B993
(227,185,147)
#CDA785
(205,167,133)
#B79577
(183,149,119)
#A18369
(161,131,105)
#8B715B
(139,113,91)
#755F4D
(117,95,77)
#5F4D3F
(95,77,63)
#493B31
(73,59,49)
#332923
(51,41,35)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #F9CBA1

#F9CBA1
(249,203,161)
#F9CFA9
(249,207,169)
#F9D3B1
(249,211,177)
#F9D7B9
(249,215,185)
#F9DBC1
(249,219,193)
#F9DFC9
(249,223,201)
#F9E3D1
(249,227,209)
#F9E7D9
(249,231,217)
#F9EBE1
(249,235,225)
#F9EFE9
(249,239,233)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CBA1 color. Also use rgb(249,203,161) instead hex code.

Text Font Color

.myTextColor { color: #F9CBA1; }

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

This text font color is #F9CBA1.


Background Color

.myBgColor { background-color: #F9CBA1; }

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

This div background color is #F9CBA1.


Border color

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

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

This div border color is #F9CBA1.


Opacity

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

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

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

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

This text has shadow with #F9CBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CBA1 on black background.


Color preview on white background

This text has color #F9CBA1 on white background.



Black color preview on #F9CBA1 background

This text has black color on #F9CBA1 background.


White color preview on #F9CBA1 background

This text has white color on #F9CBA1 background.