COLOR #F1C6DF

HEX: #F1C6DF
RGB: (241,198,223)

Color info

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

RGB color model

#F1C6DF color RGB value is (241,198,223).

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

RGB channels and saturation

R 241 of 255 = 95%
G 198 of 255 = 78%
B 223 of 255 = 87%

241
198
223

R + G + B ~ 87%. #F1C6DF is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 198 + 223 = 662 (100%)
R 241 of 662 ~ 36.4%
G 198 of 662 ~ 29.91%
B 223 of 662 ~ 33.69%

%36.4
%29.91
%33.69

CMYK color model

#F1C6DF color CMYK value is (0,18,7,5).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 7.47%
  • key color value is 5.49%
CMYK:
(0,18,7,5)
C0M18Y7K5 
(0%,18%,7%,5%)
(0.00/0.18/0.07/0.05)	

CMYK percentages

%0
%17.84
%7.47
%5.49

Codes

Color #F1C6DF in popluar color models

F1C6DF
RGB241198223
HSL325°60.56%86.08%
HSB/HSV325°17.84%94.51%
CMYK0.00%17.84%7.47%
5.49%

Color #F1C6DF in popluar number systems.

HEXF1C6DF
Decimal241198223
Binary111100011100011011011111
Octal361306337

Shades and tints

Shades of #F1C6DF

#F1C6DF
(241,198,223)
#DCB4CB
(220,180,203)
#C7A2B7
(199,162,183)
#B290A3
(178,144,163)
#9D7E8F
(157,126,143)
#886C7B
(136,108,123)
#735A67
(115,90,103)
#5E4853
(94,72,83)
#49363F
(73,54,63)
#34242B
(52,36,43)
#1F1217
(31,18,23)
#000000
(0,0,0)

Tints of #F1C6DF

#F1C6DF
(241,198,223)
#F2CBE1
(242,203,225)
#F3D0E3
(243,208,227)
#F4D5E5
(244,213,229)
#F5DAE7
(245,218,231)
#F6DFE9
(246,223,233)
#F7E4EB
(247,228,235)
#F8E9ED
(248,233,237)
#F9EEEF
(249,238,239)
#FAF3F1
(250,243,241)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C6DF; }

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

This text font color is #F1C6DF.


Background Color

.myBgColor { background-color: #F1C6DF; }

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

This div background color is #F1C6DF.


Border color

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

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

This div border color is #F1C6DF.


Opacity

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

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

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

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

This text has shadow with #F1C6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C6DF on black background.


Color preview on white background

This text has color #F1C6DF on white background.



Black color preview on #F1C6DF background

This text has black color on #F1C6DF background.


White color preview on #F1C6DF background

This text has white color on #F1C6DF background.