COLOR #F4C2CF

HEX: #F4C2CF
RGB: (244,194,207)

Color info

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

RGB color model

#F4C2CF color RGB value is (244,194,207).

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

RGB channels and saturation

R 244 of 255 = 96%
G 194 of 255 = 76%
B 207 of 255 = 81%

244
194
207

R + G + B ~ 84%. #F4C2CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 194 + 207 = 645 (100%)
R 244 of 645 ~ 37.83%
G 194 of 645 ~ 30.08%
B 207 of 645 ~ 32.09%

%37.83
%30.08
%32.09

CMYK color model

#F4C2CF color CMYK value is (0,20,15,4).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 15.16%
  • key color value is 4.31%
CMYK:
(0,20,15,4)
C0M20Y15K4 
(0%,20%,15%,4%)
(0.00/0.20/0.15/0.04)	

CMYK percentages

%0
%20.49
%15.16
%4.31

Codes

Color #F4C2CF in popluar color models

F4C2CF
RGB244194207
HSL344°69.44%85.88%
HSB/HSV344°20.49%95.69%
CMYK0.00%20.49%15.16%
4.31%

Color #F4C2CF in popluar number systems.

HEXF4C2CF
Decimal244194207
Binary111101001100001011001111
Octal364302317

Shades and tints

Shades of #F4C2CF

#F4C2CF
(244,194,207)
#DEB1BD
(222,177,189)
#C8A0AB
(200,160,171)
#B28F99
(178,143,153)
#9C7E87
(156,126,135)
#866D75
(134,109,117)
#705C63
(112,92,99)
#5A4B51
(90,75,81)
#443A3F
(68,58,63)
#2E292D
(46,41,45)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #F4C2CF

#F4C2CF
(244,194,207)
#F5C7D3
(245,199,211)
#F6CCD7
(246,204,215)
#F7D1DB
(247,209,219)
#F8D6DF
(248,214,223)
#F9DBE3
(249,219,227)
#FAE0E7
(250,224,231)
#FBE5EB
(251,229,235)
#FCEAEF
(252,234,239)
#FDEFF3
(253,239,243)
#FEF4F7
(254,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C2CF; }

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

This text font color is #F4C2CF.


Background Color

.myBgColor { background-color: #F4C2CF; }

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

This div background color is #F4C2CF.


Border color

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

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

This div border color is #F4C2CF.


Opacity

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

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

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

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

This text has shadow with #F4C2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C2CF on black background.


Color preview on white background

This text has color #F4C2CF on white background.



Black color preview on #F4C2CF background

This text has black color on #F4C2CF background.


White color preview on #F4C2CF background

This text has white color on #F4C2CF background.