COLOR #F6B1D3

HEX: #F6B1D3
RGB: (246,177,211)

Color info

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

RGB color model

#F6B1D3 color RGB value is (246,177,211).

  • red value is 246;
  • green value is 177;
  • blue value is 211.
RGB:
(246,177,211)
(96%,69%,83%)

RGB channels and saturation

R 246 of 255 = 96%
G 177 of 255 = 69%
B 211 of 255 = 83%

246
177
211

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

Portions of RGB colors in percentages

R + G + B =
246 + 177 + 211 = 634 (100%)
R 246 of 634 ~ 38.8%
G 177 of 634 ~ 27.92%
B 211 of 634 ~ 33.28%

%38.8
%27.92
%33.28

CMYK color model

#F6B1D3 color CMYK value is (0,28,14,4).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 14.23%
  • key color value is 3.53%
CMYK:
(0,28,14,4)
C0M28Y14K4 
(0%,28%,14%,4%)
(0.00/0.28/0.14/0.04)	

CMYK percentages

%0
%28.05
%14.23
%3.53

Codes

Color #F6B1D3 in popluar color models

F6B1D3
RGB246177211
HSL330°79.31%82.94%
HSB/HSV330°28.05%96.47%
CMYK0.00%28.05%14.23%
3.53%

Color #F6B1D3 in popluar number systems.

HEXF6B1D3
Decimal246177211
Binary111101101011000111010011
Octal366261323

Shades and tints

Shades of #F6B1D3

#F6B1D3
(246,177,211)
#E0A1C0
(224,161,192)
#CA91AD
(202,145,173)
#B4819A
(180,129,154)
#9E7187
(158,113,135)
#886174
(136,97,116)
#725161
(114,81,97)
#5C414E
(92,65,78)
#46313B
(70,49,59)
#302128
(48,33,40)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #F6B1D3

#F6B1D3
(246,177,211)
#F6B8D7
(246,184,215)
#F6BFDB
(246,191,219)
#F6C6DF
(246,198,223)
#F6CDE3
(246,205,227)
#F6D4E7
(246,212,231)
#F6DBEB
(246,219,235)
#F6E2EF
(246,226,239)
#F6E9F3
(246,233,243)
#F6F0F7
(246,240,247)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B1D3; }

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

This text font color is #F6B1D3.


Background Color

.myBgColor { background-color: #F6B1D3; }

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

This div background color is #F6B1D3.


Border color

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

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

This div border color is #F6B1D3.


Opacity

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

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

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

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

This text has shadow with #F6B1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B1D3 on black background.


Color preview on white background

This text has color #F6B1D3 on white background.



Black color preview on #F6B1D3 background

This text has black color on #F6B1D3 background.


White color preview on #F6B1D3 background

This text has white color on #F6B1D3 background.