COLOR #F1C2DA

HEX: #F1C2DA
RGB: (241,194,218)

Color info

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

RGB color model

#F1C2DA color RGB value is (241,194,218).

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

RGB channels and saturation

R 241 of 255 = 95%
G 194 of 255 = 76%
B 218 of 255 = 85%

241
194
218

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

Portions of RGB colors in percentages

R + G + B =
241 + 194 + 218 = 653 (100%)
R 241 of 653 ~ 36.91%
G 194 of 653 ~ 29.71%
B 218 of 653 ~ 33.38%

%36.91
%29.71
%33.38

CMYK color model

#F1C2DA color CMYK value is (0,20,10,5).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK:
(0,20,10,5)
C0M20Y10K5 
(0%,20%,10%,5%)
(0.00/0.20/0.10/0.05)	

CMYK percentages

%0
%19.5
%9.54
%5.49

Codes

Color #F1C2DA in popluar color models

F1C2DA
RGB241194218
HSL329°62.67%85.29%
HSB/HSV329°19.50%94.51%
CMYK0.00%19.50%9.54%
5.49%

Color #F1C2DA in popluar number systems.

HEXF1C2DA
Decimal241194218
Binary111100011100001011011010
Octal361302332

Shades and tints

Shades of #F1C2DA

#F1C2DA
(241,194,218)
#DCB1C7
(220,177,199)
#C7A0B4
(199,160,180)
#B28FA1
(178,143,161)
#9D7E8E
(157,126,142)
#886D7B
(136,109,123)
#735C68
(115,92,104)
#5E4B55
(94,75,85)
#493A42
(73,58,66)
#34292F
(52,41,47)
#1F181C
(31,24,28)
#000000
(0,0,0)

Tints of #F1C2DA

#F1C2DA
(241,194,218)
#F2C7DD
(242,199,221)
#F3CCE0
(243,204,224)
#F4D1E3
(244,209,227)
#F5D6E6
(245,214,230)
#F6DBE9
(246,219,233)
#F7E0EC
(247,224,236)
#F8E5EF
(248,229,239)
#F9EAF2
(249,234,242)
#FAEFF5
(250,239,245)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C2DA; }

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

This text font color is #F1C2DA.


Background Color

.myBgColor { background-color: #F1C2DA; }

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

This div background color is #F1C2DA.


Border color

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

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

This div border color is #F1C2DA.


Opacity

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

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

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

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

This text has shadow with #F1C2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C2DA on black background.


Color preview on white background

This text has color #F1C2DA on white background.



Black color preview on #F1C2DA background

This text has black color on #F1C2DA background.


White color preview on #F1C2DA background

This text has white color on #F1C2DA background.