COLOR #F4C7CD

HEX: #F4C7CD
RGB: (244,199,205)

Color info

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

RGB color model

#F4C7CD color RGB value is (244,199,205).

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

RGB channels and saturation

R 244 of 255 = 96%
G 199 of 255 = 78%
B 205 of 255 = 80%

244
199
205

R + G + B ~ 85%. #F4C7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 199 + 205 = 648 (100%)
R 244 of 648 ~ 37.65%
G 199 of 648 ~ 30.71%
B 205 of 648 ~ 31.64%

%37.65
%30.71
%31.64

CMYK color model

#F4C7CD color CMYK value is (0,18,16,4).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 15.98%
  • key color value is 4.31%
CMYK:
(0,18,16,4)
C0M18Y16K4 
(0%,18%,16%,4%)
(0.00/0.18/0.16/0.04)	

CMYK percentages

%0
%18.44
%15.98
%4.31

Codes

Color #F4C7CD in popluar color models

F4C7CD
RGB244199205
HSL352°67.16%86.86%
HSB/HSV352°18.44%95.69%
CMYK0.00%18.44%15.98%
4.31%

Color #F4C7CD in popluar number systems.

HEXF4C7CD
Decimal244199205
Binary111101001100011111001101
Octal364307315

Shades and tints

Shades of #F4C7CD

#F4C7CD
(244,199,205)
#DEB5BB
(222,181,187)
#C8A3A9
(200,163,169)
#B29197
(178,145,151)
#9C7F85
(156,127,133)
#866D73
(134,109,115)
#705B61
(112,91,97)
#5A494F
(90,73,79)
#44373D
(68,55,61)
#2E252B
(46,37,43)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #F4C7CD

#F4C7CD
(244,199,205)
#F5CCD1
(245,204,209)
#F6D1D5
(246,209,213)
#F7D6D9
(247,214,217)
#F8DBDD
(248,219,221)
#F9E0E1
(249,224,225)
#FAE5E5
(250,229,229)
#FBEAE9
(251,234,233)
#FCEFED
(252,239,237)
#FDF4F1
(253,244,241)
#FEF9F5
(254,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C7CD; }

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

This text font color is #F4C7CD.


Background Color

.myBgColor { background-color: #F4C7CD; }

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

This div background color is #F4C7CD.


Border color

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

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

This div border color is #F4C7CD.


Opacity

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

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

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

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

This text has shadow with #F4C7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C7CD on black background.


Color preview on white background

This text has color #F4C7CD on white background.



Black color preview on #F4C7CD background

This text has black color on #F4C7CD background.


White color preview on #F4C7CD background

This text has white color on #F4C7CD background.