COLOR #F4CAB9

HEX: #F4CAB9
RGB: (244,202,185)

Color info

#F4CAB9 contains red, green and blue colors in about the same proportion. Web safe color of #F4CAB9 is #FFCCCC (or #FCC).

RGB color model

#F4CAB9 color RGB value is (244,202,185).

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

RGB channels and saturation

R 244 of 255 = 96%
G 202 of 255 = 79%
B 185 of 255 = 73%

244
202
185

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

Portions of RGB colors in percentages

R + G + B =
244 + 202 + 185 = 631 (100%)
R 244 of 631 ~ 38.67%
G 202 of 631 ~ 32.01%
B 185 of 631 ~ 29.32%

%38.67
%32.01
%29.32

CMYK color model

#F4CAB9 color CMYK value is (0,17,24,4).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 24.18%
  • key color value is 4.31%
CMYK:
(0,17,24,4)
C0M17Y24K4 
(0%,17%,24%,4%)
(0.00/0.17/0.24/0.04)	

CMYK percentages

%0
%17.21
%24.18
%4.31

Codes

Color #F4CAB9 in popluar color models

F4CAB9
RGB244202185
HSL17°72.84%84.12%
HSB/HSV17°24.18%95.69%
CMYK0.00%17.21%24.18%
4.31%

Color #F4CAB9 in popluar number systems.

HEXF4CAB9
Decimal244202185
Binary111101001100101010111001
Octal364312271

Shades and tints

Shades of #F4CAB9

#F4CAB9
(244,202,185)
#DEB8A9
(222,184,169)
#C8A699
(200,166,153)
#B29489
(178,148,137)
#9C8279
(156,130,121)
#867069
(134,112,105)
#705E59
(112,94,89)
#5A4C49
(90,76,73)
#443A39
(68,58,57)
#2E2829
(46,40,41)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #F4CAB9

#F4CAB9
(244,202,185)
#F5CEBF
(245,206,191)
#F6D2C5
(246,210,197)
#F7D6CB
(247,214,203)
#F8DAD1
(248,218,209)
#F9DED7
(249,222,215)
#FAE2DD
(250,226,221)
#FBE6E3
(251,230,227)
#FCEAE9
(252,234,233)
#FDEEEF
(253,238,239)
#FEF2F5
(254,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CAB9; }

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

This text font color is #F4CAB9.


Background Color

.myBgColor { background-color: #F4CAB9; }

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

This div background color is #F4CAB9.


Border color

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

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

This div border color is #F4CAB9.


Opacity

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

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

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

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

This text has shadow with #F4CAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CAB9 on black background.


Color preview on white background

This text has color #F4CAB9 on white background.



Black color preview on #F4CAB9 background

This text has black color on #F4CAB9 background.


White color preview on #F4CAB9 background

This text has white color on #F4CAB9 background.