COLOR #F8C1FE

HEX: #F8C1FE
RGB: (248,193,254)

Color info

#F8C1FE contains mainly red and blue colors. Web safe color of #F8C1FE is #FFCCFF (or #FCF).

RGB color model

#F8C1FE color RGB value is (248,193,254).

  • red value is 248;
  • green value is 193;
  • blue value is 254.
RGB:
(248,193,254)
(97%,76%,100%)

RGB channels and saturation

R 248 of 255 = 97%
G 193 of 255 = 76%
B 254 of 255 = 100%

248
193
254

R + G + B ~ 91%. #F8C1FE is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 193 + 254 = 695 (100%)
R 248 of 695 ~ 35.68%
G 193 of 695 ~ 27.77%
B 254 of 695 ~ 36.55%

%35.68
%27.77
%36.55

CMYK color model

#F8C1FE color CMYK value is (2,24,0,0).

  • cyan value is 2.36%
  • magenta value is 24.02%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,24,0,0)
C2M24Y0K0 
(2%,24%,0%,0%)
(0.02/0.24/0.00/0.00)	

CMYK percentages

%2.36
%24.02
%0
%0.39

Codes

Color #F8C1FE in popluar color models

F8C1FE
RGB248193254
HSL294°96.83%87.65%
HSB/HSV294°24.02%99.61%
CMYK2.36%24.02%0.00%
0.39%

Color #F8C1FE in popluar number systems.

HEXF8C1FE
Decimal248193254
Binary111110001100000111111110
Octal370301376

Shades and tints

Shades of #F8C1FE

#F8C1FE
(248,193,254)
#E2B0E7
(226,176,231)
#CC9FD0
(204,159,208)
#B68EB9
(182,142,185)
#A07DA2
(160,125,162)
#8A6C8B
(138,108,139)
#745B74
(116,91,116)
#5E4A5D
(94,74,93)
#483946
(72,57,70)
#32282F
(50,40,47)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #F8C1FE

#F8C1FE
(248,193,254)
#F8C6FE
(248,198,254)
#F8CBFE
(248,203,254)
#F8D0FE
(248,208,254)
#F8D5FE
(248,213,254)
#F8DAFE
(248,218,254)
#F8DFFE
(248,223,254)
#F8E4FE
(248,228,254)
#F8E9FE
(248,233,254)
#F8EEFE
(248,238,254)
#F8F3FE
(248,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C1FE color. Also use rgb(248,193,254) instead hex code.

Text Font Color

.myTextColor { color: #F8C1FE; }

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

This text font color is #F8C1FE.


Background Color

.myBgColor { background-color: #F8C1FE; }

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

This div background color is #F8C1FE.


Border color

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

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

This div border color is #F8C1FE.


Opacity

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

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

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

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

This text has shadow with #F8C1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C1FE on black background.


Color preview on white background

This text has color #F8C1FE on white background.



Black color preview on #F8C1FE background

This text has black color on #F8C1FE background.


White color preview on #F8C1FE background

This text has white color on #F8C1FE background.