COLOR #F68ECE

HEX: #F68ECE
RGB: (246,142,206)

Color info

#F68ECE contains mainly red and blue colors. Web safe color of #F68ECE is #FF99CC (or #F9C).

RGB color model

#F68ECE color RGB value is (246,142,206).

  • red value is 246;
  • green value is 142;
  • blue value is 206.
RGB:
(246,142,206)
(96%,56%,81%)

RGB channels and saturation

R 246 of 255 = 96%
G 142 of 255 = 56%
B 206 of 255 = 81%

246
142
206

R + G + B ~ 78%. #F68ECE is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 142 + 206 = 594 (100%)
R 246 of 594 ~ 41.41%
G 142 of 594 ~ 23.91%
B 206 of 594 ~ 34.68%

%41.41
%23.91
%34.68

CMYK color model

#F68ECE color CMYK value is (0,42,16,4).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK:
(0,42,16,4)
C0M42Y16K4 
(0%,42%,16%,4%)
(0.00/0.42/0.16/0.04)	

CMYK percentages

%0
%42.28
%16.26
%3.53

Codes

Color #F68ECE in popluar color models

F68ECE
RGB246142206
HSL323°85.25%76.08%
HSB/HSV323°42.28%96.47%
CMYK0.00%42.28%16.26%
3.53%

Color #F68ECE in popluar number systems.

HEXF68ECE
Decimal246142206
Binary111101101000111011001110
Octal366216316

Shades and tints

Shades of #F68ECE

#F68ECE
(246,142,206)
#E082BC
(224,130,188)
#CA76AA
(202,118,170)
#B46A98
(180,106,152)
#9E5E86
(158,94,134)
#885274
(136,82,116)
#724662
(114,70,98)
#5C3A50
(92,58,80)
#462E3E
(70,46,62)
#30222C
(48,34,44)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #F68ECE

#F68ECE
(246,142,206)
#F698D2
(246,152,210)
#F6A2D6
(246,162,214)
#F6ACDA
(246,172,218)
#F6B6DE
(246,182,222)
#F6C0E2
(246,192,226)
#F6CAE6
(246,202,230)
#F6D4EA
(246,212,234)
#F6DEEE
(246,222,238)
#F6E8F2
(246,232,242)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68ECE color. Also use rgb(246,142,206) instead hex code.

Text Font Color

.myTextColor { color: #F68ECE; }

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

This text font color is #F68ECE.


Background Color

.myBgColor { background-color: #F68ECE; }

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

This div background color is #F68ECE.


Border color

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

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

This div border color is #F68ECE.


Opacity

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

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

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

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

This text has shadow with #F68ECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68ECE on black background.


Color preview on white background

This text has color #F68ECE on white background.



Black color preview on #F68ECE background

This text has black color on #F68ECE background.


White color preview on #F68ECE background

This text has white color on #F68ECE background.