COLOR #F1C2DF

HEX: #F1C2DF
RGB: (241,194,223)

Color info

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

RGB color model

#F1C2DF color RGB value is (241,194,223).

  • red value is 241;
  • green value is 194;
  • blue value is 223.
RGB:
(241,194,223)
(95%,76%,87%)

RGB channels and saturation

R 241 of 255 = 95%
G 194 of 255 = 76%
B 223 of 255 = 87%

241
194
223

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

Portions of RGB colors in percentages

R + G + B =
241 + 194 + 223 = 658 (100%)
R 241 of 658 ~ 36.63%
G 194 of 658 ~ 29.48%
B 223 of 658 ~ 33.89%

%36.63
%29.48
%33.89

CMYK color model

#F1C2DF color CMYK value is (0,20,7,5).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 7.47%
  • key color value is 5.49%
CMYK:
(0,20,7,5)
C0M20Y7K5 
(0%,20%,7%,5%)
(0.00/0.20/0.07/0.05)	

CMYK percentages

%0
%19.5
%7.47
%5.49

Codes

Color #F1C2DF in popluar color models

F1C2DF
RGB241194223
HSL323°62.67%85.29%
HSB/HSV323°19.50%94.51%
CMYK0.00%19.50%7.47%
5.49%

Color #F1C2DF in popluar number systems.

HEXF1C2DF
Decimal241194223
Binary111100011100001011011111
Octal361302337

Shades and tints

Shades of #F1C2DF

#F1C2DF
(241,194,223)
#DCB1CB
(220,177,203)
#C7A0B7
(199,160,183)
#B28FA3
(178,143,163)
#9D7E8F
(157,126,143)
#886D7B
(136,109,123)
#735C67
(115,92,103)
#5E4B53
(94,75,83)
#493A3F
(73,58,63)
#34292B
(52,41,43)
#1F1817
(31,24,23)
#000000
(0,0,0)

Tints of #F1C2DF

#F1C2DF
(241,194,223)
#F2C7E1
(242,199,225)
#F3CCE3
(243,204,227)
#F4D1E5
(244,209,229)
#F5D6E7
(245,214,231)
#F6DBE9
(246,219,233)
#F7E0EB
(247,224,235)
#F8E5ED
(248,229,237)
#F9EAEF
(249,234,239)
#FAEFF1
(250,239,241)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C2DF color. Also use rgb(241,194,223) instead hex code.

Text Font Color

.myTextColor { color: #F1C2DF; }

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

This text font color is #F1C2DF.


Background Color

.myBgColor { background-color: #F1C2DF; }

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

This div background color is #F1C2DF.


Border color

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

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

This div border color is #F1C2DF.


Opacity

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

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

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

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

This text has shadow with #F1C2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C2DF on black background.


Color preview on white background

This text has color #F1C2DF on white background.



Black color preview on #F1C2DF background

This text has black color on #F1C2DF background.


White color preview on #F1C2DF background

This text has white color on #F1C2DF background.