COLOR #F6A68A

HEX: #F6A68A
RGB: (246,166,138)

Color info

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

RGB color model

#F6A68A color RGB value is (246,166,138).

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

RGB channels and saturation

R 246 of 255 = 96%
G 166 of 255 = 65%
B 138 of 255 = 54%

246
166
138

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

Portions of RGB colors in percentages

R + G + B =
246 + 166 + 138 = 550 (100%)
R 246 of 550 ~ 44.73%
G 166 of 550 ~ 30.18%
B 138 of 550 ~ 25.09%

%44.73
%30.18
%25.09

CMYK color model

#F6A68A color CMYK value is (0,33,44,4).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 43.90%
  • key color value is 3.53%
CMYK:
(0,33,44,4)
C0M33Y44K4 
(0%,33%,44%,4%)
(0.00/0.33/0.44/0.04)	

CMYK percentages

%0
%32.52
%43.9
%3.53

Codes

Color #F6A68A in popluar color models

F6A68A
RGB246166138
HSL16°85.71%75.29%
HSB/HSV16°43.90%96.47%
CMYK0.00%32.52%43.90%
3.53%

Color #F6A68A in popluar number systems.

HEXF6A68A
Decimal246166138
Binary111101101010011010001010
Octal366246212

Shades and tints

Shades of #F6A68A

#F6A68A
(246,166,138)
#E0977E
(224,151,126)
#CA8872
(202,136,114)
#B47966
(180,121,102)
#9E6A5A
(158,106,90)
#885B4E
(136,91,78)
#724C42
(114,76,66)
#5C3D36
(92,61,54)
#462E2A
(70,46,42)
#301F1E
(48,31,30)
#1A1012
(26,16,18)
#000000
(0,0,0)

Tints of #F6A68A

#F6A68A
(246,166,138)
#F6AE94
(246,174,148)
#F6B69E
(246,182,158)
#F6BEA8
(246,190,168)
#F6C6B2
(246,198,178)
#F6CEBC
(246,206,188)
#F6D6C6
(246,214,198)
#F6DED0
(246,222,208)
#F6E6DA
(246,230,218)
#F6EEE4
(246,238,228)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A68A; }

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

This text font color is #F6A68A.


Background Color

.myBgColor { background-color: #F6A68A; }

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

This div background color is #F6A68A.


Border color

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

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

This div border color is #F6A68A.


Opacity

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

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

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

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

This text has shadow with #F6A68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A68A on black background.


Color preview on white background

This text has color #F6A68A on white background.



Black color preview on #F6A68A background

This text has black color on #F6A68A background.


White color preview on #F6A68A background

This text has white color on #F6A68A background.