COLOR #F6B2D9

HEX: #F6B2D9 RGB: (246,178,217)

Color info

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

RGB color model

#F6B2D9 color RGB value is (246,178,217).

RGB: (246,178,217) (96%, 70%, 85%)

RGB channels and saturation

R 246 of 255 = 96%
G 178 of 255 = 70%
B 217 of 255 = 85%

246
178
217

R + G + B ~ 84%. #F6B2D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 178 + 217 = 641 (100%)
R 246 of 641 ~ 38.38%
G 178 of 641 ~ 27.77%
B 217 of 641 ~ 33.85'%

%38.38
%27.77
%33.85

CMYK color model

#F6B2D9 color CMYK value is (0,28,12,4).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 11.79%
  • key color value is 3.53%

CMYK: (0,28,12,4)
C0M28Y12K4 (0%, 28%, 12%, 4%)
(0.00 / 0.28 / 0.12 / 0.04)

CMYK percentages

%0
%27.64
%11.79
%3.53

Codes

Color #F6B2D9 in popluar color models

F6 B2 D9
RGB 246 178 217
HSL 326° 79.07% 83.14%
HSB/HSV 326° 27.64% 96.47%
CMYK 0.00% 27.64% 11.79%
3.53%

Color #F6B2D9 in popluar number systems.

HEX F6 B2 D9
Decimal 246 178 217
Binary 11110110 10110010 11011001
Octal 366 262 331

Shades and tints

Shades of #F6B2D9

#F6B2D9
(246,178,217)
#E0A2C6
(224,162,198)
#CA92B3
(202,146,179)
#B482A0
(180,130,160)
#9E728D
(158,114,141)
#88627A
(136,98,122)
#725267
(114,82,103)
#5C4254
(92,66,84)
#463241
(70,50,65)
#30222E
(48,34,46)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #F6B2D9

#F6B2D9
(246,178,217)
#F6B9DC
(246,185,220)
#F6C0DF
(246,192,223)
#F6C7E2
(246,199,226)
#F6CEE5
(246,206,229)
#F6D5E8
(246,213,232)
#F6DCEB
(246,220,235)
#F6E3EE
(246,227,238)
#F6EAF1
(246,234,241)
#F6F1F4
(246,241,244)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B2D9 color. Also use rgb(246,178,217) instead hex code.

Text Font Color

.myTextColor { color: #F6B2D9; }

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

This text font color is #F6B2D9.

Background Color

.myBgColor { background-color: #F6B2D9; }

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

This div background color is #F6B2D9.

Border color

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

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

This div border color is #F6B2D9.

Opacity

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

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

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

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

This text has shadow with #F6B2D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B2D9.

Preview

Color preview on black background

This text has color #F6B2D9 on black background.


Color preview on white background

This text has color #F6B2D9 on white background.


Black color preview on #F6B2D9 background

This text has black color on #F6B2D9 background.


White color preview on #F6B2D9 background

This text has white color on #F6B2D9 background.


Related colors

Complementary color

Complementary color for #hex is #094D26.


I love getcolorcode.com

Triadic colors

1 #D9F6B2 and #B2D9F6 with #F6B2D9 are triadic colors.

2 #D9B2F6 and #B2F6D9 with #F6B2D9 are triadic colors.