COLOR #F4C7CE

HEX: #F4C7CE RGB: (244,199,206)

Color info

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

RGB color model

#F4C7CE color RGB value is (244,199,206).

RGB: (244,199,206) (96%, 78%, 81%)

RGB channels and saturation

R 244 of 255 = 96%
G 199 of 255 = 78%
B 206 of 255 = 81%

244
199
206

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

Portions of RGB colors in percentages

R + G + B = 244 + 199 + 206 = 649 (100%)
R 244 of 649 ~ 37.6%
G 199 of 649 ~ 30.66%
B 206 of 649 ~ 31.74'%

%37.6
%30.66
%31.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 15.57%
  • 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.57
%4.31

Codes

Color #F4C7CE in popluar color models

F4 C7 CE
RGB 244 199 206
HSL 351° 67.16% 86.86%
HSB/HSV 351° 18.44% 95.69%
CMYK 0.00% 18.44% 15.57%
4.31%

Color #F4C7CE in popluar number systems.

HEX F4 C7 CE
Decimal 244 199 206
Binary 11110100 11000111 11001110
Octal 364 307 316

Shades and tints

Shades of #F4C7CE

#F4C7CE
(244,199,206)
#DEB5BC
(222,181,188)
#C8A3AA
(200,163,170)
#B29198
(178,145,152)
#9C7F86
(156,127,134)
#866D74
(134,109,116)
#705B62
(112,91,98)
#5A4950
(90,73,80)
#44373E
(68,55,62)
#2E252C
(46,37,44)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #F4C7CE

#F4C7CE
(244,199,206)
#F5CCD2
(245,204,210)
#F6D1D6
(246,209,214)
#F7D6DA
(247,214,218)
#F8DBDE
(248,219,222)
#F9E0E2
(249,224,226)
#FAE5E6
(250,229,230)
#FBEAEA
(251,234,234)
#FCEFEE
(252,239,238)
#FDF4F2
(253,244,242)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C7CE; }

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

This text font color is #F4C7CE.

Background Color

.myBgColor { background-color: #F4C7CE; }

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

This div background color is #F4C7CE.

Border color

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

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

This div border color is #F4C7CE.

Opacity

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

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

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

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

This text has shadow with #F4C7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C7CE.

Preview

Color preview on black background

This text has color #F4C7CE on black background.


Color preview on white background

This text has color #F4C7CE on white background.


Black color preview on #F4C7CE background

This text has black color on #F4C7CE background.


White color preview on #F4C7CE background

This text has white color on #F4C7CE background.


Related colors

Complementary color

Complementary color for #hex is #0B3831.


I love getcolorcode.com

Triadic colors

1 #CEF4C7 and #C7CEF4 with #F4C7CE are triadic colors.

2 #CEC7F4 and #C7F4CE with #F4C7CE are triadic colors.