COLOR #F6CFD6

HEX: #F6CFD6 RGB: (246,207,214)

Color info

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

RGB color model

#F6CFD6 color RGB value is (246,207,214).

RGB: (246,207,214) (96%, 81%, 84%)

RGB channels and saturation

R 246 of 255 = 96%
G 207 of 255 = 81%
B 214 of 255 = 84%

246
207
214

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

Portions of RGB colors in percentages

R + G + B = 246 + 207 + 214 = 667 (100%)
R 246 of 667 ~ 36.88%
G 207 of 667 ~ 31.03%
B 214 of 667 ~ 32.08'%

%36.88
%31.03
%32.08

CMYK color model

#F6CFD6 color CMYK value is (0,16,13,4).

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

CMYK: (0,16,13,4)
C0M16Y13K4 (0%, 16%, 13%, 4%)
(0.00 / 0.16 / 0.13 / 0.04)

CMYK percentages

%0
%15.85
%13.01
%3.53

Codes

Color #F6CFD6 in popluar color models

F6 CF D6
RGB 246 207 214
HSL 349° 68.42% 88.82%
HSB/HSV 349° 15.85% 96.47%
CMYK 0.00% 15.85% 13.01%
3.53%

Color #F6CFD6 in popluar number systems.

HEX F6 CF D6
Decimal 246 207 214
Binary 11110110 11001111 11010110
Octal 366 317 326

Shades and tints

Shades of #F6CFD6

#F6CFD6
(246,207,214)
#E0BDC3
(224,189,195)
#CAABB0
(202,171,176)
#B4999D
(180,153,157)
#9E878A
(158,135,138)
#887577
(136,117,119)
#726364
(114,99,100)
#5C5151
(92,81,81)
#463F3E
(70,63,62)
#302D2B
(48,45,43)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #F6CFD6

#F6CFD6
(246,207,214)
#F6D3D9
(246,211,217)
#F6D7DC
(246,215,220)
#F6DBDF
(246,219,223)
#F6DFE2
(246,223,226)
#F6E3E5
(246,227,229)
#F6E7E8
(246,231,232)
#F6EBEB
(246,235,235)
#F6EFEE
(246,239,238)
#F6F3F1
(246,243,241)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CFD6; }

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

This text font color is #F6CFD6.

Background Color

.myBgColor { background-color: #F6CFD6; }

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

This div background color is #F6CFD6.

Border color

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

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

This div border color is #F6CFD6.

Opacity

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

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

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

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

This text has shadow with #F6CFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CFD6.

Preview

Color preview on black background

This text has color #F6CFD6 on black background.


Color preview on white background

This text has color #F6CFD6 on white background.


Black color preview on #F6CFD6 background

This text has black color on #F6CFD6 background.


White color preview on #F6CFD6 background

This text has white color on #F6CFD6 background.


Related colors

Complementary color

Complementary color for #hex is #093029.


I love getcolorcode.com

Triadic colors

1 #D6F6CF and #CFD6F6 with #F6CFD6 are triadic colors.

2 #D6CFF6 and #CFF6D6 with #F6CFD6 are triadic colors.