COLOR #F1C7DC

HEX: #F1C7DC
RGB: (241,199,220)

Color info

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

RGB color model

#F1C7DC color RGB value is (241,199,220).

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

RGB channels and saturation

R 241 of 255 = 95%
G 199 of 255 = 78%
B 220 of 255 = 86%

241
199
220

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

Portions of RGB colors in percentages

R + G + B =
241 + 199 + 220 = 660 (100%)
R 241 of 660 ~ 36.52%
G 199 of 660 ~ 30.15%
B 220 of 660 ~ 33.33%

%36.52
%30.15
%33.33

CMYK color model

#F1C7DC color CMYK value is (0,17,9,5).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK:
(0,17,9,5)
C0M17Y9K5 
(0%,17%,9%,5%)
(0.00/0.17/0.09/0.05)	

CMYK percentages

%0
%17.43
%8.71
%5.49

Codes

Color #F1C7DC in popluar color models

F1C7DC
RGB241199220
HSL330°60.00%86.27%
HSB/HSV330°17.43%94.51%
CMYK0.00%17.43%8.71%
5.49%

Color #F1C7DC in popluar number systems.

HEXF1C7DC
Decimal241199220
Binary111100011100011111011100
Octal361307334

Shades and tints

Shades of #F1C7DC

#F1C7DC
(241,199,220)
#DCB5C8
(220,181,200)
#C7A3B4
(199,163,180)
#B291A0
(178,145,160)
#9D7F8C
(157,127,140)
#886D78
(136,109,120)
#735B64
(115,91,100)
#5E4950
(94,73,80)
#49373C
(73,55,60)
#342528
(52,37,40)
#1F1314
(31,19,20)
#000000
(0,0,0)

Tints of #F1C7DC

#F1C7DC
(241,199,220)
#F2CCDF
(242,204,223)
#F3D1E2
(243,209,226)
#F4D6E5
(244,214,229)
#F5DBE8
(245,219,232)
#F6E0EB
(246,224,235)
#F7E5EE
(247,229,238)
#F8EAF1
(248,234,241)
#F9EFF4
(249,239,244)
#FAF4F7
(250,244,247)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C7DC; }

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

This text font color is #F1C7DC.


Background Color

.myBgColor { background-color: #F1C7DC; }

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

This div background color is #F1C7DC.


Border color

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

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

This div border color is #F1C7DC.


Opacity

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

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

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

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

This text has shadow with #F1C7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C7DC on black background.


Color preview on white background

This text has color #F1C7DC on white background.



Black color preview on #F1C7DC background

This text has black color on #F1C7DC background.


White color preview on #F1C7DC background

This text has white color on #F1C7DC background.