COLOR #F6DDDC

HEX: #F6DDDC RGB: (246,221,220)

Color info

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

RGB color model

#F6DDDC color RGB value is (246,221,220).

RGB: (246,221,220) (96%, 87%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 221 of 255 = 87%
B 220 of 255 = 86%

246
221
220

R + G + B ~ 90%. #F6DDDC is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 221 + 220 = 687 (100%)
R 246 of 687 ~ 35.81%
G 221 of 687 ~ 32.17%
B 220 of 687 ~ 32.02'%

%35.81
%32.17
%32.02

CMYK color model

#F6DDDC color CMYK value is (0,10,11,4).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 10.57%
  • key color value is 3.53%

CMYK: (0,10,11,4)
C0M10Y11K4 (0%, 10%, 11%, 4%)
(0.00 / 0.10 / 0.11 / 0.04)

CMYK percentages

%0
%10.16
%10.57
%3.53

Codes

Color #F6DDDC in popluar color models

F6 DD DC
RGB 246 221 220
HSL 59.09% 91.37%
HSB/HSV 10.57% 96.47%
CMYK 0.00% 10.16% 10.57%
3.53%

Color #F6DDDC in popluar number systems.

HEX F6 DD DC
Decimal 246 221 220
Binary 11110110 11011101 11011100
Octal 366 335 334

Shades and tints

Shades of #F6DDDC

#F6DDDC
(246,221,220)
#E0C9C8
(224,201,200)
#CAB5B4
(202,181,180)
#B4A1A0
(180,161,160)
#9E8D8C
(158,141,140)
#887978
(136,121,120)
#726564
(114,101,100)
#5C5150
(92,81,80)
#463D3C
(70,61,60)
#302928
(48,41,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #F6DDDC

#F6DDDC
(246,221,220)
#F6E0DF
(246,224,223)
#F6E3E2
(246,227,226)
#F6E6E5
(246,230,229)
#F6E9E8
(246,233,232)
#F6ECEB
(246,236,235)
#F6EFEE
(246,239,238)
#F6F2F1
(246,242,241)
#F6F5F4
(246,245,244)
#F6F8F7
(246,248,247)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DDDC; }

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

This text font color is #F6DDDC.

Background Color

.myBgColor { background-color: #F6DDDC; }

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

This div background color is #F6DDDC.

Border color

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

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

This div border color is #F6DDDC.

Opacity

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

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

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

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

This text has shadow with #F6DDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DDDC.

Preview

Color preview on black background

This text has color #F6DDDC on black background.


Color preview on white background

This text has color #F6DDDC on white background.


Black color preview on #F6DDDC background

This text has black color on #F6DDDC background.


White color preview on #F6DDDC background

This text has white color on #F6DDDC background.


Related colors

Complementary color

Complementary color for #hex is #092223.


I love getcolorcode.com

Triadic colors

1 #DCF6DD and #DDDCF6 with #F6DDDC are triadic colors.

2 #DCDDF6 and #DDF6DC with #F6DDDC are triadic colors.