COLOR #F8C2FC

HEX: #F8C2FC RGB: (248,194,252)

Color info

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

RGB color model

#F8C2FC color RGB value is (248,194,252).

RGB: (248,194,252) (97%, 76%, 99%)

RGB channels and saturation

R 248 of 255 = 97%
G 194 of 255 = 76%
B 252 of 255 = 99%

248
194
252

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

Portions of RGB colors in percentages

R + G + B = 248 + 194 + 252 = 694 (100%)
R 248 of 694 ~ 35.73%
G 194 of 694 ~ 27.95%
B 252 of 694 ~ 36.31'%

%35.73
%27.95
%36.31

CMYK color model

#F8C2FC color CMYK value is (2,23,0,1).

  • cyan value is 1.59%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (2,23,0,1)
C2M23Y0K1 (2%, 23%, 0%, 1%)
(0.02 / 0.23 / 0.00 / 0.01)

CMYK percentages

%1.59
%23.02
%0
%1.18

Codes

Color #F8C2FC in popluar color models

F8 C2 FC
RGB 248 194 252
HSL 296° 90.63% 87.45%
HSB/HSV 296° 23.02% 98.82%
CMYK 1.59% 23.02% 0.00%
1.18%

Color #F8C2FC in popluar number systems.

HEX F8 C2 FC
Decimal 248 194 252
Binary 11111000 11000010 11111100
Octal 370 302 374

Shades and tints

Shades of #F8C2FC

#F8C2FC
(248,194,252)
#E2B1E6
(226,177,230)
#CCA0D0
(204,160,208)
#B68FBA
(182,143,186)
#A07EA4
(160,126,164)
#8A6D8E
(138,109,142)
#745C78
(116,92,120)
#5E4B62
(94,75,98)
#483A4C
(72,58,76)
#322936
(50,41,54)
#1C1820
(28,24,32)
#000000
(0,0,0)

Tints of #F8C2FC

#F8C2FC
(248,194,252)
#F8C7FC
(248,199,252)
#F8CCFC
(248,204,252)
#F8D1FC
(248,209,252)
#F8D6FC
(248,214,252)
#F8DBFC
(248,219,252)
#F8E0FC
(248,224,252)
#F8E5FC
(248,229,252)
#F8EAFC
(248,234,252)
#F8EFFC
(248,239,252)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C2FC; }

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

This text font color is #F8C2FC.

Background Color

.myBgColor { background-color: #F8C2FC; }

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

This div background color is #F8C2FC.

Border color

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

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

This div border color is #F8C2FC.

Opacity

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

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

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

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

This text has shadow with #F8C2FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8C2FC.

Preview

Color preview on black background

This text has color #F8C2FC on black background.


Color preview on white background

This text has color #F8C2FC on white background.


Black color preview on #F8C2FC background

This text has black color on #F8C2FC background.


White color preview on #F8C2FC background

This text has white color on #F8C2FC background.


Related colors

Complementary color

Complementary color for #hex is #073D03.


I love getcolorcode.com

Triadic colors

1 #FCF8C2 and #C2FCF8 with #F8C2FC are triadic colors.

2 #FCC2F8 and #C2F8FC with #F8C2FC are triadic colors.