COLOR #F9C7CE

HEX: #F9C7CE
RGB: (249,199,206)

Color info

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

RGB color model

#F9C7CE color RGB value is (249,199,206).

  • red value is 249;
  • green value is 199;
  • blue value is 206.
RGB:
(249,199,206)
(98%,78%,81%)

RGB channels and saturation

R 249 of 255 = 98%
G 199 of 255 = 78%
B 206 of 255 = 81%

249
199
206

R + G + B ~ 86%. #F9C7CE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 199 + 206 = 654 (100%)
R 249 of 654 ~ 38.07%
G 199 of 654 ~ 30.43%
B 206 of 654 ~ 31.5%

%38.07
%30.43
%31.5

CMYK color model

#F9C7CE color CMYK value is (0,20,17,2).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 17.27%
  • key color value is 2.35%
CMYK:
(0,20,17,2)
C0M20Y17K2 
(0%,20%,17%,2%)
(0.00/0.20/0.17/0.02)	

CMYK percentages

%0
%20.08
%17.27
%2.35

Codes

Color #F9C7CE in popluar color models

F9C7CE
RGB249199206
HSL352°80.65%87.84%
HSB/HSV352°20.08%97.65%
CMYK0.00%20.08%17.27%
2.35%

Color #F9C7CE in popluar number systems.

HEXF9C7CE
Decimal249199206
Binary111110011100011111001110
Octal371307316

Shades and tints

Shades of #F9C7CE

#F9C7CE
(249,199,206)
#E3B5BC
(227,181,188)
#CDA3AA
(205,163,170)
#B79198
(183,145,152)
#A17F86
(161,127,134)
#8B6D74
(139,109,116)
#755B62
(117,91,98)
#5F4950
(95,73,80)
#49373E
(73,55,62)
#33252C
(51,37,44)
#1D131A
(29,19,26)
#000000
(0,0,0)

Tints of #F9C7CE

#F9C7CE
(249,199,206)
#F9CCD2
(249,204,210)
#F9D1D6
(249,209,214)
#F9D6DA
(249,214,218)
#F9DBDE
(249,219,222)
#F9E0E2
(249,224,226)
#F9E5E6
(249,229,230)
#F9EAEA
(249,234,234)
#F9EFEE
(249,239,238)
#F9F4F2
(249,244,242)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C7CE; }

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

This text font color is #F9C7CE.


Background Color

.myBgColor { background-color: #F9C7CE; }

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

This div background color is #F9C7CE.


Border color

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

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

This div border color is #F9C7CE.


Opacity

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

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

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

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

This text has shadow with #F9C7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C7CE on black background.


Color preview on white background

This text has color #F9C7CE on white background.



Black color preview on #F9C7CE background

This text has black color on #F9C7CE background.


White color preview on #F9C7CE background

This text has white color on #F9C7CE background.