COLOR #F4C7C3

HEX: #F4C7C3
RGB: (244,199,195)

Color info

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

RGB color model

#F4C7C3 color RGB value is (244,199,195).

  • red value is 244;
  • green value is 199;
  • blue value is 195.
RGB:
(244,199,195)
(96%,78%,76%)

RGB channels and saturation

R 244 of 255 = 96%
G 199 of 255 = 78%
B 195 of 255 = 76%

244
199
195

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

Portions of RGB colors in percentages

R + G + B =
244 + 199 + 195 = 638 (100%)
R 244 of 638 ~ 38.24%
G 199 of 638 ~ 31.19%
B 195 of 638 ~ 30.56%

%38.24
%31.19
%30.56

CMYK color model

#F4C7C3 color CMYK value is (0,18,20,4).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 20.08%
  • key color value is 4.31%
CMYK:
(0,18,20,4)
C0M18Y20K4 
(0%,18%,20%,4%)
(0.00/0.18/0.20/0.04)	

CMYK percentages

%0
%18.44
%20.08
%4.31

Codes

Color #F4C7C3 in popluar color models

F4C7C3
RGB244199195
HSL69.01%86.08%
HSB/HSV20.08%95.69%
CMYK0.00%18.44%20.08%
4.31%

Color #F4C7C3 in popluar number systems.

HEXF4C7C3
Decimal244199195
Binary111101001100011111000011
Octal364307303

Shades and tints

Shades of #F4C7C3

#F4C7C3
(244,199,195)
#DEB5B2
(222,181,178)
#C8A3A1
(200,163,161)
#B29190
(178,145,144)
#9C7F7F
(156,127,127)
#866D6E
(134,109,110)
#705B5D
(112,91,93)
#5A494C
(90,73,76)
#44373B
(68,55,59)
#2E252A
(46,37,42)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #F4C7C3

#F4C7C3
(244,199,195)
#F5CCC8
(245,204,200)
#F6D1CD
(246,209,205)
#F7D6D2
(247,214,210)
#F8DBD7
(248,219,215)
#F9E0DC
(249,224,220)
#FAE5E1
(250,229,225)
#FBEAE6
(251,234,230)
#FCEFEB
(252,239,235)
#FDF4F0
(253,244,240)
#FEF9F5
(254,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C7C3 color. Also use rgb(244,199,195) instead hex code.

Text Font Color

.myTextColor { color: #F4C7C3; }

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

This text font color is #F4C7C3.


Background Color

.myBgColor { background-color: #F4C7C3; }

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

This div background color is #F4C7C3.


Border color

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

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

This div border color is #F4C7C3.


Opacity

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

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

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

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

This text has shadow with #F4C7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C7C3 on black background.


Color preview on white background

This text has color #F4C7C3 on white background.



Black color preview on #F4C7C3 background

This text has black color on #F4C7C3 background.


White color preview on #F4C7C3 background

This text has white color on #F4C7C3 background.