COLOR #F1C7D0

HEX: #F1C7D0
RGB: (241,199,208)

Color info

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

RGB color model

#F1C7D0 color RGB value is (241,199,208).

  • red value is 241;
  • green value is 199;
  • blue value is 208.
RGB:
(241,199,208)
(95%,78%,82%)

RGB channels and saturation

R 241 of 255 = 95%
G 199 of 255 = 78%
B 208 of 255 = 82%

241
199
208

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

Portions of RGB colors in percentages

R + G + B =
241 + 199 + 208 = 648 (100%)
R 241 of 648 ~ 37.19%
G 199 of 648 ~ 30.71%
B 208 of 648 ~ 32.1%

%37.19
%30.71
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 13.69%
  • 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
%13.69
%5.49

Codes

Color #F1C7D0 in popluar color models

F1C7D0
RGB241199208
HSL347°60.00%86.27%
HSB/HSV347°17.43%94.51%
CMYK0.00%17.43%13.69%
5.49%

Color #F1C7D0 in popluar number systems.

HEXF1C7D0
Decimal241199208
Binary111100011100011111010000
Octal361307320

Shades and tints

Shades of #F1C7D0

#F1C7D0
(241,199,208)
#DCB5BE
(220,181,190)
#C7A3AC
(199,163,172)
#B2919A
(178,145,154)
#9D7F88
(157,127,136)
#886D76
(136,109,118)
#735B64
(115,91,100)
#5E4952
(94,73,82)
#493740
(73,55,64)
#34252E
(52,37,46)
#1F131C
(31,19,28)
#000000
(0,0,0)

Tints of #F1C7D0

#F1C7D0
(241,199,208)
#F2CCD4
(242,204,212)
#F3D1D8
(243,209,216)
#F4D6DC
(244,214,220)
#F5DBE0
(245,219,224)
#F6E0E4
(246,224,228)
#F7E5E8
(247,229,232)
#F8EAEC
(248,234,236)
#F9EFF0
(249,239,240)
#FAF4F4
(250,244,244)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C7D0; }

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

This text font color is #F1C7D0.


Background Color

.myBgColor { background-color: #F1C7D0; }

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

This div background color is #F1C7D0.


Border color

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

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

This div border color is #F1C7D0.


Opacity

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

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

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

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

This text has shadow with #F1C7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C7D0 on black background.


Color preview on white background

This text has color #F1C7D0 on white background.



Black color preview on #F1C7D0 background

This text has black color on #F1C7D0 background.


White color preview on #F1C7D0 background

This text has white color on #F1C7D0 background.