COLOR #F0C1F6

HEX: #F0C1F6
RGB: (240,193,246)

Color info

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

RGB color model

#F0C1F6 color RGB value is (240,193,246).

  • red value is 240;
  • green value is 193;
  • blue value is 246.
RGB:
(240,193,246)
(94%,76%,96%)

RGB channels and saturation

R 240 of 255 = 94%
G 193 of 255 = 76%
B 246 of 255 = 96%

240
193
246

R + G + B ~ 89%. #F0C1F6 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 193 + 246 = 679 (100%)
R 240 of 679 ~ 35.35%
G 193 of 679 ~ 28.42%
B 246 of 679 ~ 36.23%

%35.35
%28.42
%36.23

CMYK color model

#F0C1F6 color CMYK value is (2,22,0,4).

  • cyan value is 2.44%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(2,22,0,4)
C2M22Y0K4 
(2%,22%,0%,4%)
(0.02/0.22/0.00/0.04)	

CMYK percentages

%2.44
%21.54
%0
%3.53

Codes

Color #F0C1F6 in popluar color models

F0C1F6
RGB240193246
HSL293°74.65%86.08%
HSB/HSV293°21.54%96.47%
CMYK2.44%21.54%0.00%
3.53%

Color #F0C1F6 in popluar number systems.

HEXF0C1F6
Decimal240193246
Binary111100001100000111110110
Octal360301366

Shades and tints

Shades of #F0C1F6

#F0C1F6
(240,193,246)
#DBB0E0
(219,176,224)
#C69FCA
(198,159,202)
#B18EB4
(177,142,180)
#9C7D9E
(156,125,158)
#876C88
(135,108,136)
#725B72
(114,91,114)
#5D4A5C
(93,74,92)
#483946
(72,57,70)
#332830
(51,40,48)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #F0C1F6

#F0C1F6
(240,193,246)
#F1C6F6
(241,198,246)
#F2CBF6
(242,203,246)
#F3D0F6
(243,208,246)
#F4D5F6
(244,213,246)
#F5DAF6
(245,218,246)
#F6DFF6
(246,223,246)
#F7E4F6
(247,228,246)
#F8E9F6
(248,233,246)
#F9EEF6
(249,238,246)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C1F6 color. Also use rgb(240,193,246) instead hex code.

Text Font Color

.myTextColor { color: #F0C1F6; }

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

This text font color is #F0C1F6.


Background Color

.myBgColor { background-color: #F0C1F6; }

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

This div background color is #F0C1F6.


Border color

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

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

This div border color is #F0C1F6.


Opacity

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

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

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

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

This text has shadow with #F0C1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C1F6 on black background.


Color preview on white background

This text has color #F0C1F6 on white background.



Black color preview on #F0C1F6 background

This text has black color on #F0C1F6 background.


White color preview on #F0C1F6 background

This text has white color on #F0C1F6 background.