COLOR #F9CAB1

HEX: #F9CAB1
RGB: (249,202,177)

Color info

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

RGB color model

#F9CAB1 color RGB value is (249,202,177).

  • red value is 249;
  • green value is 202;
  • blue value is 177.
RGB:
(249,202,177)
(98%,79%,69%)

RGB channels and saturation

R 249 of 255 = 98%
G 202 of 255 = 79%
B 177 of 255 = 69%

249
202
177

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

Portions of RGB colors in percentages

R + G + B =
249 + 202 + 177 = 628 (100%)
R 249 of 628 ~ 39.65%
G 202 of 628 ~ 32.17%
B 177 of 628 ~ 28.18%

%39.65
%32.17
%28.18

CMYK color model

#F9CAB1 color CMYK value is (0,19,29,2).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 28.92%
  • key color value is 2.35%
CMYK:
(0,19,29,2)
C0M19Y29K2 
(0%,19%,29%,2%)
(0.00/0.19/0.29/0.02)	

CMYK percentages

%0
%18.88
%28.92
%2.35

Codes

Color #F9CAB1 in popluar color models

F9CAB1
RGB249202177
HSL21°85.71%83.53%
HSB/HSV21°28.92%97.65%
CMYK0.00%18.88%28.92%
2.35%

Color #F9CAB1 in popluar number systems.

HEXF9CAB1
Decimal249202177
Binary111110011100101010110001
Octal371312261

Shades and tints

Shades of #F9CAB1

#F9CAB1
(249,202,177)
#E3B8A1
(227,184,161)
#CDA691
(205,166,145)
#B79481
(183,148,129)
#A18271
(161,130,113)
#8B7061
(139,112,97)
#755E51
(117,94,81)
#5F4C41
(95,76,65)
#493A31
(73,58,49)
#332821
(51,40,33)
#1D1611
(29,22,17)
#000000
(0,0,0)

Tints of #F9CAB1

#F9CAB1
(249,202,177)
#F9CEB8
(249,206,184)
#F9D2BF
(249,210,191)
#F9D6C6
(249,214,198)
#F9DACD
(249,218,205)
#F9DED4
(249,222,212)
#F9E2DB
(249,226,219)
#F9E6E2
(249,230,226)
#F9EAE9
(249,234,233)
#F9EEF0
(249,238,240)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CAB1 color. Also use rgb(249,202,177) instead hex code.

Text Font Color

.myTextColor { color: #F9CAB1; }

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

This text font color is #F9CAB1.


Background Color

.myBgColor { background-color: #F9CAB1; }

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

This div background color is #F9CAB1.


Border color

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

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

This div border color is #F9CAB1.


Opacity

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

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

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

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

This text has shadow with #F9CAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CAB1 on black background.


Color preview on white background

This text has color #F9CAB1 on white background.



Black color preview on #F9CAB1 background

This text has black color on #F9CAB1 background.


White color preview on #F9CAB1 background

This text has white color on #F9CAB1 background.