COLOR #F4C5AF

HEX: #F4C5AF
RGB: (244,197,175)

Color info

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

RGB color model

#F4C5AF color RGB value is (244,197,175).

  • red value is 244;
  • green value is 197;
  • blue value is 175.
RGB:
(244,197,175)
(96%,77%,69%)

RGB channels and saturation

R 244 of 255 = 96%
G 197 of 255 = 77%
B 175 of 255 = 69%

244
197
175

R + G + B ~ 81%. #F4C5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 197 + 175 = 616 (100%)
R 244 of 616 ~ 39.61%
G 197 of 616 ~ 31.98%
B 175 of 616 ~ 28.41%

%39.61
%31.98
%28.41

CMYK color model

#F4C5AF color CMYK value is (0,19,28,4).

  • cyan value is 0.00%
  • magenta value is 19.26%
  • yellow value is 28.28%
  • key color value is 4.31%
CMYK:
(0,19,28,4)
C0M19Y28K4 
(0%,19%,28%,4%)
(0.00/0.19/0.28/0.04)	

CMYK percentages

%0
%19.26
%28.28
%4.31

Codes

Color #F4C5AF in popluar color models

F4C5AF
RGB244197175
HSL19°75.82%82.16%
HSB/HSV19°28.28%95.69%
CMYK0.00%19.26%28.28%
4.31%

Color #F4C5AF in popluar number systems.

HEXF4C5AF
Decimal244197175
Binary111101001100010110101111
Octal364305257

Shades and tints

Shades of #F4C5AF

#F4C5AF
(244,197,175)
#DEB4A0
(222,180,160)
#C8A391
(200,163,145)
#B29282
(178,146,130)
#9C8173
(156,129,115)
#867064
(134,112,100)
#705F55
(112,95,85)
#5A4E46
(90,78,70)
#443D37
(68,61,55)
#2E2C28
(46,44,40)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #F4C5AF

#F4C5AF
(244,197,175)
#F5CAB6
(245,202,182)
#F6CFBD
(246,207,189)
#F7D4C4
(247,212,196)
#F8D9CB
(248,217,203)
#F9DED2
(249,222,210)
#FAE3D9
(250,227,217)
#FBE8E0
(251,232,224)
#FCEDE7
(252,237,231)
#FDF2EE
(253,242,238)
#FEF7F5
(254,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C5AF color. Also use rgb(244,197,175) instead hex code.

Text Font Color

.myTextColor { color: #F4C5AF; }

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

This text font color is #F4C5AF.


Background Color

.myBgColor { background-color: #F4C5AF; }

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

This div background color is #F4C5AF.


Border color

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

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

This div border color is #F4C5AF.


Opacity

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

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

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

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

This text has shadow with #F4C5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C5AF on black background.


Color preview on white background

This text has color #F4C5AF on white background.



Black color preview on #F4C5AF background

This text has black color on #F4C5AF background.


White color preview on #F4C5AF background

This text has white color on #F4C5AF background.