COLOR #F6C7DF

HEX: #F6C7DF RGB: (246,199,223)

Color info

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

RGB color model

#F6C7DF color RGB value is (246,199,223).

RGB: (246,199,223) (96%, 78%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 199 of 255 = 78%
B 223 of 255 = 87%

246
199
223

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

Portions of RGB colors in percentages

R + G + B = 246 + 199 + 223 = 668 (100%)
R 246 of 668 ~ 36.83%
G 199 of 668 ~ 29.79%
B 223 of 668 ~ 33.38'%

%36.83
%29.79
%33.38

CMYK color model

#F6C7DF color CMYK value is (0,19,9,4).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 9.35%
  • key color value is 3.53%
CMYK: (0,19,9,4) C0M19Y9K4 (0%,19%,9%,4%) (0.00/0.19/0.09/0.04) 

CMYK percentages

%0
%19.11
%9.35
%3.53

Codes

Color #F6C7DF in popluar color models

F6 C7 DF
RGB 246 199 223
HSL 329° 72.31% 87.25%
HSB/HSV 329° 19.11% 96.47%
CMYK 0.00% 19.11% 9.35%
3.53%

Color #F6C7DF in popluar number systems.

HEX F6 C7 DF
Decimal 246 199 223
Binary 11110110 11000111 11011111
Octal 366 307 337

Shades and tints

Shades of #F6C7DF

#F6C7DF
(246,199,223)
#E0B5CB
(224,181,203)
#CAA3B7
(202,163,183)
#B491A3
(180,145,163)
#9E7F8F
(158,127,143)
#886D7B
(136,109,123)
#725B67
(114,91,103)
#5C4953
(92,73,83)
#46373F
(70,55,63)
#30252B
(48,37,43)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #F6C7DF

#F6C7DF
(246,199,223)
#F6CCE1
(246,204,225)
#F6D1E3
(246,209,227)
#F6D6E5
(246,214,229)
#F6DBE7
(246,219,231)
#F6E0E9
(246,224,233)
#F6E5EB
(246,229,235)
#F6EAED
(246,234,237)
#F6EFEF
(246,239,239)
#F6F4F1
(246,244,241)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C7DF; }

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

This text font color is #F6C7DF.

Background Color

.myBgColor { background-color: #F6C7DF; }

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

This div background color is #F6C7DF.

Border color

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

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

This div border color is #F6C7DF.

Opacity

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

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

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

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

This text has shadow with #F6C7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C7DF.

Preview

Color preview on black background

This text has color #F6C7DF on black background.


Color preview on white background

This text has color #F6C7DF on white background.


Black color preview on #F6C7DF background

This text has black color on #F6C7DF background.


White color preview on #F6C7DF background

This text has white color on #F6C7DF background.


Related colors

Complementary color

Complementary color for #hex is #093820.


I love getcolorcode.com

Triadic colors

1 #DFF6C7 and #C7DFF6 with #F6C7DF are triadic colors.

2 #DFC7F6 and #C7F6DF with #F6C7DF are triadic colors.