COLOR #F6B795

HEX: #F6B795
RGB: (246,183,149)

Color info

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

RGB color model

#F6B795 color RGB value is (246,183,149).

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

RGB channels and saturation

R 246 of 255 = 96%
G 183 of 255 = 72%
B 149 of 255 = 58%

246
183
149

R + G + B ~ 75%. #F6B795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 183 + 149 = 578 (100%)
R 246 of 578 ~ 42.56%
G 183 of 578 ~ 31.66%
B 149 of 578 ~ 25.78%

%42.56
%31.66
%25.78

CMYK color model

#F6B795 color CMYK value is (0,26,39,4).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 39.43%
  • key color value is 3.53%
CMYK:
(0,26,39,4)
C0M26Y39K4 
(0%,26%,39%,4%)
(0.00/0.26/0.39/0.04)	

CMYK percentages

%0
%25.61
%39.43
%3.53

Codes

Color #F6B795 in popluar color models

F6B795
RGB246183149
HSL21°84.35%77.45%
HSB/HSV21°39.43%96.47%
CMYK0.00%25.61%39.43%
3.53%

Color #F6B795 in popluar number systems.

HEXF6B795
Decimal246183149
Binary111101101011011110010101
Octal366267225

Shades and tints

Shades of #F6B795

#F6B795
(246,183,149)
#E0A788
(224,167,136)
#CA977B
(202,151,123)
#B4876E
(180,135,110)
#9E7761
(158,119,97)
#886754
(136,103,84)
#725747
(114,87,71)
#5C473A
(92,71,58)
#46372D
(70,55,45)
#302720
(48,39,32)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #F6B795

#F6B795
(246,183,149)
#F6BD9E
(246,189,158)
#F6C3A7
(246,195,167)
#F6C9B0
(246,201,176)
#F6CFB9
(246,207,185)
#F6D5C2
(246,213,194)
#F6DBCB
(246,219,203)
#F6E1D4
(246,225,212)
#F6E7DD
(246,231,221)
#F6EDE6
(246,237,230)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B795; }

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

This text font color is #F6B795.


Background Color

.myBgColor { background-color: #F6B795; }

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

This div background color is #F6B795.


Border color

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

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

This div border color is #F6B795.


Opacity

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

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

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

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

This text has shadow with #F6B795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B795 on black background.


Color preview on white background

This text has color #F6B795 on white background.



Black color preview on #F6B795 background

This text has black color on #F6B795 background.


White color preview on #F6B795 background

This text has white color on #F6B795 background.