COLOR #F6B9D3

HEX: #F6B9D3 RGB: (246,185,211)

Color info

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

RGB color model

#F6B9D3 color RGB value is (246,185,211).

RGB: (246,185,211) (96%, 73%, 83%)

RGB channels and saturation

R 246 of 255 = 96%
G 185 of 255 = 73%
B 211 of 255 = 83%

246
185
211

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

Portions of RGB colors in percentages

R + G + B = 246 + 185 + 211 = 642 (100%)
R 246 of 642 ~ 38.32%
G 185 of 642 ~ 28.82%
B 211 of 642 ~ 32.87'%

%38.32
%28.82
%32.87

CMYK color model

#F6B9D3 color CMYK value is (0,25,14,4).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 14.23%
  • key color value is 3.53%

CMYK: (0,25,14,4)
C0M25Y14K4 (0%, 25%, 14%, 4%)
(0.00 / 0.25 / 0.14 / 0.04)

CMYK percentages

%0
%24.8
%14.23
%3.53

Codes

Color #F6B9D3 in popluar color models

F6 B9 D3
RGB 246 185 211
HSL 334° 77.22% 84.51%
HSB/HSV 334° 24.80% 96.47%
CMYK 0.00% 24.80% 14.23%
3.53%

Color #F6B9D3 in popluar number systems.

HEX F6 B9 D3
Decimal 246 185 211
Binary 11110110 10111001 11010011
Octal 366 271 323

Shades and tints

Shades of #F6B9D3

#F6B9D3
(246,185,211)
#E0A9C0
(224,169,192)
#CA99AD
(202,153,173)
#B4899A
(180,137,154)
#9E7987
(158,121,135)
#886974
(136,105,116)
#725961
(114,89,97)
#5C494E
(92,73,78)
#46393B
(70,57,59)
#302928
(48,41,40)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #F6B9D3

#F6B9D3
(246,185,211)
#F6BFD7
(246,191,215)
#F6C5DB
(246,197,219)
#F6CBDF
(246,203,223)
#F6D1E3
(246,209,227)
#F6D7E7
(246,215,231)
#F6DDEB
(246,221,235)
#F6E3EF
(246,227,239)
#F6E9F3
(246,233,243)
#F6EFF7
(246,239,247)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B9D3 color. Also use rgb(246,185,211) instead hex code.

Text Font Color

.myTextColor { color: #F6B9D3; }

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

This text font color is #F6B9D3.

Background Color

.myBgColor { background-color: #F6B9D3; }

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

This div background color is #F6B9D3.

Border color

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

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

This div border color is #F6B9D3.

Opacity

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

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

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

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

This text has shadow with #F6B9D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B9D3.

Preview

Color preview on black background

This text has color #F6B9D3 on black background.


Color preview on white background

This text has color #F6B9D3 on white background.


Black color preview on #F6B9D3 background

This text has black color on #F6B9D3 background.


White color preview on #F6B9D3 background

This text has white color on #F6B9D3 background.


Related colors

Complementary color

Complementary color for #hex is #09462C.


I love getcolorcode.com

Triadic colors

1 #D3F6B9 and #B9D3F6 with #F6B9D3 are triadic colors.

2 #D3B9F6 and #B9F6D3 with #F6B9D3 are triadic colors.