COLOR #F6DFB5

HEX: #F6DFB5
RGB: (246,223,181)

Color info

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

RGB color model

#F6DFB5 color RGB value is (246,223,181).

  • red value is 246;
  • green value is 223;
  • blue value is 181.
RGB:
(246,223,181)
(96%,87%,71%)

RGB channels and saturation

R 246 of 255 = 96%
G 223 of 255 = 87%
B 181 of 255 = 71%

246
223
181

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

Portions of RGB colors in percentages

R + G + B =
246 + 223 + 181 = 650 (100%)
R 246 of 650 ~ 37.85%
G 223 of 650 ~ 34.31%
B 181 of 650 ~ 27.85%

%37.85
%34.31
%27.85

CMYK color model

#F6DFB5 color CMYK value is (0,9,26,4).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 26.42%
  • key color value is 3.53%
CMYK:
(0,9,26,4)
C0M9Y26K4 
(0%,9%,26%,4%)
(0.00/0.09/0.26/0.04)	

CMYK percentages

%0
%9.35
%26.42
%3.53

Codes

Color #F6DFB5 in popluar color models

F6DFB5
RGB246223181
HSL39°78.31%83.73%
HSB/HSV39°26.42%96.47%
CMYK0.00%9.35%26.42%
3.53%

Color #F6DFB5 in popluar number systems.

HEXF6DFB5
Decimal246223181
Binary111101101101111110110101
Octal366337265

Shades and tints

Shades of #F6DFB5

#F6DFB5
(246,223,181)
#E0CBA5
(224,203,165)
#CAB795
(202,183,149)
#B4A385
(180,163,133)
#9E8F75
(158,143,117)
#887B65
(136,123,101)
#726755
(114,103,85)
#5C5345
(92,83,69)
#463F35
(70,63,53)
#302B25
(48,43,37)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #F6DFB5

#F6DFB5
(246,223,181)
#F6E1BB
(246,225,187)
#F6E3C1
(246,227,193)
#F6E5C7
(246,229,199)
#F6E7CD
(246,231,205)
#F6E9D3
(246,233,211)
#F6EBD9
(246,235,217)
#F6EDDF
(246,237,223)
#F6EFE5
(246,239,229)
#F6F1EB
(246,241,235)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DFB5; }

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

This text font color is #F6DFB5.


Background Color

.myBgColor { background-color: #F6DFB5; }

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

This div background color is #F6DFB5.


Border color

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

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

This div border color is #F6DFB5.


Opacity

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

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

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

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

This text has shadow with #F6DFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DFB5 on black background.


Color preview on white background

This text has color #F6DFB5 on white background.



Black color preview on #F6DFB5 background

This text has black color on #F6DFB5 background.


White color preview on #F6DFB5 background

This text has white color on #F6DFB5 background.