COLOR #F1B6DB

HEX: #F1B6DB
RGB: (241,182,219)

Color info

#F1B6DB contains red, green and blue colors in about the same proportion. Web safe color of #F1B6DB is #FFCCCC (or #FCC).

RGB color model

#F1B6DB color RGB value is (241,182,219).

  • red value is 241;
  • green value is 182;
  • blue value is 219.
RGB: (241,182,219) (95%,71%,86%)

RGB channels and saturation

R 241 of 255 = 95%
G 182 of 255 = 71%
B 219 of 255 = 86%

241
182
219

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

Portions of RGB colors in percentages

R + G + B =
241 + 182 + 219 = 642 (100%)
R 241 of 642 ~ 37.54%
G 182 of 642 ~ 28.35%
B 219 of 642 ~ 34.11%

%37.54
%28.35
%34.11

CMYK color model

#F1B6DB color CMYK value is (0,24,9,5).

  • cyan value is 0.00%
  • magenta value is 24.48%
  • yellow value is 9.13%
  • key color value is 5.49%
CMYK: (0,24,9,5) C0M24Y9K5 (0%,24%,9%,5%) (0.00/0.24/0.09/0.05)

CMYK percentages

%0
%24.48
%9.13
%5.49

Codes

Color #F1B6DB in popluar color models

F1B6DB
RGB241182219
HSL322°67.82%82.94%
HSB/HSV322°24.48%94.51%
CMYK0.00%24.48%9.13%
5.49%

Color #F1B6DB in popluar number systems.

HEXF1B6DB
Decimal241182219
Binary111100011011011011011011
Octal361266333

Shades and tints

Shades of #F1B6DB

#F1B6DB
(241,182,219)
#DCA6C8
(220,166,200)
#C796B5
(199,150,181)
#B286A2
(178,134,162)
#9D768F
(157,118,143)
#88667C
(136,102,124)
#735669
(115,86,105)
#5E4656
(94,70,86)
#493643
(73,54,67)
#342630
(52,38,48)
#1F161D
(31,22,29)
#000000
(0,0,0)

Tints of #F1B6DB

#F1B6DB
(241,182,219)
#F2BCDE
(242,188,222)
#F3C2E1
(243,194,225)
#F4C8E4
(244,200,228)
#F5CEE7
(245,206,231)
#F6D4EA
(246,212,234)
#F7DAED
(247,218,237)
#F8E0F0
(248,224,240)
#F9E6F3
(249,230,243)
#FAECF6
(250,236,246)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B6DB color. Also use rgb(241,182,219) instead hex code.

Text Font Color

.myTextColor { color: #F1B6DB; }

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

This text font color is #F1B6DB.


Background Color

.myBgColor { background-color: #F1B6DB; }

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

This div background color is #F1B6DB.


Border color

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

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

This div border color is #F1B6DB.


Opacity

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

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

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

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

This text has shadow with #F1B6DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F1B6DB on black background.


Color preview on white background

This text has color #F1B6DB on white background.



Black color preview on #F1B6DB background

This text has black color on #F1B6DB background.


White color preview on #F1B6DB background

This text has white color on #F1B6DB background.