COLOR #F1B4BD

HEX: #F1B4BD
RGB: (241,180,189)

Color info

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

RGB color model

#F1B4BD color RGB value is (241,180,189).

  • red value is 241;
  • green value is 180;
  • blue value is 189.
RGB:
(241,180,189)
(95%,71%,74%)

RGB channels and saturation

R 241 of 255 = 95%
G 180 of 255 = 71%
B 189 of 255 = 74%

241
180
189

R + G + B ~ 80%. #F1B4BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 180 + 189 = 610 (100%)
R 241 of 610 ~ 39.51%
G 180 of 610 ~ 29.51%
B 189 of 610 ~ 30.98%

%39.51
%29.51
%30.98

CMYK color model

#F1B4BD color CMYK value is (0,25,22,5).

  • cyan value is 0.00%
  • magenta value is 25.31%
  • yellow value is 21.58%
  • key color value is 5.49%
CMYK:
(0,25,22,5)
C0M25Y22K5 
(0%,25%,22%,5%)
(0.00/0.25/0.22/0.05)	

CMYK percentages

%0
%25.31
%21.58
%5.49

Codes

Color #F1B4BD in popluar color models

F1B4BD
RGB241180189
HSL351°68.54%82.55%
HSB/HSV351°25.31%94.51%
CMYK0.00%25.31%21.58%
5.49%

Color #F1B4BD in popluar number systems.

HEXF1B4BD
Decimal241180189
Binary111100011011010010111101
Octal361264275

Shades and tints

Shades of #F1B4BD

#F1B4BD
(241,180,189)
#DCA4AC
(220,164,172)
#C7949B
(199,148,155)
#B2848A
(178,132,138)
#9D7479
(157,116,121)
#886468
(136,100,104)
#735457
(115,84,87)
#5E4446
(94,68,70)
#493435
(73,52,53)
#342424
(52,36,36)
#1F1413
(31,20,19)
#000000
(0,0,0)

Tints of #F1B4BD

#F1B4BD
(241,180,189)
#F2BAC3
(242,186,195)
#F3C0C9
(243,192,201)
#F4C6CF
(244,198,207)
#F5CCD5
(245,204,213)
#F6D2DB
(246,210,219)
#F7D8E1
(247,216,225)
#F8DEE7
(248,222,231)
#F9E4ED
(249,228,237)
#FAEAF3
(250,234,243)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B4BD color. Also use rgb(241,180,189) instead hex code.

Text Font Color

.myTextColor { color: #F1B4BD; }

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

This text font color is #F1B4BD.


Background Color

.myBgColor { background-color: #F1B4BD; }

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

This div background color is #F1B4BD.


Border color

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

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

This div border color is #F1B4BD.


Opacity

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

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

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

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

This text has shadow with #F1B4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B4BD on black background.


Color preview on white background

This text has color #F1B4BD on white background.



Black color preview on #F1B4BD background

This text has black color on #F1B4BD background.


White color preview on #F1B4BD background

This text has white color on #F1B4BD background.