COLOR #F6B7A5

HEX: #F6B7A5
RGB: (246,183,165)

Color info

#F6B7A5 contains mainly red color. Web safe color of #F6B7A5 is #FFCC99 (or #FC9).

RGB color model

#F6B7A5 color RGB value is (246,183,165).

  • red value is 246;
  • green value is 183;
  • blue value is 165.
RGB:
(246,183,165)
(96%,72%,65%)

RGB channels and saturation

R 246 of 255 = 96%
G 183 of 255 = 72%
B 165 of 255 = 65%

246
183
165

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

Portions of RGB colors in percentages

R + G + B =
246 + 183 + 165 = 594 (100%)
R 246 of 594 ~ 41.41%
G 183 of 594 ~ 30.81%
B 165 of 594 ~ 27.78%

%41.41
%30.81
%27.78

CMYK color model

#F6B7A5 color CMYK value is (0,26,33,4).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 32.93%
  • key color value is 3.53%
CMYK:
(0,26,33,4)
C0M26Y33K4 
(0%,26%,33%,4%)
(0.00/0.26/0.33/0.04)	

CMYK percentages

%0
%25.61
%32.93
%3.53

Codes

Color #F6B7A5 in popluar color models

F6B7A5
RGB246183165
HSL13°81.82%80.59%
HSB/HSV13°32.93%96.47%
CMYK0.00%25.61%32.93%
3.53%

Color #F6B7A5 in popluar number systems.

HEXF6B7A5
Decimal246183165
Binary111101101011011110100101
Octal366267245

Shades and tints

Shades of #F6B7A5

#F6B7A5
(246,183,165)
#E0A796
(224,167,150)
#CA9787
(202,151,135)
#B48778
(180,135,120)
#9E7769
(158,119,105)
#88675A
(136,103,90)
#72574B
(114,87,75)
#5C473C
(92,71,60)
#46372D
(70,55,45)
#30271E
(48,39,30)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #F6B7A5

#F6B7A5
(246,183,165)
#F6BDAD
(246,189,173)
#F6C3B5
(246,195,181)
#F6C9BD
(246,201,189)
#F6CFC5
(246,207,197)
#F6D5CD
(246,213,205)
#F6DBD5
(246,219,213)
#F6E1DD
(246,225,221)
#F6E7E5
(246,231,229)
#F6EDED
(246,237,237)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B7A5 color. Also use rgb(246,183,165) instead hex code.

Text Font Color

.myTextColor { color: #F6B7A5; }

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

This text font color is #F6B7A5.


Background Color

.myBgColor { background-color: #F6B7A5; }

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

This div background color is #F6B7A5.


Border color

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

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

This div border color is #F6B7A5.


Opacity

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

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

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

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

This text has shadow with #F6B7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B7A5 on black background.


Color preview on white background

This text has color #F6B7A5 on white background.



Black color preview on #F6B7A5 background

This text has black color on #F6B7A5 background.


White color preview on #F6B7A5 background

This text has white color on #F6B7A5 background.