COLOR #F6B6CF

HEX: #F6B6CF RGB: (246,182,207)

Color info

#F6B6CF contains mainly red and blue colors. Web safe color of #F6B6CF is #FFCCCC (or #FCC).

RGB color model

#F6B6CF color RGB value is (246,182,207).

RGB: (246,182,207) (96%, 71%, 81%)

RGB channels and saturation

R 246 of 255 = 96%
G 182 of 255 = 71%
B 207 of 255 = 81%

246
182
207

R + G + B ~ 83%. #F6B6CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 182 + 207 = 635 (100%)
R 246 of 635 ~ 38.74%
G 182 of 635 ~ 28.66%
B 207 of 635 ~ 32.6'%

%38.74
%28.66
%32.6

CMYK color model

#F6B6CF color CMYK value is (0,26,16,4).

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

CMYK: (0,26,16,4)
C0M26Y16K4 (0%, 26%, 16%, 4%)
(0.00 / 0.26 / 0.16 / 0.04)

CMYK percentages

%0
%26.02
%15.85
%3.53

Codes

Color #F6B6CF in popluar color models

F6 B6 CF
RGB 246 182 207
HSL 337° 78.05% 83.92%
HSB/HSV 337° 26.02% 96.47%
CMYK 0.00% 26.02% 15.85%
3.53%

Color #F6B6CF in popluar number systems.

HEX F6 B6 CF
Decimal 246 182 207
Binary 11110110 10110110 11001111
Octal 366 266 317

Shades and tints

Shades of #F6B6CF

#F6B6CF
(246,182,207)
#E0A6BD
(224,166,189)
#CA96AB
(202,150,171)
#B48699
(180,134,153)
#9E7687
(158,118,135)
#886675
(136,102,117)
#725663
(114,86,99)
#5C4651
(92,70,81)
#46363F
(70,54,63)
#30262D
(48,38,45)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #F6B6CF

#F6B6CF
(246,182,207)
#F6BCD3
(246,188,211)
#F6C2D7
(246,194,215)
#F6C8DB
(246,200,219)
#F6CEDF
(246,206,223)
#F6D4E3
(246,212,227)
#F6DAE7
(246,218,231)
#F6E0EB
(246,224,235)
#F6E6EF
(246,230,239)
#F6ECF3
(246,236,243)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B6CF; }

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

This text font color is #F6B6CF.

Background Color

.myBgColor { background-color: #F6B6CF; }

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

This div background color is #F6B6CF.

Border color

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

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

This div border color is #F6B6CF.

Opacity

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

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

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

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

This text has shadow with #F6B6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B6CF.

Preview

Color preview on black background

This text has color #F6B6CF on black background.


Color preview on white background

This text has color #F6B6CF on white background.


Black color preview on #F6B6CF background

This text has black color on #F6B6CF background.


White color preview on #F6B6CF background

This text has white color on #F6B6CF background.


Related colors

Complementary color

Complementary color for #hex is #094930.


I love getcolorcode.com

Triadic colors

1 #CFF6B6 and #B6CFF6 with #F6B6CF are triadic colors.

2 #CFB6F6 and #B6F6CF with #F6B6CF are triadic colors.