COLOR #F1C8CF

HEX: #F1C8CF
RGB: (241,200,207)

Color info

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

RGB color model

#F1C8CF color RGB value is (241,200,207).

  • red value is 241;
  • green value is 200;
  • blue value is 207.
RGB:
(241,200,207)
(95%,78%,81%)

RGB channels and saturation

R 241 of 255 = 95%
G 200 of 255 = 78%
B 207 of 255 = 81%

241
200
207

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

Portions of RGB colors in percentages

R + G + B =
241 + 200 + 207 = 648 (100%)
R 241 of 648 ~ 37.19%
G 200 of 648 ~ 30.86%
B 207 of 648 ~ 31.94%

%37.19
%30.86
%31.94

CMYK color model

#F1C8CF color CMYK value is (0,17,14,5).

  • cyan value is 0.00%
  • magenta value is 17.01%
  • yellow value is 14.11%
  • key color value is 5.49%
CMYK:
(0,17,14,5)
C0M17Y14K5 
(0%,17%,14%,5%)
(0.00/0.17/0.14/0.05)	

CMYK percentages

%0
%17.01
%14.11
%5.49

Codes

Color #F1C8CF in popluar color models

F1C8CF
RGB241200207
HSL350°59.42%86.47%
HSB/HSV350°17.01%94.51%
CMYK0.00%17.01%14.11%
5.49%

Color #F1C8CF in popluar number systems.

HEXF1C8CF
Decimal241200207
Binary111100011100100011001111
Octal361310317

Shades and tints

Shades of #F1C8CF

#F1C8CF
(241,200,207)
#DCB6BD
(220,182,189)
#C7A4AB
(199,164,171)
#B29299
(178,146,153)
#9D8087
(157,128,135)
#886E75
(136,110,117)
#735C63
(115,92,99)
#5E4A51
(94,74,81)
#49383F
(73,56,63)
#34262D
(52,38,45)
#1F141B
(31,20,27)
#000000
(0,0,0)

Tints of #F1C8CF

#F1C8CF
(241,200,207)
#F2CDD3
(242,205,211)
#F3D2D7
(243,210,215)
#F4D7DB
(244,215,219)
#F5DCDF
(245,220,223)
#F6E1E3
(246,225,227)
#F7E6E7
(247,230,231)
#F8EBEB
(248,235,235)
#F9F0EF
(249,240,239)
#FAF5F3
(250,245,243)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C8CF color. Also use rgb(241,200,207) instead hex code.

Text Font Color

.myTextColor { color: #F1C8CF; }

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

This text font color is #F1C8CF.


Background Color

.myBgColor { background-color: #F1C8CF; }

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

This div background color is #F1C8CF.


Border color

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

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

This div border color is #F1C8CF.


Opacity

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

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

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

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

This text has shadow with #F1C8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C8CF on black background.


Color preview on white background

This text has color #F1C8CF on white background.



Black color preview on #F1C8CF background

This text has black color on #F1C8CF background.


White color preview on #F1C8CF background

This text has white color on #F1C8CF background.