COLOR #F6CFDD

HEX: #F6CFDD RGB: (246,207,221)

Color info

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

RGB color model

#F6CFDD color RGB value is (246,207,221).

RGB: (246,207,221) (96%, 81%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 207 of 255 = 81%
B 221 of 255 = 87%

246
207
221

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

Portions of RGB colors in percentages

R + G + B = 246 + 207 + 221 = 674 (100%)
R 246 of 674 ~ 36.5%
G 207 of 674 ~ 30.71%
B 221 of 674 ~ 32.79'%

%36.5
%30.71
%32.79

CMYK color model

#F6CFDD color CMYK value is (0,16,10,4).

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

CMYK: (0,16,10,4)
C0M16Y10K4 (0%, 16%, 10%, 4%)
(0.00 / 0.16 / 0.10 / 0.04)

CMYK percentages

%0
%15.85
%10.16
%3.53

Codes

Color #F6CFDD in popluar color models

F6 CF DD
RGB 246 207 221
HSL 338° 68.42% 88.82%
HSB/HSV 338° 15.85% 96.47%
CMYK 0.00% 15.85% 10.16%
3.53%

Color #F6CFDD in popluar number systems.

HEX F6 CF DD
Decimal 246 207 221
Binary 11110110 11001111 11011101
Octal 366 317 335

Shades and tints

Shades of #F6CFDD

#F6CFDD
(246,207,221)
#E0BDC9
(224,189,201)
#CAABB5
(202,171,181)
#B499A1
(180,153,161)
#9E878D
(158,135,141)
#887579
(136,117,121)
#726365
(114,99,101)
#5C5151
(92,81,81)
#463F3D
(70,63,61)
#302D29
(48,45,41)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #F6CFDD

#F6CFDD
(246,207,221)
#F6D3E0
(246,211,224)
#F6D7E3
(246,215,227)
#F6DBE6
(246,219,230)
#F6DFE9
(246,223,233)
#F6E3EC
(246,227,236)
#F6E7EF
(246,231,239)
#F6EBF2
(246,235,242)
#F6EFF5
(246,239,245)
#F6F3F8
(246,243,248)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CFDD; }

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

This text font color is #F6CFDD.

Background Color

.myBgColor { background-color: #F6CFDD; }

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

This div background color is #F6CFDD.

Border color

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

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

This div border color is #F6CFDD.

Opacity

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

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

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

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

This text has shadow with #F6CFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CFDD.

Preview

Color preview on black background

This text has color #F6CFDD on black background.


Color preview on white background

This text has color #F6CFDD on white background.


Black color preview on #F6CFDD background

This text has black color on #F6CFDD background.


White color preview on #F6CFDD background

This text has white color on #F6CFDD background.


Related colors

Complementary color

Complementary color for #hex is #093022.


I love getcolorcode.com

Triadic colors

1 #DDF6CF and #CFDDF6 with #F6CFDD are triadic colors.

2 #DDCFF6 and #CFF6DD with #F6CFDD are triadic colors.