COLOR #F1C3CD

HEX: #F1C3CD
RGB: (241,195,205)

Color info

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

RGB color model

#F1C3CD color RGB value is (241,195,205).

  • red value is 241;
  • green value is 195;
  • blue value is 205.
RGB:
(241,195,205)
(95%,76%,80%)

RGB channels and saturation

R 241 of 255 = 95%
G 195 of 255 = 76%
B 205 of 255 = 80%

241
195
205

R + G + B ~ 84%. #F1C3CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 195 + 205 = 641 (100%)
R 241 of 641 ~ 37.6%
G 195 of 641 ~ 30.42%
B 205 of 641 ~ 31.98%

%37.6
%30.42
%31.98

CMYK color model

#F1C3CD color CMYK value is (0,19,15,5).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 14.94%
  • key color value is 5.49%
CMYK:
(0,19,15,5)
C0M19Y15K5 
(0%,19%,15%,5%)
(0.00/0.19/0.15/0.05)	

CMYK percentages

%0
%19.09
%14.94
%5.49

Codes

Color #F1C3CD in popluar color models

F1C3CD
RGB241195205
HSL347°62.16%85.49%
HSB/HSV347°19.09%94.51%
CMYK0.00%19.09%14.94%
5.49%

Color #F1C3CD in popluar number systems.

HEXF1C3CD
Decimal241195205
Binary111100011100001111001101
Octal361303315

Shades and tints

Shades of #F1C3CD

#F1C3CD
(241,195,205)
#DCB2BB
(220,178,187)
#C7A1A9
(199,161,169)
#B29097
(178,144,151)
#9D7F85
(157,127,133)
#886E73
(136,110,115)
#735D61
(115,93,97)
#5E4C4F
(94,76,79)
#493B3D
(73,59,61)
#342A2B
(52,42,43)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #F1C3CD

#F1C3CD
(241,195,205)
#F2C8D1
(242,200,209)
#F3CDD5
(243,205,213)
#F4D2D9
(244,210,217)
#F5D7DD
(245,215,221)
#F6DCE1
(246,220,225)
#F7E1E5
(247,225,229)
#F8E6E9
(248,230,233)
#F9EBED
(249,235,237)
#FAF0F1
(250,240,241)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C3CD color. Also use rgb(241,195,205) instead hex code.

Text Font Color

.myTextColor { color: #F1C3CD; }

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

This text font color is #F1C3CD.


Background Color

.myBgColor { background-color: #F1C3CD; }

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

This div background color is #F1C3CD.


Border color

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

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

This div border color is #F1C3CD.


Opacity

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

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

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

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

This text has shadow with #F1C3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C3CD on black background.


Color preview on white background

This text has color #F1C3CD on white background.



Black color preview on #F1C3CD background

This text has black color on #F1C3CD background.


White color preview on #F1C3CD background

This text has white color on #F1C3CD background.