COLOR #F6DFC0

HEX: #F6DFC0 RGB: (246,223,192)

Color info

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

RGB color model

#F6DFC0 color RGB value is (246,223,192).

RGB: (246,223,192) (96%, 87%, 75%)

RGB channels and saturation

R 246 of 255 = 96%
G 223 of 255 = 87%
B 192 of 255 = 75%

246
223
192

R + G + B ~ 86%. #F6DFC0 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 223 + 192 = 661 (100%)
R 246 of 661 ~ 37.22%
G 223 of 661 ~ 33.74%
B 192 of 661 ~ 29.05'%

%37.22
%33.74
%29.05

CMYK color model

#F6DFC0 color CMYK value is (0,9,22,4).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 21.95%
  • key color value is 3.53%
CMYK: (0,9,22,4) C0M9Y22K4 (0%,9%,22%,4%) (0.00/0.09/0.22/0.04) 

CMYK percentages

%0
%9.35
%21.95
%3.53

Codes

Color #F6DFC0 in popluar color models

F6 DF C0
RGB 246 223 192
HSL 34° 75.00% 85.88%
HSB/HSV 34° 21.95% 96.47%
CMYK 0.00% 9.35% 21.95%
3.53%

Color #F6DFC0 in popluar number systems.

HEX F6 DF C0
Decimal 246 223 192
Binary 11110110 11011111 11000000
Octal 366 337 300

Shades and tints

Shades of #F6DFC0

#F6DFC0
(246,223,192)
#E0CBAF
(224,203,175)
#CAB79E
(202,183,158)
#B4A38D
(180,163,141)
#9E8F7C
(158,143,124)
#887B6B
(136,123,107)
#72675A
(114,103,90)
#5C5349
(92,83,73)
#463F38
(70,63,56)
#302B27
(48,43,39)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #F6DFC0

#F6DFC0
(246,223,192)
#F6E1C5
(246,225,197)
#F6E3CA
(246,227,202)
#F6E5CF
(246,229,207)
#F6E7D4
(246,231,212)
#F6E9D9
(246,233,217)
#F6EBDE
(246,235,222)
#F6EDE3
(246,237,227)
#F6EFE8
(246,239,232)
#F6F1ED
(246,241,237)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DFC0; }

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

This text font color is #F6DFC0.

Background Color

.myBgColor { background-color: #F6DFC0; }

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

This div background color is #F6DFC0.

Border color

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

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

This div border color is #F6DFC0.

Opacity

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

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

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

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

This text has shadow with #F6DFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DFC0.

Preview

Color preview on black background

This text has color #F6DFC0 on black background.


Color preview on white background

This text has color #F6DFC0 on white background.


Black color preview on #F6DFC0 background

This text has black color on #F6DFC0 background.


White color preview on #F6DFC0 background

This text has white color on #F6DFC0 background.


Related colors

Complementary color

Complementary color for #hex is #09203F.


I love getcolorcode.com

Triadic colors

1 #C0F6DF and #DFC0F6 with #F6DFC0 are triadic colors.

2 #C0DFF6 and #DFF6C0 with #F6DFC0 are triadic colors.