COLOR #F4CB9F

HEX: #F4CB9F
RGB: (244,203,159)

Color info

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

RGB color model

#F4CB9F color RGB value is (244,203,159).

  • red value is 244;
  • green value is 203;
  • blue value is 159.
RGB:
(244,203,159)
(96%,80%,62%)

RGB channels and saturation

R 244 of 255 = 96%
G 203 of 255 = 80%
B 159 of 255 = 62%

244
203
159

R + G + B ~ 79%. #F4CB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 203 + 159 = 606 (100%)
R 244 of 606 ~ 40.26%
G 203 of 606 ~ 33.5%
B 159 of 606 ~ 26.24%

%40.26
%33.5
%26.24

CMYK color model

#F4CB9F color CMYK value is (0,17,35,4).

  • cyan value is 0.00%
  • magenta value is 16.80%
  • yellow value is 34.84%
  • key color value is 4.31%
CMYK:
(0,17,35,4)
C0M17Y35K4 
(0%,17%,35%,4%)
(0.00/0.17/0.35/0.04)	

CMYK percentages

%0
%16.8
%34.84
%4.31

Codes

Color #F4CB9F in popluar color models

F4CB9F
RGB244203159
HSL31°79.44%79.02%
HSB/HSV31°34.84%95.69%
CMYK0.00%16.80%34.84%
4.31%

Color #F4CB9F in popluar number systems.

HEXF4CB9F
Decimal244203159
Binary111101001100101110011111
Octal364313237

Shades and tints

Shades of #F4CB9F

#F4CB9F
(244,203,159)
#DEB991
(222,185,145)
#C8A783
(200,167,131)
#B29575
(178,149,117)
#9C8367
(156,131,103)
#867159
(134,113,89)
#705F4B
(112,95,75)
#5A4D3D
(90,77,61)
#443B2F
(68,59,47)
#2E2921
(46,41,33)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #F4CB9F

#F4CB9F
(244,203,159)
#F5CFA7
(245,207,167)
#F6D3AF
(246,211,175)
#F7D7B7
(247,215,183)
#F8DBBF
(248,219,191)
#F9DFC7
(249,223,199)
#FAE3CF
(250,227,207)
#FBE7D7
(251,231,215)
#FCEBDF
(252,235,223)
#FDEFE7
(253,239,231)
#FEF3EF
(254,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CB9F color. Also use rgb(244,203,159) instead hex code.

Text Font Color

.myTextColor { color: #F4CB9F; }

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

This text font color is #F4CB9F.


Background Color

.myBgColor { background-color: #F4CB9F; }

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

This div background color is #F4CB9F.


Border color

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

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

This div border color is #F4CB9F.


Opacity

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

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

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

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

This text has shadow with #F4CB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CB9F on black background.


Color preview on white background

This text has color #F4CB9F on white background.



Black color preview on #F4CB9F background

This text has black color on #F4CB9F background.


White color preview on #F4CB9F background

This text has white color on #F4CB9F background.