COLOR #F1C0D6

HEX: #F1C0D6
RGB: (241,192,214)

Color info

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

RGB color model

#F1C0D6 color RGB value is (241,192,214).

  • red value is 241;
  • green value is 192;
  • blue value is 214.
RGB:
(241,192,214)
(95%,75%,84%)

RGB channels and saturation

R 241 of 255 = 95%
G 192 of 255 = 75%
B 214 of 255 = 84%

241
192
214

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

Portions of RGB colors in percentages

R + G + B =
241 + 192 + 214 = 647 (100%)
R 241 of 647 ~ 37.25%
G 192 of 647 ~ 29.68%
B 214 of 647 ~ 33.08%

%37.25
%29.68
%33.08

CMYK color model

#F1C0D6 color CMYK value is (0,20,11,5).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 11.20%
  • key color value is 5.49%
CMYK:
(0,20,11,5)
C0M20Y11K5 
(0%,20%,11%,5%)
(0.00/0.20/0.11/0.05)	

CMYK percentages

%0
%20.33
%11.2
%5.49

Codes

Color #F1C0D6 in popluar color models

F1C0D6
RGB241192214
HSL333°63.64%84.90%
HSB/HSV333°20.33%94.51%
CMYK0.00%20.33%11.20%
5.49%

Color #F1C0D6 in popluar number systems.

HEXF1C0D6
Decimal241192214
Binary111100011100000011010110
Octal361300326

Shades and tints

Shades of #F1C0D6

#F1C0D6
(241,192,214)
#DCAFC3
(220,175,195)
#C79EB0
(199,158,176)
#B28D9D
(178,141,157)
#9D7C8A
(157,124,138)
#886B77
(136,107,119)
#735A64
(115,90,100)
#5E4951
(94,73,81)
#49383E
(73,56,62)
#34272B
(52,39,43)
#1F1618
(31,22,24)
#000000
(0,0,0)

Tints of #F1C0D6

#F1C0D6
(241,192,214)
#F2C5D9
(242,197,217)
#F3CADC
(243,202,220)
#F4CFDF
(244,207,223)
#F5D4E2
(245,212,226)
#F6D9E5
(246,217,229)
#F7DEE8
(247,222,232)
#F8E3EB
(248,227,235)
#F9E8EE
(249,232,238)
#FAEDF1
(250,237,241)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C0D6 color. Also use rgb(241,192,214) instead hex code.

Text Font Color

.myTextColor { color: #F1C0D6; }

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

This text font color is #F1C0D6.


Background Color

.myBgColor { background-color: #F1C0D6; }

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

This div background color is #F1C0D6.


Border color

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

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

This div border color is #F1C0D6.


Opacity

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

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

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

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

This text has shadow with #F1C0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C0D6 on black background.


Color preview on white background

This text has color #F1C0D6 on white background.



Black color preview on #F1C0D6 background

This text has black color on #F1C0D6 background.


White color preview on #F1C0D6 background

This text has white color on #F1C0D6 background.