COLOR #F8C3FB

HEX: #F8C3FB
RGB: (248,195,251)

Color info

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

RGB color model

#F8C3FB color RGB value is (248,195,251).

  • red value is 248;
  • green value is 195;
  • blue value is 251.
RGB:
(248,195,251)
(97%,76%,98%)

RGB channels and saturation

R 248 of 255 = 97%
G 195 of 255 = 76%
B 251 of 255 = 98%

248
195
251

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

Portions of RGB colors in percentages

R + G + B =
248 + 195 + 251 = 694 (100%)
R 248 of 694 ~ 35.73%
G 195 of 694 ~ 28.1%
B 251 of 694 ~ 36.17%

%35.73
%28.1
%36.17

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(1,22,0,2)
C1M22Y0K2 
(1%,22%,0%,2%)
(0.01/0.22/0.00/0.02)	

CMYK percentages

%1.2
%22.31
%0
%1.57

Codes

Color #F8C3FB in popluar color models

F8C3FB
RGB248195251
HSL297°87.50%87.45%
HSB/HSV297°22.31%98.43%
CMYK1.20%22.31%0.00%
1.57%

Color #F8C3FB in popluar number systems.

HEXF8C3FB
Decimal248195251
Binary111110001100001111111011
Octal370303373

Shades and tints

Shades of #F8C3FB

#F8C3FB
(248,195,251)
#E2B2E5
(226,178,229)
#CCA1CF
(204,161,207)
#B690B9
(182,144,185)
#A07FA3
(160,127,163)
#8A6E8D
(138,110,141)
#745D77
(116,93,119)
#5E4C61
(94,76,97)
#483B4B
(72,59,75)
#322A35
(50,42,53)
#1C191F
(28,25,31)
#000000
(0,0,0)

Tints of #F8C3FB

#F8C3FB
(248,195,251)
#F8C8FB
(248,200,251)
#F8CDFB
(248,205,251)
#F8D2FB
(248,210,251)
#F8D7FB
(248,215,251)
#F8DCFB
(248,220,251)
#F8E1FB
(248,225,251)
#F8E6FB
(248,230,251)
#F8EBFB
(248,235,251)
#F8F0FB
(248,240,251)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C3FB color. Also use rgb(248,195,251) instead hex code.

Text Font Color

.myTextColor { color: #F8C3FB; }

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

This text font color is #F8C3FB.


Background Color

.myBgColor { background-color: #F8C3FB; }

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

This div background color is #F8C3FB.


Border color

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

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

This div border color is #F8C3FB.


Opacity

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

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

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

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

This text has shadow with #F8C3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C3FB on black background.


Color preview on white background

This text has color #F8C3FB on white background.



Black color preview on #F8C3FB background

This text has black color on #F8C3FB background.


White color preview on #F8C3FB background

This text has white color on #F8C3FB background.