COLOR #F6DAB8

HEX: #F6DAB8
RGB: (246,218,184)

Color info

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

RGB color model

#F6DAB8 color RGB value is (246,218,184).

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

RGB channels and saturation

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

246
218
184

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

Portions of RGB colors in percentages

R + G + B =
246 + 218 + 184 = 648 (100%)
R 246 of 648 ~ 37.96%
G 218 of 648 ~ 33.64%
B 184 of 648 ~ 28.4%

%37.96
%33.64
%28.4

CMYK color model

#F6DAB8 color CMYK value is (0,11,25,4).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 25.20%
  • key color value is 3.53%
CMYK:
(0,11,25,4)
C0M11Y25K4 
(0%,11%,25%,4%)
(0.00/0.11/0.25/0.04)	

CMYK percentages

%0
%11.38
%25.2
%3.53

Codes

Color #F6DAB8 in popluar color models

F6DAB8
RGB246218184
HSL33°77.50%84.31%
HSB/HSV33°25.20%96.47%
CMYK0.00%11.38%25.20%
3.53%

Color #F6DAB8 in popluar number systems.

HEXF6DAB8
Decimal246218184
Binary111101101101101010111000
Octal366332270

Shades and tints

Shades of #F6DAB8

#F6DAB8
(246,218,184)
#E0C7A8
(224,199,168)
#CAB498
(202,180,152)
#B4A188
(180,161,136)
#9E8E78
(158,142,120)
#887B68
(136,123,104)
#726858
(114,104,88)
#5C5548
(92,85,72)
#464238
(70,66,56)
#302F28
(48,47,40)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #F6DAB8

#F6DAB8
(246,218,184)
#F6DDBE
(246,221,190)
#F6E0C4
(246,224,196)
#F6E3CA
(246,227,202)
#F6E6D0
(246,230,208)
#F6E9D6
(246,233,214)
#F6ECDC
(246,236,220)
#F6EFE2
(246,239,226)
#F6F2E8
(246,242,232)
#F6F5EE
(246,245,238)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DAB8; }

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

This text font color is #F6DAB8.


Background Color

.myBgColor { background-color: #F6DAB8; }

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

This div background color is #F6DAB8.


Border color

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

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

This div border color is #F6DAB8.


Opacity

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

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

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

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

This text has shadow with #F6DAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DAB8 on black background.


Color preview on white background

This text has color #F6DAB8 on white background.



Black color preview on #F6DAB8 background

This text has black color on #F6DAB8 background.


White color preview on #F6DAB8 background

This text has white color on #F6DAB8 background.