COLOR #F1C5E1

HEX: #F1C5E1
RGB: (241,197,225)

Color info

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

RGB color model

#F1C5E1 color RGB value is (241,197,225).

  • red value is 241;
  • green value is 197;
  • blue value is 225.
RGB:
(241,197,225)
(95%,77%,88%)

RGB channels and saturation

R 241 of 255 = 95%
G 197 of 255 = 77%
B 225 of 255 = 88%

241
197
225

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

Portions of RGB colors in percentages

R + G + B =
241 + 197 + 225 = 663 (100%)
R 241 of 663 ~ 36.35%
G 197 of 663 ~ 29.71%
B 225 of 663 ~ 33.94%

%36.35
%29.71
%33.94

CMYK color model

#F1C5E1 color CMYK value is (0,18,7,5).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 6.64%
  • key color value is 5.49%
CMYK:
(0,18,7,5)
C0M18Y7K5 
(0%,18%,7%,5%)
(0.00/0.18/0.07/0.05)	

CMYK percentages

%0
%18.26
%6.64
%5.49

Codes

Color #F1C5E1 in popluar color models

F1C5E1
RGB241197225
HSL322°61.11%85.88%
HSB/HSV322°18.26%94.51%
CMYK0.00%18.26%6.64%
5.49%

Color #F1C5E1 in popluar number systems.

HEXF1C5E1
Decimal241197225
Binary111100011100010111100001
Octal361305341

Shades and tints

Shades of #F1C5E1

#F1C5E1
(241,197,225)
#DCB4CD
(220,180,205)
#C7A3B9
(199,163,185)
#B292A5
(178,146,165)
#9D8191
(157,129,145)
#88707D
(136,112,125)
#735F69
(115,95,105)
#5E4E55
(94,78,85)
#493D41
(73,61,65)
#342C2D
(52,44,45)
#1F1B19
(31,27,25)
#000000
(0,0,0)

Tints of #F1C5E1

#F1C5E1
(241,197,225)
#F2CAE3
(242,202,227)
#F3CFE5
(243,207,229)
#F4D4E7
(244,212,231)
#F5D9E9
(245,217,233)
#F6DEEB
(246,222,235)
#F7E3ED
(247,227,237)
#F8E8EF
(248,232,239)
#F9EDF1
(249,237,241)
#FAF2F3
(250,242,243)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C5E1 color. Also use rgb(241,197,225) instead hex code.

Text Font Color

.myTextColor { color: #F1C5E1; }

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

This text font color is #F1C5E1.


Background Color

.myBgColor { background-color: #F1C5E1; }

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

This div background color is #F1C5E1.


Border color

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

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

This div border color is #F1C5E1.


Opacity

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

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

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

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

This text has shadow with #F1C5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C5E1 on black background.


Color preview on white background

This text has color #F1C5E1 on white background.



Black color preview on #F1C5E1 background

This text has black color on #F1C5E1 background.


White color preview on #F1C5E1 background

This text has white color on #F1C5E1 background.