COLOR #F9CAB9

HEX: #F9CAB9
RGB: (249,202,185)

Color info

#F9CAB9 contains mainly red and green colors. Web safe color of #F9CAB9 is #FFCCCC (or #FCC).

RGB color model

#F9CAB9 color RGB value is (249,202,185).

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

RGB channels and saturation

R 249 of 255 = 98%
G 202 of 255 = 79%
B 185 of 255 = 73%

249
202
185

R + G + B ~ 83%. #F9CAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 202 + 185 = 636 (100%)
R 249 of 636 ~ 39.15%
G 202 of 636 ~ 31.76%
B 185 of 636 ~ 29.09%

%39.15
%31.76
%29.09

CMYK color model

#F9CAB9 color CMYK value is (0,19,26,2).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 25.70%
  • key color value is 2.35%
CMYK:
(0,19,26,2)
C0M19Y26K2 
(0%,19%,26%,2%)
(0.00/0.19/0.26/0.02)	

CMYK percentages

%0
%18.88
%25.7
%2.35

Codes

Color #F9CAB9 in popluar color models

F9CAB9
RGB249202185
HSL16°84.21%85.10%
HSB/HSV16°25.70%97.65%
CMYK0.00%18.88%25.70%
2.35%

Color #F9CAB9 in popluar number systems.

HEXF9CAB9
Decimal249202185
Binary111110011100101010111001
Octal371312271

Shades and tints

Shades of #F9CAB9

#F9CAB9
(249,202,185)
#E3B8A9
(227,184,169)
#CDA699
(205,166,153)
#B79489
(183,148,137)
#A18279
(161,130,121)
#8B7069
(139,112,105)
#755E59
(117,94,89)
#5F4C49
(95,76,73)
#493A39
(73,58,57)
#332829
(51,40,41)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #F9CAB9

#F9CAB9
(249,202,185)
#F9CEBF
(249,206,191)
#F9D2C5
(249,210,197)
#F9D6CB
(249,214,203)
#F9DAD1
(249,218,209)
#F9DED7
(249,222,215)
#F9E2DD
(249,226,221)
#F9E6E3
(249,230,227)
#F9EAE9
(249,234,233)
#F9EEEF
(249,238,239)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CAB9; }

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

This text font color is #F9CAB9.


Background Color

.myBgColor { background-color: #F9CAB9; }

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

This div background color is #F9CAB9.


Border color

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

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

This div border color is #F9CAB9.


Opacity

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

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

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

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

This text has shadow with #F9CAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CAB9 on black background.


Color preview on white background

This text has color #F9CAB9 on white background.



Black color preview on #F9CAB9 background

This text has black color on #F9CAB9 background.


White color preview on #F9CAB9 background

This text has white color on #F9CAB9 background.