COLOR #F8C0FC

HEX: #F8C0FC
RGB: (248,192,252)

Color info

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

RGB color model

#F8C0FC color RGB value is (248,192,252).

  • red value is 248;
  • green value is 192;
  • blue value is 252.
RGB:
(248,192,252)
(97%,75%,99%)

RGB channels and saturation

R 248 of 255 = 97%
G 192 of 255 = 75%
B 252 of 255 = 99%

248
192
252

R + G + B ~ 90%. #F8C0FC is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 192 + 252 = 692 (100%)
R 248 of 692 ~ 35.84%
G 192 of 692 ~ 27.75%
B 252 of 692 ~ 36.42%

%35.84
%27.75
%36.42

CMYK color model

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

  • cyan value is 1.59%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(2,24,0,1)
C2M24Y0K1 
(2%,24%,0%,1%)
(0.02/0.24/0.00/0.01)	

CMYK percentages

%1.59
%23.81
%0
%1.18

Codes

Color #F8C0FC in popluar color models

F8C0FC
RGB248192252
HSL296°90.91%87.06%
HSB/HSV296°23.81%98.82%
CMYK1.59%23.81%0.00%
1.18%

Color #F8C0FC in popluar number systems.

HEXF8C0FC
Decimal248192252
Binary111110001100000011111100
Octal370300374

Shades and tints

Shades of #F8C0FC

#F8C0FC
(248,192,252)
#E2AFE6
(226,175,230)
#CC9ED0
(204,158,208)
#B68DBA
(182,141,186)
#A07CA4
(160,124,164)
#8A6B8E
(138,107,142)
#745A78
(116,90,120)
#5E4962
(94,73,98)
#48384C
(72,56,76)
#322736
(50,39,54)
#1C1620
(28,22,32)
#000000
(0,0,0)

Tints of #F8C0FC

#F8C0FC
(248,192,252)
#F8C5FC
(248,197,252)
#F8CAFC
(248,202,252)
#F8CFFC
(248,207,252)
#F8D4FC
(248,212,252)
#F8D9FC
(248,217,252)
#F8DEFC
(248,222,252)
#F8E3FC
(248,227,252)
#F8E8FC
(248,232,252)
#F8EDFC
(248,237,252)
#F8F2FC
(248,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C0FC color. Also use rgb(248,192,252) instead hex code.

Text Font Color

.myTextColor { color: #F8C0FC; }

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

This text font color is #F8C0FC.


Background Color

.myBgColor { background-color: #F8C0FC; }

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

This div background color is #F8C0FC.


Border color

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

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

This div border color is #F8C0FC.


Opacity

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

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

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

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

This text has shadow with #F8C0FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C0FC on black background.


Color preview on white background

This text has color #F8C0FC on white background.



Black color preview on #F8C0FC background

This text has black color on #F8C0FC background.


White color preview on #F8C0FC background

This text has white color on #F8C0FC background.