COLOR #F68EBE

HEX: #F68EBE
RGB: (246,142,190)

Color info

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

RGB color model

#F68EBE color RGB value is (246,142,190).

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

RGB channels and saturation

R 246 of 255 = 96%
G 142 of 255 = 56%
B 190 of 255 = 75%

246
142
190

R + G + B ~ 76%. #F68EBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 142 + 190 = 578 (100%)
R 246 of 578 ~ 42.56%
G 142 of 578 ~ 24.57%
B 190 of 578 ~ 32.87%

%42.56
%24.57
%32.87

CMYK color model

#F68EBE color CMYK value is (0,42,23,4).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 22.76%
  • key color value is 3.53%
CMYK:
(0,42,23,4)
C0M42Y23K4 
(0%,42%,23%,4%)
(0.00/0.42/0.23/0.04)	

CMYK percentages

%0
%42.28
%22.76
%3.53

Codes

Color #F68EBE in popluar color models

F68EBE
RGB246142190
HSL332°85.25%76.08%
HSB/HSV332°42.28%96.47%
CMYK0.00%42.28%22.76%
3.53%

Color #F68EBE in popluar number systems.

HEXF68EBE
Decimal246142190
Binary111101101000111010111110
Octal366216276

Shades and tints

Shades of #F68EBE

#F68EBE
(246,142,190)
#E082AD
(224,130,173)
#CA769C
(202,118,156)
#B46A8B
(180,106,139)
#9E5E7A
(158,94,122)
#885269
(136,82,105)
#724658
(114,70,88)
#5C3A47
(92,58,71)
#462E36
(70,46,54)
#302225
(48,34,37)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #F68EBE

#F68EBE
(246,142,190)
#F698C3
(246,152,195)
#F6A2C8
(246,162,200)
#F6ACCD
(246,172,205)
#F6B6D2
(246,182,210)
#F6C0D7
(246,192,215)
#F6CADC
(246,202,220)
#F6D4E1
(246,212,225)
#F6DEE6
(246,222,230)
#F6E8EB
(246,232,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F68EBE; }

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

This text font color is #F68EBE.


Background Color

.myBgColor { background-color: #F68EBE; }

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

This div background color is #F68EBE.


Border color

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

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

This div border color is #F68EBE.


Opacity

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

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

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

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

This text has shadow with #F68EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68EBE on black background.


Color preview on white background

This text has color #F68EBE on white background.



Black color preview on #F68EBE background

This text has black color on #F68EBE background.


White color preview on #F68EBE background

This text has white color on #F68EBE background.