COLOR #F6DAB2

HEX: #F6DAB2 RGB: (246,218,178)

Color info

#F6DAB2 contains mainly red and green colors. Web safe color of #F6DAB2 is #FFCC99 (or #FC9).

RGB color model

#F6DAB2 color RGB value is (246,218,178).

RGB: (246,218,178) (96%, 85%, 70%)

RGB channels and saturation

R 246 of 255 = 96%
G 218 of 255 = 85%
B 178 of 255 = 70%

246
218
178

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

Portions of RGB colors in percentages

R + G + B = 246 + 218 + 178 = 642 (100%)
R 246 of 642 ~ 38.32%
G 218 of 642 ~ 33.96%
B 178 of 642 ~ 27.73'%

%38.32
%33.96
%27.73

CMYK color model

#F6DAB2 color CMYK value is (0,11,28,4).

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

CMYK: (0,11,28,4)
C0M11Y28K4 (0%, 11%, 28%, 4%)
(0.00 / 0.11 / 0.28 / 0.04)

CMYK percentages

%0
%11.38
%27.64
%3.53

Codes

Color #F6DAB2 in popluar color models

F6 DA B2
RGB 246 218 178
HSL 35° 79.07% 83.14%
HSB/HSV 35° 27.64% 96.47%
CMYK 0.00% 11.38% 27.64%
3.53%

Color #F6DAB2 in popluar number systems.

HEX F6 DA B2
Decimal 246 218 178
Binary 11110110 11011010 10110010
Octal 366 332 262

Shades and tints

Shades of #F6DAB2

#F6DAB2
(246,218,178)
#E0C7A2
(224,199,162)
#CAB492
(202,180,146)
#B4A182
(180,161,130)
#9E8E72
(158,142,114)
#887B62
(136,123,98)
#726852
(114,104,82)
#5C5542
(92,85,66)
#464232
(70,66,50)
#302F22
(48,47,34)
#1A1C12
(26,28,18)
#000000
(0,0,0)

Tints of #F6DAB2

#F6DAB2
(246,218,178)
#F6DDB9
(246,221,185)
#F6E0C0
(246,224,192)
#F6E3C7
(246,227,199)
#F6E6CE
(246,230,206)
#F6E9D5
(246,233,213)
#F6ECDC
(246,236,220)
#F6EFE3
(246,239,227)
#F6F2EA
(246,242,234)
#F6F5F1
(246,245,241)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DAB2; }

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

This text font color is #F6DAB2.

Background Color

.myBgColor { background-color: #F6DAB2; }

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

This div background color is #F6DAB2.

Border color

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

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

This div border color is #F6DAB2.

Opacity

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

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

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

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

This text has shadow with #F6DAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DAB2.

Preview

Color preview on black background

This text has color #F6DAB2 on black background.


Color preview on white background

This text has color #F6DAB2 on white background.


Black color preview on #F6DAB2 background

This text has black color on #F6DAB2 background.


White color preview on #F6DAB2 background

This text has white color on #F6DAB2 background.


Related colors

Complementary color

Complementary color for #hex is #09254D.


I love getcolorcode.com

Triadic colors

1 #B2F6DA and #DAB2F6 with #F6DAB2 are triadic colors.

2 #B2DAF6 and #DAF6B2 with #F6DAB2 are triadic colors.