COLOR #F1C7CF

HEX: #F1C7CF RGB: (241,199,207)

Color info

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

RGB color model

#F1C7CF color RGB value is (241,199,207).

RGB: (241,199,207) (95%, 78%, 81%)

RGB channels and saturation

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

241
199
207

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

Portions of RGB colors in percentages

R + G + B = 241 + 199 + 207 = 647 (100%)
R 241 of 647 ~ 37.25%
G 199 of 647 ~ 30.76%
B 207 of 647 ~ 31.99'%

%37.25
%30.76
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.43%
  • 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.43
%14.11
%5.49

Codes

Color #F1C7CF in popluar color models

F1 C7 CF
RGB 241 199 207
HSL 349° 60.00% 86.27%
HSB/HSV 349° 17.43% 94.51%
CMYK 0.00% 17.43% 14.11%
5.49%

Color #F1C7CF in popluar number systems.

HEX F1 C7 CF
Decimal 241 199 207
Binary 11110001 11000111 11001111
Octal 361 307 317

Shades and tints

Shades of #F1C7CF

#F1C7CF
(241,199,207)
#DCB5BD
(220,181,189)
#C7A3AB
(199,163,171)
#B29199
(178,145,153)
#9D7F87
(157,127,135)
#886D75
(136,109,117)
#735B63
(115,91,99)
#5E4951
(94,73,81)
#49373F
(73,55,63)
#34252D
(52,37,45)
#1F131B
(31,19,27)
#000000
(0,0,0)

Tints of #F1C7CF

#F1C7CF
(241,199,207)
#F2CCD3
(242,204,211)
#F3D1D7
(243,209,215)
#F4D6DB
(244,214,219)
#F5DBDF
(245,219,223)
#F6E0E3
(246,224,227)
#F7E5E7
(247,229,231)
#F8EAEB
(248,234,235)
#F9EFEF
(249,239,239)
#FAF4F3
(250,244,243)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C7CF; }

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

This text font color is #F1C7CF.

Background Color

.myBgColor { background-color: #F1C7CF; }

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

This div background color is #F1C7CF.

Border color

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

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

This div border color is #F1C7CF.

Opacity

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

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

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

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

This text has shadow with #F1C7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C7CF.

Preview

Color preview on black background

This text has color #F1C7CF on black background.


Color preview on white background

This text has color #F1C7CF on white background.


Black color preview on #F1C7CF background

This text has black color on #F1C7CF background.


White color preview on #F1C7CF background

This text has white color on #F1C7CF background.


Related colors

Complementary color

Complementary color for #hex is #0E3830.


I love getcolorcode.com

Triadic colors

1 #CFF1C7 and #C7CFF1 with #F1C7CF are triadic colors.

2 #CFC7F1 and #C7F1CF with #F1C7CF are triadic colors.