COLOR #F4C4CF

HEX: #F4C4CF RGB: (244,196,207)

Color info

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

RGB color model

#F4C4CF color RGB value is (244,196,207).

RGB: (244,196,207) (96%, 77%, 81%)

RGB channels and saturation

R 244 of 255 = 96%
G 196 of 255 = 77%
B 207 of 255 = 81%

244
196
207

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

Portions of RGB colors in percentages

R + G + B = 244 + 196 + 207 = 647 (100%)
R 244 of 647 ~ 37.71%
G 196 of 647 ~ 30.29%
B 207 of 647 ~ 31.99'%

%37.71
%30.29
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.67%
  • 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
%19.67
%15.16
%4.31

Codes

Color #F4C4CF in popluar color models

F4 C4 CF
RGB 244 196 207
HSL 346° 68.57% 86.27%
HSB/HSV 346° 19.67% 95.69%
CMYK 0.00% 19.67% 15.16%
4.31%

Color #F4C4CF in popluar number systems.

HEX F4 C4 CF
Decimal 244 196 207
Binary 11110100 11000100 11001111
Octal 364 304 317

Shades and tints

Shades of #F4C4CF

#F4C4CF
(244,196,207)
#DEB3BD
(222,179,189)
#C8A2AB
(200,162,171)
#B29199
(178,145,153)
#9C8087
(156,128,135)
#866F75
(134,111,117)
#705E63
(112,94,99)
#5A4D51
(90,77,81)
#443C3F
(68,60,63)
#2E2B2D
(46,43,45)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #F4C4CF

#F4C4CF
(244,196,207)
#F5C9D3
(245,201,211)
#F6CED7
(246,206,215)
#F7D3DB
(247,211,219)
#F8D8DF
(248,216,223)
#F9DDE3
(249,221,227)
#FAE2E7
(250,226,231)
#FBE7EB
(251,231,235)
#FCECEF
(252,236,239)
#FDF1F3
(253,241,243)
#FEF6F7
(254,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C4CF; }

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

This text font color is #F4C4CF.

Background Color

.myBgColor { background-color: #F4C4CF; }

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

This div background color is #F4C4CF.

Border color

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

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

This div border color is #F4C4CF.

Opacity

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

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

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

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

This text has shadow with #F4C4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C4CF.

Preview

Color preview on black background

This text has color #F4C4CF on black background.


Color preview on white background

This text has color #F4C4CF on white background.


Black color preview on #F4C4CF background

This text has black color on #F4C4CF background.


White color preview on #F4C4CF background

This text has white color on #F4C4CF background.


Related colors

Complementary color

Complementary color for #hex is #0B3B30.


I love getcolorcode.com

Triadic colors

1 #CFF4C4 and #C4CFF4 with #F4C4CF are triadic colors.

2 #CFC4F4 and #C4F4CF with #F4C4CF are triadic colors.