COLOR #F0C6E2

HEX: #F0C6E2
RGB: (240,198,226)

Color info

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

RGB color model

#F0C6E2 color RGB value is (240,198,226).

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

RGB channels and saturation

R 240 of 255 = 94%
G 198 of 255 = 78%
B 226 of 255 = 89%

240
198
226

R + G + B ~ 87%. #F0C6E2 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 198 + 226 = 664 (100%)
R 240 of 664 ~ 36.14%
G 198 of 664 ~ 29.82%
B 226 of 664 ~ 34.04%

%36.14
%29.82
%34.04

CMYK color model

#F0C6E2 color CMYK value is (0,18,6,6).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK:
(0,18,6,6)
C0M18Y6K6 
(0%,18%,6%,6%)
(0.00/0.18/0.06/0.06)	

CMYK percentages

%0
%17.5
%5.83
%5.88

Codes

Color #F0C6E2 in popluar color models

F0C6E2
RGB240198226
HSL320°58.33%85.88%
HSB/HSV320°17.50%94.12%
CMYK0.00%17.50%5.83%
5.88%

Color #F0C6E2 in popluar number systems.

HEXF0C6E2
Decimal240198226
Binary111100001100011011100010
Octal360306342

Shades and tints

Shades of #F0C6E2

#F0C6E2
(240,198,226)
#DBB4CE
(219,180,206)
#C6A2BA
(198,162,186)
#B190A6
(177,144,166)
#9C7E92
(156,126,146)
#876C7E
(135,108,126)
#725A6A
(114,90,106)
#5D4856
(93,72,86)
#483642
(72,54,66)
#33242E
(51,36,46)
#1E121A
(30,18,26)
#000000
(0,0,0)

Tints of #F0C6E2

#F0C6E2
(240,198,226)
#F1CBE4
(241,203,228)
#F2D0E6
(242,208,230)
#F3D5E8
(243,213,232)
#F4DAEA
(244,218,234)
#F5DFEC
(245,223,236)
#F6E4EE
(246,228,238)
#F7E9F0
(247,233,240)
#F8EEF2
(248,238,242)
#F9F3F4
(249,243,244)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C6E2; }

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

This text font color is #F0C6E2.


Background Color

.myBgColor { background-color: #F0C6E2; }

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

This div background color is #F0C6E2.


Border color

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

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

This div border color is #F0C6E2.


Opacity

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

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

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

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

This text has shadow with #F0C6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C6E2 on black background.


Color preview on white background

This text has color #F0C6E2 on white background.



Black color preview on #F0C6E2 background

This text has black color on #F0C6E2 background.


White color preview on #F0C6E2 background

This text has white color on #F0C6E2 background.