COLOR #F6B0D1

HEX: #F6B0D1 RGB: (246,176,209)

Color info

#F6B0D1 contains mainly red and blue colors. Web safe color of #F6B0D1 is #FF99CC (or #F9C).

RGB color model

#F6B0D1 color RGB value is (246,176,209).

RGB: (246,176,209) (96%, 69%, 82%)

RGB channels and saturation

R 246 of 255 = 96%
G 176 of 255 = 69%
B 209 of 255 = 82%

246
176
209

R + G + B ~ 82%. #F6B0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 176 + 209 = 631 (100%)
R 246 of 631 ~ 38.99%
G 176 of 631 ~ 27.89%
B 209 of 631 ~ 33.12'%

%38.99
%27.89
%33.12

CMYK color model

#F6B0D1 color CMYK value is (0,28,15,4).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 15.04%
  • key color value is 3.53%

CMYK: (0,28,15,4)
C0M28Y15K4 (0%, 28%, 15%, 4%)
(0.00 / 0.28 / 0.15 / 0.04)

CMYK percentages

%0
%28.46
%15.04
%3.53

Codes

Color #F6B0D1 in popluar color models

F6 B0 D1
RGB 246 176 209
HSL 332° 79.55% 82.75%
HSB/HSV 332° 28.46% 96.47%
CMYK 0.00% 28.46% 15.04%
3.53%

Color #F6B0D1 in popluar number systems.

HEX F6 B0 D1
Decimal 246 176 209
Binary 11110110 10110000 11010001
Octal 366 260 321

Shades and tints

Shades of #F6B0D1

#F6B0D1
(246,176,209)
#E0A0BE
(224,160,190)
#CA90AB
(202,144,171)
#B48098
(180,128,152)
#9E7085
(158,112,133)
#886072
(136,96,114)
#72505F
(114,80,95)
#5C404C
(92,64,76)
#463039
(70,48,57)
#302026
(48,32,38)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #F6B0D1

#F6B0D1
(246,176,209)
#F6B7D5
(246,183,213)
#F6BED9
(246,190,217)
#F6C5DD
(246,197,221)
#F6CCE1
(246,204,225)
#F6D3E5
(246,211,229)
#F6DAE9
(246,218,233)
#F6E1ED
(246,225,237)
#F6E8F1
(246,232,241)
#F6EFF5
(246,239,245)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B0D1 color. Also use rgb(246,176,209) instead hex code.

Text Font Color

.myTextColor { color: #F6B0D1; }

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

This text font color is #F6B0D1.

Background Color

.myBgColor { background-color: #F6B0D1; }

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

This div background color is #F6B0D1.

Border color

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

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

This div border color is #F6B0D1.

Opacity

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

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

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

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

This text has shadow with #F6B0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B0D1.

Preview

Color preview on black background

This text has color #F6B0D1 on black background.


Color preview on white background

This text has color #F6B0D1 on white background.


Black color preview on #F6B0D1 background

This text has black color on #F6B0D1 background.


White color preview on #F6B0D1 background

This text has white color on #F6B0D1 background.


Related colors

Complementary color

Complementary color for #hex is #094F2E.


I love getcolorcode.com

Triadic colors

1 #D1F6B0 and #B0D1F6 with #F6B0D1 are triadic colors.

2 #D1B0F6 and #B0F6D1 with #F6B0D1 are triadic colors.