COLOR #F5C8FC

HEX: #F5C8FC
RGB: (245,200,252)

Color info

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

RGB color model

#F5C8FC color RGB value is (245,200,252).

  • red value is 245;
  • green value is 200;
  • blue value is 252.
RGB:
(245,200,252)
(96%,78%,99%)

RGB channels and saturation

R 245 of 255 = 96%
G 200 of 255 = 78%
B 252 of 255 = 99%

245
200
252

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

Portions of RGB colors in percentages

R + G + B =
245 + 200 + 252 = 697 (100%)
R 245 of 697 ~ 35.15%
G 200 of 697 ~ 28.69%
B 252 of 697 ~ 36.15%

%35.15
%28.69
%36.15

CMYK color model

#F5C8FC color CMYK value is (3,21,0,1).

  • cyan value is 2.78%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(3,21,0,1)
C3M21Y0K1 
(3%,21%,0%,1%)
(0.03/0.21/0.00/0.01)	

CMYK percentages

%2.78
%20.63
%0
%1.18

Codes

Color #F5C8FC in popluar color models

F5C8FC
RGB245200252
HSL292°89.66%88.63%
HSB/HSV292°20.63%98.82%
CMYK2.78%20.63%0.00%
1.18%

Color #F5C8FC in popluar number systems.

HEXF5C8FC
Decimal245200252
Binary111101011100100011111100
Octal365310374

Shades and tints

Shades of #F5C8FC

#F5C8FC
(245,200,252)
#DFB6E6
(223,182,230)
#C9A4D0
(201,164,208)
#B392BA
(179,146,186)
#9D80A4
(157,128,164)
#876E8E
(135,110,142)
#715C78
(113,92,120)
#5B4A62
(91,74,98)
#45384C
(69,56,76)
#2F2636
(47,38,54)
#191420
(25,20,32)
#000000
(0,0,0)

Tints of #F5C8FC

#F5C8FC
(245,200,252)
#F5CDFC
(245,205,252)
#F5D2FC
(245,210,252)
#F5D7FC
(245,215,252)
#F5DCFC
(245,220,252)
#F5E1FC
(245,225,252)
#F5E6FC
(245,230,252)
#F5EBFC
(245,235,252)
#F5F0FC
(245,240,252)
#F5F5FC
(245,245,252)
#F5FAFC
(245,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C8FC color. Also use rgb(245,200,252) instead hex code.

Text Font Color

.myTextColor { color: #F5C8FC; }

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

This text font color is #F5C8FC.


Background Color

.myBgColor { background-color: #F5C8FC; }

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

This div background color is #F5C8FC.


Border color

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

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

This div border color is #F5C8FC.


Opacity

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

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

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

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

This text has shadow with #F5C8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C8FC on black background.


Color preview on white background

This text has color #F5C8FC on white background.



Black color preview on #F5C8FC background

This text has black color on #F5C8FC background.


White color preview on #F5C8FC background

This text has white color on #F5C8FC background.