COLOR #F6DABB

HEX: #F6DABB RGB: (246,218,187)

Color info

#F6DABB contains red, green and blue colors in about the same proportion. Web safe color of #F6DABB is #FFCCCC (or #FCC).

RGB color model

#F6DABB color RGB value is (246,218,187).

RGB: (246,218,187) (96%, 85%, 73%)

RGB channels and saturation

R 246 of 255 = 96%
G 218 of 255 = 85%
B 187 of 255 = 73%

246
218
187

R + G + B ~ 85%. #F6DABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 218 + 187 = 651 (100%)
R 246 of 651 ~ 37.79%
G 218 of 651 ~ 33.49%
B 187 of 651 ~ 28.73'%

%37.79
%33.49
%28.73

CMYK color model

#F6DABB color CMYK value is (0,11,24,4).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 23.98%
  • key color value is 3.53%

CMYK: (0,11,24,4)
C0M11Y24K4 (0%, 11%, 24%, 4%)
(0.00 / 0.11 / 0.24 / 0.04)

CMYK percentages

%0
%11.38
%23.98
%3.53

Codes

Color #F6DABB in popluar color models

F6 DA BB
RGB 246 218 187
HSL 32° 76.62% 84.90%
HSB/HSV 32° 23.98% 96.47%
CMYK 0.00% 11.38% 23.98%
3.53%

Color #F6DABB in popluar number systems.

HEX F6 DA BB
Decimal 246 218 187
Binary 11110110 11011010 10111011
Octal 366 332 273

Shades and tints

Shades of #F6DABB

#F6DABB
(246,218,187)
#E0C7AA
(224,199,170)
#CAB499
(202,180,153)
#B4A188
(180,161,136)
#9E8E77
(158,142,119)
#887B66
(136,123,102)
#726855
(114,104,85)
#5C5544
(92,85,68)
#464233
(70,66,51)
#302F22
(48,47,34)
#1A1C11
(26,28,17)
#000000
(0,0,0)

Tints of #F6DABB

#F6DABB
(246,218,187)
#F6DDC1
(246,221,193)
#F6E0C7
(246,224,199)
#F6E3CD
(246,227,205)
#F6E6D3
(246,230,211)
#F6E9D9
(246,233,217)
#F6ECDF
(246,236,223)
#F6EFE5
(246,239,229)
#F6F2EB
(246,242,235)
#F6F5F1
(246,245,241)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DABB; }

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

This text font color is #F6DABB.

Background Color

.myBgColor { background-color: #F6DABB; }

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

This div background color is #F6DABB.

Border color

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

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

This div border color is #F6DABB.

Opacity

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

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

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

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

This text has shadow with #F6DABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DABB.

Preview

Color preview on black background

This text has color #F6DABB on black background.


Color preview on white background

This text has color #F6DABB on white background.


Black color preview on #F6DABB background

This text has black color on #F6DABB background.


White color preview on #F6DABB background

This text has white color on #F6DABB background.


Related colors

Complementary color

Complementary color for #hex is #092544.


I love getcolorcode.com

Triadic colors

1 #BBF6DA and #DABBF6 with #F6DABB are triadic colors.

2 #BBDAF6 and #DAF6BB with #F6DABB are triadic colors.