COLOR #F0C7FC

HEX: #F0C7FC
RGB: (240,199,252)

Color info

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

RGB color model

#F0C7FC color RGB value is (240,199,252).

  • red value is 240;
  • green value is 199;
  • blue value is 252.
RGB:
(240,199,252)
(94%,78%,99%)

RGB channels and saturation

R 240 of 255 = 94%
G 199 of 255 = 78%
B 252 of 255 = 99%

240
199
252

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

Portions of RGB colors in percentages

R + G + B =
240 + 199 + 252 = 691 (100%)
R 240 of 691 ~ 34.73%
G 199 of 691 ~ 28.8%
B 252 of 691 ~ 36.47%

%34.73
%28.8
%36.47

CMYK color model

#F0C7FC color CMYK value is (5,21,0,1).

  • cyan value is 4.76%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(5,21,0,1)
C5M21Y0K1 
(5%,21%,0%,1%)
(0.05/0.21/0.00/0.01)	

CMYK percentages

%4.76
%21.03
%0
%1.18

Codes

Color #F0C7FC in popluar color models

F0C7FC
RGB240199252
HSL286°89.83%88.43%
HSB/HSV286°21.03%98.82%
CMYK4.76%21.03%0.00%
1.18%

Color #F0C7FC in popluar number systems.

HEXF0C7FC
Decimal240199252
Binary111100001100011111111100
Octal360307374

Shades and tints

Shades of #F0C7FC

#F0C7FC
(240,199,252)
#DBB5E6
(219,181,230)
#C6A3D0
(198,163,208)
#B191BA
(177,145,186)
#9C7FA4
(156,127,164)
#876D8E
(135,109,142)
#725B78
(114,91,120)
#5D4962
(93,73,98)
#48374C
(72,55,76)
#332536
(51,37,54)
#1E1320
(30,19,32)
#000000
(0,0,0)

Tints of #F0C7FC

#F0C7FC
(240,199,252)
#F1CCFC
(241,204,252)
#F2D1FC
(242,209,252)
#F3D6FC
(243,214,252)
#F4DBFC
(244,219,252)
#F5E0FC
(245,224,252)
#F6E5FC
(246,229,252)
#F7EAFC
(247,234,252)
#F8EFFC
(248,239,252)
#F9F4FC
(249,244,252)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C7FC color. Also use rgb(240,199,252) instead hex code.

Text Font Color

.myTextColor { color: #F0C7FC; }

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

This text font color is #F0C7FC.


Background Color

.myBgColor { background-color: #F0C7FC; }

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

This div background color is #F0C7FC.


Border color

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

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

This div border color is #F0C7FC.


Opacity

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

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

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

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

This text has shadow with #F0C7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C7FC on black background.


Color preview on white background

This text has color #F0C7FC on white background.



Black color preview on #F0C7FC background

This text has black color on #F0C7FC background.


White color preview on #F0C7FC background

This text has white color on #F0C7FC background.