COLOR #F1BDBB

HEX: #F1BDBB
RGB: (241,189,187)

Color info

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

RGB color model

#F1BDBB color RGB value is (241,189,187).

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

RGB channels and saturation

R 241 of 255 = 95%
G 189 of 255 = 74%
B 187 of 255 = 73%

241
189
187

R + G + B ~ 81%. #F1BDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 189 + 187 = 617 (100%)
R 241 of 617 ~ 39.06%
G 189 of 617 ~ 30.63%
B 187 of 617 ~ 30.31%

%39.06
%30.63
%30.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(0,22,22,5)
C0M22Y22K5 
(0%,22%,22%,5%)
(0.00/0.22/0.22/0.05)	

CMYK percentages

%0
%21.58
%22.41
%5.49

Codes

Color #F1BDBB in popluar color models

F1BDBB
RGB241189187
HSL65.85%83.92%
HSB/HSV22.41%94.51%
CMYK0.00%21.58%22.41%
5.49%

Color #F1BDBB in popluar number systems.

HEXF1BDBB
Decimal241189187
Binary111100011011110110111011
Octal361275273

Shades and tints

Shades of #F1BDBB

#F1BDBB
(241,189,187)
#DCACAA
(220,172,170)
#C79B99
(199,155,153)
#B28A88
(178,138,136)
#9D7977
(157,121,119)
#886866
(136,104,102)
#735755
(115,87,85)
#5E4644
(94,70,68)
#493533
(73,53,51)
#342422
(52,36,34)
#1F1311
(31,19,17)
#000000
(0,0,0)

Tints of #F1BDBB

#F1BDBB
(241,189,187)
#F2C3C1
(242,195,193)
#F3C9C7
(243,201,199)
#F4CFCD
(244,207,205)
#F5D5D3
(245,213,211)
#F6DBD9
(246,219,217)
#F7E1DF
(247,225,223)
#F8E7E5
(248,231,229)
#F9EDEB
(249,237,235)
#FAF3F1
(250,243,241)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BDBB; }

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

This text font color is #F1BDBB.


Background Color

.myBgColor { background-color: #F1BDBB; }

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

This div background color is #F1BDBB.


Border color

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

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

This div border color is #F1BDBB.


Opacity

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

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

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

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

This text has shadow with #F1BDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BDBB on black background.


Color preview on white background

This text has color #F1BDBB on white background.



Black color preview on #F1BDBB background

This text has black color on #F1BDBB background.


White color preview on #F1BDBB background

This text has white color on #F1BDBB background.