COLOR #F0C1E2

HEX: #F0C1E2
RGB: (240,193,226)

Color info

#F0C1E2 contains red, green and blue colors in about the same proportion. Web safe color of #F0C1E2 is #FFCCCC (or #FCC).

RGB color model

#F0C1E2 color RGB value is (240,193,226).

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

RGB channels and saturation

R 240 of 255 = 94%
G 193 of 255 = 76%
B 226 of 255 = 89%

240
193
226

R + G + B ~ 86%. #F0C1E2 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 193 + 226 = 659 (100%)
R 240 of 659 ~ 36.42%
G 193 of 659 ~ 29.29%
B 226 of 659 ~ 34.29%

%36.42
%29.29
%34.29

CMYK color model

#F0C1E2 color CMYK value is (0,20,6,6).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK:
(0,20,6,6)
C0M20Y6K6 
(0%,20%,6%,6%)
(0.00/0.20/0.06/0.06)	

CMYK percentages

%0
%19.58
%5.83
%5.88

Codes

Color #F0C1E2 in popluar color models

F0C1E2
RGB240193226
HSL318°61.04%84.90%
HSB/HSV318°19.58%94.12%
CMYK0.00%19.58%5.83%
5.88%

Color #F0C1E2 in popluar number systems.

HEXF0C1E2
Decimal240193226
Binary111100001100000111100010
Octal360301342

Shades and tints

Shades of #F0C1E2

#F0C1E2
(240,193,226)
#DBB0CE
(219,176,206)
#C69FBA
(198,159,186)
#B18EA6
(177,142,166)
#9C7D92
(156,125,146)
#876C7E
(135,108,126)
#725B6A
(114,91,106)
#5D4A56
(93,74,86)
#483942
(72,57,66)
#33282E
(51,40,46)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #F0C1E2

#F0C1E2
(240,193,226)
#F1C6E4
(241,198,228)
#F2CBE6
(242,203,230)
#F3D0E8
(243,208,232)
#F4D5EA
(244,213,234)
#F5DAEC
(245,218,236)
#F6DFEE
(246,223,238)
#F7E4F0
(247,228,240)
#F8E9F2
(248,233,242)
#F9EEF4
(249,238,244)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C1E2; }

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

This text font color is #F0C1E2.


Background Color

.myBgColor { background-color: #F0C1E2; }

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

This div background color is #F0C1E2.


Border color

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

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

This div border color is #F0C1E2.


Opacity

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

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

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

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

This text has shadow with #F0C1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C1E2 on black background.


Color preview on white background

This text has color #F0C1E2 on white background.



Black color preview on #F0C1E2 background

This text has black color on #F0C1E2 background.


White color preview on #F0C1E2 background

This text has white color on #F0C1E2 background.