COLOR #F8C7FE

HEX: #F8C7FE RGB: (248,199,254)

Color info

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

RGB color model

#F8C7FE color RGB value is (248,199,254).

RGB: (248,199,254) (97%, 78%, 100%)

RGB channels and saturation

R 248 of 255 = 97%
G 199 of 255 = 78%
B 254 of 255 = 100%

248
199
254

R + G + B ~ 92%. #F8C7FE is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 199 + 254 = 701 (100%)
R 248 of 701 ~ 35.38%
G 199 of 701 ~ 28.39%
B 254 of 701 ~ 36.23'%

%35.38
%28.39
%36.23

CMYK color model

#F8C7FE color CMYK value is (2,22,0,0).

  • cyan value is 2.36%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (2,22,0,0)
C2M22Y0K0 (2%, 22%, 0%, 0%)
(0.02 / 0.22 / 0.00 / 0.00)

CMYK percentages

%2.36
%21.65
%0
%0.39

Codes

Color #F8C7FE in popluar color models

F8 C7 FE
RGB 248 199 254
HSL 293° 96.49% 88.82%
HSB/HSV 293° 21.65% 99.61%
CMYK 2.36% 21.65% 0.00%
0.39%

Color #F8C7FE in popluar number systems.

HEX F8 C7 FE
Decimal 248 199 254
Binary 11111000 11000111 11111110
Octal 370 307 376

Shades and tints

Shades of #F8C7FE

#F8C7FE
(248,199,254)
#E2B5E7
(226,181,231)
#CCA3D0
(204,163,208)
#B691B9
(182,145,185)
#A07FA2
(160,127,162)
#8A6D8B
(138,109,139)
#745B74
(116,91,116)
#5E495D
(94,73,93)
#483746
(72,55,70)
#32252F
(50,37,47)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #F8C7FE

#F8C7FE
(248,199,254)
#F8CCFE
(248,204,254)
#F8D1FE
(248,209,254)
#F8D6FE
(248,214,254)
#F8DBFE
(248,219,254)
#F8E0FE
(248,224,254)
#F8E5FE
(248,229,254)
#F8EAFE
(248,234,254)
#F8EFFE
(248,239,254)
#F8F4FE
(248,244,254)
#F8F9FE
(248,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C7FE; }

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

This text font color is #F8C7FE.

Background Color

.myBgColor { background-color: #F8C7FE; }

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

This div background color is #F8C7FE.

Border color

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

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

This div border color is #F8C7FE.

Opacity

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

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

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

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

This text has shadow with #F8C7FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8C7FE.

Preview

Color preview on black background

This text has color #F8C7FE on black background.


Color preview on white background

This text has color #F8C7FE on white background.


Black color preview on #F8C7FE background

This text has black color on #F8C7FE background.


White color preview on #F8C7FE background

This text has white color on #F8C7FE background.


Related colors

Complementary color

Complementary color for #hex is #073801.


I love getcolorcode.com

Triadic colors

1 #FEF8C7 and #C7FEF8 with #F8C7FE are triadic colors.

2 #FEC7F8 and #C7F8FE with #F8C7FE are triadic colors.