COLOR #F6DFCD

HEX: #F6DFCD
RGB: (246,223,205)

Color info

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

RGB color model

#F6DFCD color RGB value is (246,223,205).

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

RGB channels and saturation

R 246 of 255 = 96%
G 223 of 255 = 87%
B 205 of 255 = 80%

246
223
205

R + G + B ~ 88%. #F6DFCD is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 223 + 205 = 674 (100%)
R 246 of 674 ~ 36.5%
G 223 of 674 ~ 33.09%
B 205 of 674 ~ 30.42%

%36.5
%33.09
%30.42

CMYK color model

#F6DFCD color CMYK value is (0,9,17,4).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK:
(0,9,17,4)
C0M9Y17K4 
(0%,9%,17%,4%)
(0.00/0.09/0.17/0.04)	

CMYK percentages

%0
%9.35
%16.67
%3.53

Codes

Color #F6DFCD in popluar color models

F6DFCD
RGB246223205
HSL26°69.49%88.43%
HSB/HSV26°16.67%96.47%
CMYK0.00%9.35%16.67%
3.53%

Color #F6DFCD in popluar number systems.

HEXF6DFCD
Decimal246223205
Binary111101101101111111001101
Octal366337315

Shades and tints

Shades of #F6DFCD

#F6DFCD
(246,223,205)
#E0CBBB
(224,203,187)
#CAB7A9
(202,183,169)
#B4A397
(180,163,151)
#9E8F85
(158,143,133)
#887B73
(136,123,115)
#726761
(114,103,97)
#5C534F
(92,83,79)
#463F3D
(70,63,61)
#302B2B
(48,43,43)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #F6DFCD

#F6DFCD
(246,223,205)
#F6E1D1
(246,225,209)
#F6E3D5
(246,227,213)
#F6E5D9
(246,229,217)
#F6E7DD
(246,231,221)
#F6E9E1
(246,233,225)
#F6EBE5
(246,235,229)
#F6EDE9
(246,237,233)
#F6EFED
(246,239,237)
#F6F1F1
(246,241,241)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DFCD; }

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

This text font color is #F6DFCD.


Background Color

.myBgColor { background-color: #F6DFCD; }

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

This div background color is #F6DFCD.


Border color

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

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

This div border color is #F6DFCD.


Opacity

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

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

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

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

This text has shadow with #F6DFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DFCD on black background.


Color preview on white background

This text has color #F6DFCD on white background.



Black color preview on #F6DFCD background

This text has black color on #F6DFCD background.


White color preview on #F6DFCD background

This text has white color on #F6DFCD background.