COLOR #F1C7CE

HEX: #F1C7CE
RGB: (241,199,206)

Color info

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

RGB color model

#F1C7CE color RGB value is (241,199,206).

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

RGB channels and saturation

R 241 of 255 = 95%
G 199 of 255 = 78%
B 206 of 255 = 81%

241
199
206

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

Portions of RGB colors in percentages

R + G + B =
241 + 199 + 206 = 646 (100%)
R 241 of 646 ~ 37.31%
G 199 of 646 ~ 30.8%
B 206 of 646 ~ 31.89%

%37.31
%30.8
%31.89

CMYK color model

#F1C7CE color CMYK value is (0,17,15,5).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 14.52%
  • key color value is 5.49%
CMYK:
(0,17,15,5)
C0M17Y15K5 
(0%,17%,15%,5%)
(0.00/0.17/0.15/0.05)	

CMYK percentages

%0
%17.43
%14.52
%5.49

Codes

Color #F1C7CE in popluar color models

F1C7CE
RGB241199206
HSL350°60.00%86.27%
HSB/HSV350°17.43%94.51%
CMYK0.00%17.43%14.52%
5.49%

Color #F1C7CE in popluar number systems.

HEXF1C7CE
Decimal241199206
Binary111100011100011111001110
Octal361307316

Shades and tints

Shades of #F1C7CE

#F1C7CE
(241,199,206)
#DCB5BC
(220,181,188)
#C7A3AA
(199,163,170)
#B29198
(178,145,152)
#9D7F86
(157,127,134)
#886D74
(136,109,116)
#735B62
(115,91,98)
#5E4950
(94,73,80)
#49373E
(73,55,62)
#34252C
(52,37,44)
#1F131A
(31,19,26)
#000000
(0,0,0)

Tints of #F1C7CE

#F1C7CE
(241,199,206)
#F2CCD2
(242,204,210)
#F3D1D6
(243,209,214)
#F4D6DA
(244,214,218)
#F5DBDE
(245,219,222)
#F6E0E2
(246,224,226)
#F7E5E6
(247,229,230)
#F8EAEA
(248,234,234)
#F9EFEE
(249,239,238)
#FAF4F2
(250,244,242)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C7CE; }

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

This text font color is #F1C7CE.


Background Color

.myBgColor { background-color: #F1C7CE; }

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

This div background color is #F1C7CE.


Border color

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

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

This div border color is #F1C7CE.


Opacity

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

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

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

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

This text has shadow with #F1C7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C7CE on black background.


Color preview on white background

This text has color #F1C7CE on white background.



Black color preview on #F1C7CE background

This text has black color on #F1C7CE background.


White color preview on #F1C7CE background

This text has white color on #F1C7CE background.