COLOR #F8C8FE

HEX: #F8C8FE RGB: (248,200,254)

Color info

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

RGB color model

#F8C8FE color RGB value is (248,200,254).

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

RGB channels and saturation

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

248
200
254

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

Portions of RGB colors in percentages

R + G + B = 248 + 200 + 254 = 702 (100%)
R 248 of 702 ~ 35.33%
G 200 of 702 ~ 28.49%
B 254 of 702 ~ 36.18'%

%35.33
%28.49
%36.18

CMYK color model

#F8C8FE color CMYK value is (2,21,0,0).

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

CMYK: (2,21,0,0)
C2M21Y0K0 (2%, 21%, 0%, 0%)
(0.02 / 0.21 / 0.00 / 0.00)

CMYK percentages

%2.36
%21.26
%0
%0.39

Codes

Color #F8C8FE in popluar color models

F8 C8 FE
RGB 248 200 254
HSL 293° 96.43% 89.02%
HSB/HSV 293° 21.26% 99.61%
CMYK 2.36% 21.26% 0.00%
0.39%

Color #F8C8FE in popluar number systems.

HEX F8 C8 FE
Decimal 248 200 254
Binary 11111000 11001000 11111110
Octal 370 310 376

Shades and tints

Shades of #F8C8FE

#F8C8FE
(248,200,254)
#E2B6E7
(226,182,231)
#CCA4D0
(204,164,208)
#B692B9
(182,146,185)
#A080A2
(160,128,162)
#8A6E8B
(138,110,139)
#745C74
(116,92,116)
#5E4A5D
(94,74,93)
#483846
(72,56,70)
#32262F
(50,38,47)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #F8C8FE

#F8C8FE
(248,200,254)
#F8CDFE
(248,205,254)
#F8D2FE
(248,210,254)
#F8D7FE
(248,215,254)
#F8DCFE
(248,220,254)
#F8E1FE
(248,225,254)
#F8E6FE
(248,230,254)
#F8EBFE
(248,235,254)
#F8F0FE
(248,240,254)
#F8F5FE
(248,245,254)
#F8FAFE
(248,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C8FE; }

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

This text font color is #F8C8FE.

Background Color

.myBgColor { background-color: #F8C8FE; }

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

This div background color is #F8C8FE.

Border color

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

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

This div border color is #F8C8FE.

Opacity

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

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

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

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

This text has shadow with #F8C8FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8C8FE.

Preview

Color preview on black background

This text has color #F8C8FE on black background.


Color preview on white background

This text has color #F8C8FE on white background.


Black color preview on #F8C8FE background

This text has black color on #F8C8FE background.


White color preview on #F8C8FE background

This text has white color on #F8C8FE background.


Related colors

Complementary color

Complementary color for #hex is #073701.


I love getcolorcode.com

Triadic colors

1 #FEF8C8 and #C8FEF8 with #F8C8FE are triadic colors.

2 #FEC8F8 and #C8F8FE with #F8C8FE are triadic colors.