COLOR #F1B0DB

HEX: #F1B0DB
RGB: (241,176,219)

Color info

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

RGB color model

#F1B0DB color RGB value is (241,176,219).

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

RGB channels and saturation

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

241
176
219

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

Portions of RGB colors in percentages

R + G + B =
241 + 176 + 219 = 636 (100%)
R 241 of 636 ~ 37.89%
G 176 of 636 ~ 27.67%
B 219 of 636 ~ 34.43%

%37.89
%27.67
%34.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.97%
  • 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.97
%9.13
%5.49

Codes

Color #F1B0DB in popluar color models

F1B0DB
RGB241176219
HSL320°69.89%81.76%
HSB/HSV320°26.97%94.51%
CMYK0.00%26.97%9.13%
5.49%

Color #F1B0DB in popluar number systems.

HEXF1B0DB
Decimal241176219
Binary111100011011000011011011
Octal361260333

Shades and tints

Shades of #F1B0DB

#F1B0DB
(241,176,219)
#DCA0C8
(220,160,200)
#C790B5
(199,144,181)
#B280A2
(178,128,162)
#9D708F
(157,112,143)
#88607C
(136,96,124)
#735069
(115,80,105)
#5E4056
(94,64,86)
#493043
(73,48,67)
#342030
(52,32,48)
#1F101D
(31,16,29)
#000000
(0,0,0)

Tints of #F1B0DB

#F1B0DB
(241,176,219)
#F2B7DE
(242,183,222)
#F3BEE1
(243,190,225)
#F4C5E4
(244,197,228)
#F5CCE7
(245,204,231)
#F6D3EA
(246,211,234)
#F7DAED
(247,218,237)
#F8E1F0
(248,225,240)
#F9E8F3
(249,232,243)
#FAEFF6
(250,239,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B0DB; }

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

This text font color is #F1B0DB.


Background Color

.myBgColor { background-color: #F1B0DB; }

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

This div background color is #F1B0DB.


Border color

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

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

This div border color is #F1B0DB.


Opacity

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

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

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

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

This text has shadow with #F1B0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B0DB on black background.


Color preview on white background

This text has color #F1B0DB on white background.



Black color preview on #F1B0DB background

This text has black color on #F1B0DB background.


White color preview on #F1B0DB background

This text has white color on #F1B0DB background.