COLOR #F1B1DB

HEX: #F1B1DB RGB: (241,177,219)

Color info

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

RGB color model

#F1B1DB color RGB value is (241,177,219).

RGB: (241,177,219) (95%, 69%, 86%)

RGB channels and saturation

R 241 of 255 = 95%
G 177 of 255 = 69%
B 219 of 255 = 86%

241
177
219

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

Portions of RGB colors in percentages

R + G + B = 241 + 177 + 219 = 637 (100%)
R 241 of 637 ~ 37.83%
G 177 of 637 ~ 27.79%
B 219 of 637 ~ 34.38'%

%37.83
%27.79
%34.38

CMYK color model

#F1B1DB color CMYK value is (0,27,9,5).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 9.13%
  • key color value is 5.49%

CMYK: (0,27,9,5)
C0M27Y9K5 (0%, 27%, 9%, 5%)
(0.00 / 0.27 / 0.09 / 0.05)

CMYK percentages

%0
%26.56
%9.13
%5.49

Codes

Color #F1B1DB in popluar color models

F1 B1 DB
RGB 241 177 219
HSL 321° 69.57% 81.96%
HSB/HSV 321° 26.56% 94.51%
CMYK 0.00% 26.56% 9.13%
5.49%

Color #F1B1DB in popluar number systems.

HEX F1 B1 DB
Decimal 241 177 219
Binary 11110001 10110001 11011011
Octal 361 261 333

Shades and tints

Shades of #F1B1DB

#F1B1DB
(241,177,219)
#DCA1C8
(220,161,200)
#C791B5
(199,145,181)
#B281A2
(178,129,162)
#9D718F
(157,113,143)
#88617C
(136,97,124)
#735169
(115,81,105)
#5E4156
(94,65,86)
#493143
(73,49,67)
#342130
(52,33,48)
#1F111D
(31,17,29)
#000000
(0,0,0)

Tints of #F1B1DB

#F1B1DB
(241,177,219)
#F2B8DE
(242,184,222)
#F3BFE1
(243,191,225)
#F4C6E4
(244,198,228)
#F5CDE7
(245,205,231)
#F6D4EA
(246,212,234)
#F7DBED
(247,219,237)
#F8E2F0
(248,226,240)
#F9E9F3
(249,233,243)
#FAF0F6
(250,240,246)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B1DB; }

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

This text font color is #F1B1DB.

Background Color

.myBgColor { background-color: #F1B1DB; }

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

This div background color is #F1B1DB.

Border color

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

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

This div border color is #F1B1DB.

Opacity

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

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

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

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

This text has shadow with #F1B1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1B1DB.

Preview

Color preview on black background

This text has color #F1B1DB on black background.


Color preview on white background

This text has color #F1B1DB on white background.


Black color preview on #F1B1DB background

This text has black color on #F1B1DB background.


White color preview on #F1B1DB background

This text has white color on #F1B1DB background.


Related colors

Complementary color

Complementary color for #hex is #0E4E24.


I love getcolorcode.com

Triadic colors

1 #DBF1B1 and #B1DBF1 with #F1B1DB are triadic colors.

2 #DBB1F1 and #B1F1DB with #F1B1DB are triadic colors.