COLOR #F6DFA5

HEX: #F6DFA5 RGB: (246,223,165)

Color info

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

RGB color model

#F6DFA5 color RGB value is (246,223,165).

RGB: (246,223,165) (96%, 87%, 65%)

RGB channels and saturation

R 246 of 255 = 96%
G 223 of 255 = 87%
B 165 of 255 = 65%

246
223
165

R + G + B ~ 83%. #F6DFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 223 + 165 = 634 (100%)
R 246 of 634 ~ 38.8%
G 223 of 634 ~ 35.17%
B 165 of 634 ~ 26.03'%

%38.8
%35.17
%26.03

CMYK color model

#F6DFA5 color CMYK value is (0,9,33,4).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 32.93%
  • key color value is 3.53%

CMYK: (0,9,33,4)
C0M9Y33K4 (0%, 9%, 33%, 4%)
(0.00 / 0.09 / 0.33 / 0.04)

CMYK percentages

%0
%9.35
%32.93
%3.53

Codes

Color #F6DFA5 in popluar color models

F6 DF A5
RGB 246 223 165
HSL 43° 81.82% 80.59%
HSB/HSV 43° 32.93% 96.47%
CMYK 0.00% 9.35% 32.93%
3.53%

Color #F6DFA5 in popluar number systems.

HEX F6 DF A5
Decimal 246 223 165
Binary 11110110 11011111 10100101
Octal 366 337 245

Shades and tints

Shades of #F6DFA5

#F6DFA5
(246,223,165)
#E0CB96
(224,203,150)
#CAB787
(202,183,135)
#B4A378
(180,163,120)
#9E8F69
(158,143,105)
#887B5A
(136,123,90)
#72674B
(114,103,75)
#5C533C
(92,83,60)
#463F2D
(70,63,45)
#302B1E
(48,43,30)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #F6DFA5

#F6DFA5
(246,223,165)
#F6E1AD
(246,225,173)
#F6E3B5
(246,227,181)
#F6E5BD
(246,229,189)
#F6E7C5
(246,231,197)
#F6E9CD
(246,233,205)
#F6EBD5
(246,235,213)
#F6EDDD
(246,237,221)
#F6EFE5
(246,239,229)
#F6F1ED
(246,241,237)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DFA5 color. Also use rgb(246,223,165) instead hex code.

Text Font Color

.myTextColor { color: #F6DFA5; }

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

This text font color is #F6DFA5.

Background Color

.myBgColor { background-color: #F6DFA5; }

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

This div background color is #F6DFA5.

Border color

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

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

This div border color is #F6DFA5.

Opacity

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

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

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

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

This text has shadow with #F6DFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DFA5.

Preview

Color preview on black background

This text has color #F6DFA5 on black background.


Color preview on white background

This text has color #F6DFA5 on white background.


Black color preview on #F6DFA5 background

This text has black color on #F6DFA5 background.


White color preview on #F6DFA5 background

This text has white color on #F6DFA5 background.


Related colors

Complementary color

Complementary color for #hex is #09205A.


I love getcolorcode.com

Triadic colors

1 #A5F6DF and #DFA5F6 with #F6DFA5 are triadic colors.

2 #A5DFF6 and #DFF6A5 with #F6DFA5 are triadic colors.