COLOR #F7C7FE

HEX: #F7C7FE
RGB: (247,199,254)

Color info

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

RGB color model

#F7C7FE color RGB value is (247,199,254).

  • red value is 247;
  • green value is 199;
  • blue value is 254.
RGB:
(247,199,254)
(97%,78%,100%)

RGB channels and saturation

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

247
199
254

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

Portions of RGB colors in percentages

R + G + B =
247 + 199 + 254 = 700 (100%)
R 247 of 700 ~ 35.29%
G 199 of 700 ~ 28.43%
B 254 of 700 ~ 36.29%

%35.29
%28.43
%36.29

CMYK color model

#F7C7FE color CMYK value is (3,22,0,0).

  • cyan value is 2.76%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(3,22,0,0)
C3M22Y0K0 
(3%,22%,0%,0%)
(0.03/0.22/0.00/0.00)	

CMYK percentages

%2.76
%21.65
%0
%0.39

Codes

Color #F7C7FE in popluar color models

F7C7FE
RGB247199254
HSL292°96.49%88.82%
HSB/HSV292°21.65%99.61%
CMYK2.76%21.65%0.00%
0.39%

Color #F7C7FE in popluar number systems.

HEXF7C7FE
Decimal247199254
Binary111101111100011111111110
Octal367307376

Shades and tints

Shades of #F7C7FE

#F7C7FE
(247,199,254)
#E1B5E7
(225,181,231)
#CBA3D0
(203,163,208)
#B591B9
(181,145,185)
#9F7FA2
(159,127,162)
#896D8B
(137,109,139)
#735B74
(115,91,116)
#5D495D
(93,73,93)
#473746
(71,55,70)
#31252F
(49,37,47)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #F7C7FE

#F7C7FE
(247,199,254)
#F7CCFE
(247,204,254)
#F7D1FE
(247,209,254)
#F7D6FE
(247,214,254)
#F7DBFE
(247,219,254)
#F7E0FE
(247,224,254)
#F7E5FE
(247,229,254)
#F7EAFE
(247,234,254)
#F7EFFE
(247,239,254)
#F7F4FE
(247,244,254)
#F7F9FE
(247,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C7FE; }

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

This text font color is #F7C7FE.


Background Color

.myBgColor { background-color: #F7C7FE; }

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

This div background color is #F7C7FE.


Border color

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

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

This div border color is #F7C7FE.


Opacity

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

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

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

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

This text has shadow with #F7C7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C7FE on black background.


Color preview on white background

This text has color #F7C7FE on white background.



Black color preview on #F7C7FE background

This text has black color on #F7C7FE background.


White color preview on #F7C7FE background

This text has white color on #F7C7FE background.