COLOR #F1C8EE

HEX: #F1C8EE
RGB: (241,200,238)

Color info

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

RGB color model

#F1C8EE color RGB value is (241,200,238).

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

RGB channels and saturation

R 241 of 255 = 95%
G 200 of 255 = 78%
B 238 of 255 = 93%

241
200
238

R + G + B ~ 89%. #F1C8EE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 200 + 238 = 679 (100%)
R 241 of 679 ~ 35.49%
G 200 of 679 ~ 29.46%
B 238 of 679 ~ 35.05%

%35.49
%29.46
%35.05

CMYK color model

#F1C8EE color CMYK value is (0,17,1,5).

  • cyan value is 0.00%
  • magenta value is 17.01%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK:
(0,17,1,5)
C0M17Y1K5 
(0%,17%,1%,5%)
(0.00/0.17/0.01/0.05)	

CMYK percentages

%0
%17.01
%1.24
%5.49

Codes

Color #F1C8EE in popluar color models

F1C8EE
RGB241200238
HSL304°59.42%86.47%
HSB/HSV304°17.01%94.51%
CMYK0.00%17.01%1.24%
5.49%

Color #F1C8EE in popluar number systems.

HEXF1C8EE
Decimal241200238
Binary111100011100100011101110
Octal361310356

Shades and tints

Shades of #F1C8EE

#F1C8EE
(241,200,238)
#DCB6D9
(220,182,217)
#C7A4C4
(199,164,196)
#B292AF
(178,146,175)
#9D809A
(157,128,154)
#886E85
(136,110,133)
#735C70
(115,92,112)
#5E4A5B
(94,74,91)
#493846
(73,56,70)
#342631
(52,38,49)
#1F141C
(31,20,28)
#000000
(0,0,0)

Tints of #F1C8EE

#F1C8EE
(241,200,238)
#F2CDEF
(242,205,239)
#F3D2F0
(243,210,240)
#F4D7F1
(244,215,241)
#F5DCF2
(245,220,242)
#F6E1F3
(246,225,243)
#F7E6F4
(247,230,244)
#F8EBF5
(248,235,245)
#F9F0F6
(249,240,246)
#FAF5F7
(250,245,247)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C8EE; }

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

This text font color is #F1C8EE.


Background Color

.myBgColor { background-color: #F1C8EE; }

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

This div background color is #F1C8EE.


Border color

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

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

This div border color is #F1C8EE.


Opacity

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

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

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

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

This text has shadow with #F1C8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C8EE on black background.


Color preview on white background

This text has color #F1C8EE on white background.



Black color preview on #F1C8EE background

This text has black color on #F1C8EE background.


White color preview on #F1C8EE background

This text has white color on #F1C8EE background.