COLOR #F7C0FF

HEX: #F7C0FF
RGB: (247,192,255)

Color info

#F7C0FF contains mainly red and blue colors. Web safe color of #F7C0FF is #FFCCFF (or #FCF).

RGB color model

#F7C0FF color RGB value is (247,192,255).

  • red value is 247;
  • green value is 192;
  • blue value is 255.
RGB:
(247,192,255)
(97%,75%,100%)

RGB channels and saturation

R 247 of 255 = 97%
G 192 of 255 = 75%
B 255 of 255 = 100%

247
192
255

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

Portions of RGB colors in percentages

R + G + B =
247 + 192 + 255 = 694 (100%)
R 247 of 694 ~ 35.59%
G 192 of 694 ~ 27.67%
B 255 of 694 ~ 36.74%

%35.59
%27.67
%36.74

CMYK color model

#F7C0FF color CMYK value is (3,25,0,0).

  • cyan value is 3.14%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(3,25,0,0)
C3M25Y0K0 
(3%,25%,0%,0%)
(0.03/0.25/0.00/0.00)	

CMYK percentages

%3.14
%24.71
%0
%0

Codes

Color #F7C0FF in popluar color models

F7C0FF
RGB247192255
HSL292°100.00%87.65%
HSB/HSV292°24.71%100.00%
CMYK3.14%24.71%0.00%
0.00%

Color #F7C0FF in popluar number systems.

HEXF7C0FF
Decimal247192255
Binary111101111100000011111111
Octal367300377

Shades and tints

Shades of #F7C0FF

#F7C0FF
(247,192,255)
#E1AFE8
(225,175,232)
#CB9ED1
(203,158,209)
#B58DBA
(181,141,186)
#9F7CA3
(159,124,163)
#896B8C
(137,107,140)
#735A75
(115,90,117)
#5D495E
(93,73,94)
#473847
(71,56,71)
#312730
(49,39,48)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #F7C0FF

#F7C0FF
(247,192,255)
#F7C5FF
(247,197,255)
#F7CAFF
(247,202,255)
#F7CFFF
(247,207,255)
#F7D4FF
(247,212,255)
#F7D9FF
(247,217,255)
#F7DEFF
(247,222,255)
#F7E3FF
(247,227,255)
#F7E8FF
(247,232,255)
#F7EDFF
(247,237,255)
#F7F2FF
(247,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C0FF color. Also use rgb(247,192,255) instead hex code.

Text Font Color

.myTextColor { color: #F7C0FF; }

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

This text font color is #F7C0FF.


Background Color

.myBgColor { background-color: #F7C0FF; }

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

This div background color is #F7C0FF.


Border color

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

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

This div border color is #F7C0FF.


Opacity

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

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

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

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

This text has shadow with #F7C0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C0FF on black background.


Color preview on white background

This text has color #F7C0FF on white background.



Black color preview on #F7C0FF background

This text has black color on #F7C0FF background.


White color preview on #F7C0FF background

This text has white color on #F7C0FF background.