COLOR #F4CFAF

HEX: #F4CFAF
RGB: (244,207,175)

Color info

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

RGB color model

#F4CFAF color RGB value is (244,207,175).

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

RGB channels and saturation

R 244 of 255 = 96%
G 207 of 255 = 81%
B 175 of 255 = 69%

244
207
175

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

Portions of RGB colors in percentages

R + G + B =
244 + 207 + 175 = 626 (100%)
R 244 of 626 ~ 38.98%
G 207 of 626 ~ 33.07%
B 175 of 626 ~ 27.96%

%38.98
%33.07
%27.96

CMYK color model

#F4CFAF color CMYK value is (0,15,28,4).

  • cyan value is 0.00%
  • magenta value is 15.16%
  • yellow value is 28.28%
  • key color value is 4.31%
CMYK:
(0,15,28,4)
C0M15Y28K4 
(0%,15%,28%,4%)
(0.00/0.15/0.28/0.04)	

CMYK percentages

%0
%15.16
%28.28
%4.31

Codes

Color #F4CFAF in popluar color models

F4CFAF
RGB244207175
HSL28°75.82%82.16%
HSB/HSV28°28.28%95.69%
CMYK0.00%15.16%28.28%
4.31%

Color #F4CFAF in popluar number systems.

HEXF4CFAF
Decimal244207175
Binary111101001100111110101111
Octal364317257

Shades and tints

Shades of #F4CFAF

#F4CFAF
(244,207,175)
#DEBDA0
(222,189,160)
#C8AB91
(200,171,145)
#B29982
(178,153,130)
#9C8773
(156,135,115)
#867564
(134,117,100)
#706355
(112,99,85)
#5A5146
(90,81,70)
#443F37
(68,63,55)
#2E2D28
(46,45,40)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #F4CFAF

#F4CFAF
(244,207,175)
#F5D3B6
(245,211,182)
#F6D7BD
(246,215,189)
#F7DBC4
(247,219,196)
#F8DFCB
(248,223,203)
#F9E3D2
(249,227,210)
#FAE7D9
(250,231,217)
#FBEBE0
(251,235,224)
#FCEFE7
(252,239,231)
#FDF3EE
(253,243,238)
#FEF7F5
(254,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CFAF; }

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

This text font color is #F4CFAF.


Background Color

.myBgColor { background-color: #F4CFAF; }

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

This div background color is #F4CFAF.


Border color

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

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

This div border color is #F4CFAF.


Opacity

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

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

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

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

This text has shadow with #F4CFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CFAF on black background.


Color preview on white background

This text has color #F4CFAF on white background.



Black color preview on #F4CFAF background

This text has black color on #F4CFAF background.


White color preview on #F4CFAF background

This text has white color on #F4CFAF background.