COLOR #F6A68E

HEX: #F6A68E
RGB: (246,166,142)

Color info

#F6A68E contains mainly red color. Web safe color of #F6A68E is #FF9999 (or #F99).

RGB color model

#F6A68E color RGB value is (246,166,142).

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

RGB channels and saturation

R 246 of 255 = 96%
G 166 of 255 = 65%
B 142 of 255 = 56%

246
166
142

R + G + B ~ 72%. #F6A68E is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 166 + 142 = 554 (100%)
R 246 of 554 ~ 44.4%
G 166 of 554 ~ 29.96%
B 142 of 554 ~ 25.63%

%44.4
%29.96
%25.63

CMYK color model

#F6A68E color CMYK value is (0,33,42,4).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 42.28%
  • key color value is 3.53%
CMYK:
(0,33,42,4)
C0M33Y42K4 
(0%,33%,42%,4%)
(0.00/0.33/0.42/0.04)	

CMYK percentages

%0
%32.52
%42.28
%3.53

Codes

Color #F6A68E in popluar color models

F6A68E
RGB246166142
HSL14°85.25%76.08%
HSB/HSV14°42.28%96.47%
CMYK0.00%32.52%42.28%
3.53%

Color #F6A68E in popluar number systems.

HEXF6A68E
Decimal246166142
Binary111101101010011010001110
Octal366246216

Shades and tints

Shades of #F6A68E

#F6A68E
(246,166,142)
#E09782
(224,151,130)
#CA8876
(202,136,118)
#B4796A
(180,121,106)
#9E6A5E
(158,106,94)
#885B52
(136,91,82)
#724C46
(114,76,70)
#5C3D3A
(92,61,58)
#462E2E
(70,46,46)
#301F22
(48,31,34)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #F6A68E

#F6A68E
(246,166,142)
#F6AE98
(246,174,152)
#F6B6A2
(246,182,162)
#F6BEAC
(246,190,172)
#F6C6B6
(246,198,182)
#F6CEC0
(246,206,192)
#F6D6CA
(246,214,202)
#F6DED4
(246,222,212)
#F6E6DE
(246,230,222)
#F6EEE8
(246,238,232)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A68E; }

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

This text font color is #F6A68E.


Background Color

.myBgColor { background-color: #F6A68E; }

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

This div background color is #F6A68E.


Border color

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

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

This div border color is #F6A68E.


Opacity

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

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

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

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

This text has shadow with #F6A68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A68E on black background.


Color preview on white background

This text has color #F6A68E on white background.



Black color preview on #F6A68E background

This text has black color on #F6A68E background.


White color preview on #F6A68E background

This text has white color on #F6A68E background.