COLOR #F1C5EE

HEX: #F1C5EE
RGB: (241,197,238)

Color info

#F1C5EE contains red, green and blue colors in about the same proportion. Web safe color of #F1C5EE is #FFCCFF (or #FCF).

RGB color model

#F1C5EE color RGB value is (241,197,238).

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

RGB channels and saturation

R 241 of 255 = 95%
G 197 of 255 = 77%
B 238 of 255 = 93%

241
197
238

R + G + B ~ 88%. #F1C5EE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 197 + 238 = 676 (100%)
R 241 of 676 ~ 35.65%
G 197 of 676 ~ 29.14%
B 238 of 676 ~ 35.21%

%35.65
%29.14
%35.21

CMYK color model

#F1C5EE color CMYK value is (0,18,1,5).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK:
(0,18,1,5)
C0M18Y1K5 
(0%,18%,1%,5%)
(0.00/0.18/0.01/0.05)	

CMYK percentages

%0
%18.26
%1.24
%5.49

Codes

Color #F1C5EE in popluar color models

F1C5EE
RGB241197238
HSL304°61.11%85.88%
HSB/HSV304°18.26%94.51%
CMYK0.00%18.26%1.24%
5.49%

Color #F1C5EE in popluar number systems.

HEXF1C5EE
Decimal241197238
Binary111100011100010111101110
Octal361305356

Shades and tints

Shades of #F1C5EE

#F1C5EE
(241,197,238)
#DCB4D9
(220,180,217)
#C7A3C4
(199,163,196)
#B292AF
(178,146,175)
#9D819A
(157,129,154)
#887085
(136,112,133)
#735F70
(115,95,112)
#5E4E5B
(94,78,91)
#493D46
(73,61,70)
#342C31
(52,44,49)
#1F1B1C
(31,27,28)
#000000
(0,0,0)

Tints of #F1C5EE

#F1C5EE
(241,197,238)
#F2CAEF
(242,202,239)
#F3CFF0
(243,207,240)
#F4D4F1
(244,212,241)
#F5D9F2
(245,217,242)
#F6DEF3
(246,222,243)
#F7E3F4
(247,227,244)
#F8E8F5
(248,232,245)
#F9EDF6
(249,237,246)
#FAF2F7
(250,242,247)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C5EE; }

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

This text font color is #F1C5EE.


Background Color

.myBgColor { background-color: #F1C5EE; }

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

This div background color is #F1C5EE.


Border color

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

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

This div border color is #F1C5EE.


Opacity

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

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

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

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

This text has shadow with #F1C5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C5EE on black background.


Color preview on white background

This text has color #F1C5EE on white background.



Black color preview on #F1C5EE background

This text has black color on #F1C5EE background.


White color preview on #F1C5EE background

This text has white color on #F1C5EE background.