COLOR #F6DDCA

HEX: #F6DDCA RGB: (246,221,202)

Color info

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

RGB color model

#F6DDCA color RGB value is (246,221,202).

RGB: (246,221,202) (96%, 87%, 79%)

RGB channels and saturation

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

246
221
202

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

Portions of RGB colors in percentages

R + G + B = 246 + 221 + 202 = 669 (100%)
R 246 of 669 ~ 36.77%
G 221 of 669 ~ 33.03%
B 202 of 669 ~ 30.19'%

%36.77
%33.03
%30.19

CMYK color model

#F6DDCA color CMYK value is (0,10,18,4).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK: (0,10,18,4) C0M10Y18K4 (0%,10%,18%,4%) (0.00/0.10/0.18/0.04) 

CMYK percentages

%0
%10.16
%17.89
%3.53

Codes

Color #F6DDCA in popluar color models

F6 DD CA
RGB 246 221 202
HSL 26° 70.97% 87.84%
HSB/HSV 26° 17.89% 96.47%
CMYK 0.00% 10.16% 17.89%
3.53%

Color #F6DDCA in popluar number systems.

HEX F6 DD CA
Decimal 246 221 202
Binary 11110110 11011101 11001010
Octal 366 335 312

Shades and tints

Shades of #F6DDCA

#F6DDCA
(246,221,202)
#E0C9B8
(224,201,184)
#CAB5A6
(202,181,166)
#B4A194
(180,161,148)
#9E8D82
(158,141,130)
#887970
(136,121,112)
#72655E
(114,101,94)
#5C514C
(92,81,76)
#463D3A
(70,61,58)
#302928
(48,41,40)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #F6DDCA

#F6DDCA
(246,221,202)
#F6E0CE
(246,224,206)
#F6E3D2
(246,227,210)
#F6E6D6
(246,230,214)
#F6E9DA
(246,233,218)
#F6ECDE
(246,236,222)
#F6EFE2
(246,239,226)
#F6F2E6
(246,242,230)
#F6F5EA
(246,245,234)
#F6F8EE
(246,248,238)
#F6FBF2
(246,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DDCA; }

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

This text font color is #F6DDCA.

Background Color

.myBgColor { background-color: #F6DDCA; }

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

This div background color is #F6DDCA.

Border color

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

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

This div border color is #F6DDCA.

Opacity

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

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

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

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

This text has shadow with #F6DDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DDCA.

Preview

Color preview on black background

This text has color #F6DDCA on black background.


Color preview on white background

This text has color #F6DDCA on white background.


Black color preview on #F6DDCA background

This text has black color on #F6DDCA background.


White color preview on #F6DDCA background

This text has white color on #F6DDCA background.


Related colors

Complementary color

Complementary color for #hex is #092235.


I love getcolorcode.com

Triadic colors

1 #CAF6DD and #DDCAF6 with #F6DDCA are triadic colors.

2 #CADDF6 and #DDF6CA with #F6DDCA are triadic colors.