COLOR #F1BDB9

HEX: #F1BDB9
RGB: (241,189,185)

Color info

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

RGB color model

#F1BDB9 color RGB value is (241,189,185).

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

RGB channels and saturation

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

241
189
185

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

Portions of RGB colors in percentages

R + G + B =
241 + 189 + 185 = 615 (100%)
R 241 of 615 ~ 39.19%
G 189 of 615 ~ 30.73%
B 185 of 615 ~ 30.08%

%39.19
%30.73
%30.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 23.24%
  • key color value is 5.49%
CMYK:
(0,22,23,5)
C0M22Y23K5 
(0%,22%,23%,5%)
(0.00/0.22/0.23/0.05)	

CMYK percentages

%0
%21.58
%23.24
%5.49

Codes

Color #F1BDB9 in popluar color models

F1BDB9
RGB241189185
HSL66.67%83.53%
HSB/HSV23.24%94.51%
CMYK0.00%21.58%23.24%
5.49%

Color #F1BDB9 in popluar number systems.

HEXF1BDB9
Decimal241189185
Binary111100011011110110111001
Octal361275271

Shades and tints

Shades of #F1BDB9

#F1BDB9
(241,189,185)
#DCACA9
(220,172,169)
#C79B99
(199,155,153)
#B28A89
(178,138,137)
#9D7979
(157,121,121)
#886869
(136,104,105)
#735759
(115,87,89)
#5E4649
(94,70,73)
#493539
(73,53,57)
#342429
(52,36,41)
#1F1319
(31,19,25)
#000000
(0,0,0)

Tints of #F1BDB9

#F1BDB9
(241,189,185)
#F2C3BF
(242,195,191)
#F3C9C5
(243,201,197)
#F4CFCB
(244,207,203)
#F5D5D1
(245,213,209)
#F6DBD7
(246,219,215)
#F7E1DD
(247,225,221)
#F8E7E3
(248,231,227)
#F9EDE9
(249,237,233)
#FAF3EF
(250,243,239)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BDB9; }

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

This text font color is #F1BDB9.


Background Color

.myBgColor { background-color: #F1BDB9; }

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

This div background color is #F1BDB9.


Border color

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

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

This div border color is #F1BDB9.


Opacity

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

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

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

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

This text has shadow with #F1BDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BDB9 on black background.


Color preview on white background

This text has color #F1BDB9 on white background.



Black color preview on #F1BDB9 background

This text has black color on #F1BDB9 background.


White color preview on #F1BDB9 background

This text has white color on #F1BDB9 background.