COLOR #F6DAB7

HEX: #F6DAB7
RGB: (246,218,183)

Color info

#F6DAB7 contains mainly red and green colors. Web safe color of #F6DAB7 is #FFCCCC (or #FCC).

RGB color model

#F6DAB7 color RGB value is (246,218,183).

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

RGB channels and saturation

R 246 of 255 = 96%
G 218 of 255 = 85%
B 183 of 255 = 72%

246
218
183

R + G + B ~ 84%. #F6DAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 218 + 183 = 647 (100%)
R 246 of 647 ~ 38.02%
G 218 of 647 ~ 33.69%
B 183 of 647 ~ 28.28%

%38.02
%33.69
%28.28

CMYK color model

#F6DAB7 color CMYK value is (0,11,26,4).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 25.61%
  • key color value is 3.53%
CMYK:
(0,11,26,4)
C0M11Y26K4 
(0%,11%,26%,4%)
(0.00/0.11/0.26/0.04)	

CMYK percentages

%0
%11.38
%25.61
%3.53

Codes

Color #F6DAB7 in popluar color models

F6DAB7
RGB246218183
HSL33°77.78%84.12%
HSB/HSV33°25.61%96.47%
CMYK0.00%11.38%25.61%
3.53%

Color #F6DAB7 in popluar number systems.

HEXF6DAB7
Decimal246218183
Binary111101101101101010110111
Octal366332267

Shades and tints

Shades of #F6DAB7

#F6DAB7
(246,218,183)
#E0C7A7
(224,199,167)
#CAB497
(202,180,151)
#B4A187
(180,161,135)
#9E8E77
(158,142,119)
#887B67
(136,123,103)
#726857
(114,104,87)
#5C5547
(92,85,71)
#464237
(70,66,55)
#302F27
(48,47,39)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #F6DAB7

#F6DAB7
(246,218,183)
#F6DDBD
(246,221,189)
#F6E0C3
(246,224,195)
#F6E3C9
(246,227,201)
#F6E6CF
(246,230,207)
#F6E9D5
(246,233,213)
#F6ECDB
(246,236,219)
#F6EFE1
(246,239,225)
#F6F2E7
(246,242,231)
#F6F5ED
(246,245,237)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DAB7; }

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

This text font color is #F6DAB7.


Background Color

.myBgColor { background-color: #F6DAB7; }

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

This div background color is #F6DAB7.


Border color

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

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

This div border color is #F6DAB7.


Opacity

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

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

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

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

This text has shadow with #F6DAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DAB7 on black background.


Color preview on white background

This text has color #F6DAB7 on white background.



Black color preview on #F6DAB7 background

This text has black color on #F6DAB7 background.


White color preview on #F6DAB7 background

This text has white color on #F6DAB7 background.