COLOR #F6DFCA

HEX: #F6DFCA
RGB: (246,223,202)

Color info

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

RGB color model

#F6DFCA color RGB value is (246,223,202).

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

RGB channels and saturation

R 246 of 255 = 96%
G 223 of 255 = 87%
B 202 of 255 = 79%

246
223
202

R + G + B ~ 87%. #F6DFCA is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 223 + 202 = 671 (100%)
R 246 of 671 ~ 36.66%
G 223 of 671 ~ 33.23%
B 202 of 671 ~ 30.1%

%36.66
%33.23
%30.1

CMYK color model

#F6DFCA color CMYK value is (0,9,18,4).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(0,9,18,4)
C0M9Y18K4 
(0%,9%,18%,4%)
(0.00/0.09/0.18/0.04)	

CMYK percentages

%0
%9.35
%17.89
%3.53

Codes

Color #F6DFCA in popluar color models

F6DFCA
RGB246223202
HSL29°70.97%87.84%
HSB/HSV29°17.89%96.47%
CMYK0.00%9.35%17.89%
3.53%

Color #F6DFCA in popluar number systems.

HEXF6DFCA
Decimal246223202
Binary111101101101111111001010
Octal366337312

Shades and tints

Shades of #F6DFCA

#F6DFCA
(246,223,202)
#E0CBB8
(224,203,184)
#CAB7A6
(202,183,166)
#B4A394
(180,163,148)
#9E8F82
(158,143,130)
#887B70
(136,123,112)
#72675E
(114,103,94)
#5C534C
(92,83,76)
#463F3A
(70,63,58)
#302B28
(48,43,40)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #F6DFCA

#F6DFCA
(246,223,202)
#F6E1CE
(246,225,206)
#F6E3D2
(246,227,210)
#F6E5D6
(246,229,214)
#F6E7DA
(246,231,218)
#F6E9DE
(246,233,222)
#F6EBE2
(246,235,226)
#F6EDE6
(246,237,230)
#F6EFEA
(246,239,234)
#F6F1EE
(246,241,238)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DFCA; }

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

This text font color is #F6DFCA.


Background Color

.myBgColor { background-color: #F6DFCA; }

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

This div background color is #F6DFCA.


Border color

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

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

This div border color is #F6DFCA.


Opacity

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

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

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

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

This text has shadow with #F6DFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DFCA on black background.


Color preview on white background

This text has color #F6DFCA on white background.



Black color preview on #F6DFCA background

This text has black color on #F6DFCA background.


White color preview on #F6DFCA background

This text has white color on #F6DFCA background.