COLOR #F1C7DE

HEX: #F1C7DE
RGB: (241,199,222)

Color info

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

RGB color model

#F1C7DE color RGB value is (241,199,222).

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

RGB channels and saturation

R 241 of 255 = 95%
G 199 of 255 = 78%
B 222 of 255 = 87%

241
199
222

R + G + B ~ 87%. #F1C7DE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 199 + 222 = 662 (100%)
R 241 of 662 ~ 36.4%
G 199 of 662 ~ 30.06%
B 222 of 662 ~ 33.53%

%36.4
%30.06
%33.53

CMYK color model

#F1C7DE color CMYK value is (0,17,8,5).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(0,17,8,5)
C0M17Y8K5 
(0%,17%,8%,5%)
(0.00/0.17/0.08/0.05)	

CMYK percentages

%0
%17.43
%7.88
%5.49

Codes

Color #F1C7DE in popluar color models

F1C7DE
RGB241199222
HSL327°60.00%86.27%
HSB/HSV327°17.43%94.51%
CMYK0.00%17.43%7.88%
5.49%

Color #F1C7DE in popluar number systems.

HEXF1C7DE
Decimal241199222
Binary111100011100011111011110
Octal361307336

Shades and tints

Shades of #F1C7DE

#F1C7DE
(241,199,222)
#DCB5CA
(220,181,202)
#C7A3B6
(199,163,182)
#B291A2
(178,145,162)
#9D7F8E
(157,127,142)
#886D7A
(136,109,122)
#735B66
(115,91,102)
#5E4952
(94,73,82)
#49373E
(73,55,62)
#34252A
(52,37,42)
#1F1316
(31,19,22)
#000000
(0,0,0)

Tints of #F1C7DE

#F1C7DE
(241,199,222)
#F2CCE1
(242,204,225)
#F3D1E4
(243,209,228)
#F4D6E7
(244,214,231)
#F5DBEA
(245,219,234)
#F6E0ED
(246,224,237)
#F7E5F0
(247,229,240)
#F8EAF3
(248,234,243)
#F9EFF6
(249,239,246)
#FAF4F9
(250,244,249)
#FBF9FC
(251,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C7DE; }

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

This text font color is #F1C7DE.


Background Color

.myBgColor { background-color: #F1C7DE; }

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

This div background color is #F1C7DE.


Border color

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

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

This div border color is #F1C7DE.


Opacity

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

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

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

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

This text has shadow with #F1C7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C7DE on black background.


Color preview on white background

This text has color #F1C7DE on white background.



Black color preview on #F1C7DE background

This text has black color on #F1C7DE background.


White color preview on #F1C7DE background

This text has white color on #F1C7DE background.