COLOR #F1BDB8

HEX: #F1BDB8
RGB: (241,189,184)

Color info

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

RGB color model

#F1BDB8 color RGB value is (241,189,184).

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

RGB channels and saturation

R 241 of 255 = 95%
G 189 of 255 = 74%
B 184 of 255 = 72%

241
189
184

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

Portions of RGB colors in percentages

R + G + B =
241 + 189 + 184 = 614 (100%)
R 241 of 614 ~ 39.25%
G 189 of 614 ~ 30.78%
B 184 of 614 ~ 29.97%

%39.25
%30.78
%29.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 23.65%
  • key color value is 5.49%
CMYK:
(0,22,24,5)
C0M22Y24K5 
(0%,22%,24%,5%)
(0.00/0.22/0.24/0.05)	

CMYK percentages

%0
%21.58
%23.65
%5.49

Codes

Color #F1BDB8 in popluar color models

F1BDB8
RGB241189184
HSL67.06%83.33%
HSB/HSV23.65%94.51%
CMYK0.00%21.58%23.65%
5.49%

Color #F1BDB8 in popluar number systems.

HEXF1BDB8
Decimal241189184
Binary111100011011110110111000
Octal361275270

Shades and tints

Shades of #F1BDB8

#F1BDB8
(241,189,184)
#DCACA8
(220,172,168)
#C79B98
(199,155,152)
#B28A88
(178,138,136)
#9D7978
(157,121,120)
#886868
(136,104,104)
#735758
(115,87,88)
#5E4648
(94,70,72)
#493538
(73,53,56)
#342428
(52,36,40)
#1F1318
(31,19,24)
#000000
(0,0,0)

Tints of #F1BDB8

#F1BDB8
(241,189,184)
#F2C3BE
(242,195,190)
#F3C9C4
(243,201,196)
#F4CFCA
(244,207,202)
#F5D5D0
(245,213,208)
#F6DBD6
(246,219,214)
#F7E1DC
(247,225,220)
#F8E7E2
(248,231,226)
#F9EDE8
(249,237,232)
#FAF3EE
(250,243,238)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BDB8; }

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

This text font color is #F1BDB8.


Background Color

.myBgColor { background-color: #F1BDB8; }

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

This div background color is #F1BDB8.


Border color

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

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

This div border color is #F1BDB8.


Opacity

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

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

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

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

This text has shadow with #F1BDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BDB8 on black background.


Color preview on white background

This text has color #F1BDB8 on white background.



Black color preview on #F1BDB8 background

This text has black color on #F1BDB8 background.


White color preview on #F1BDB8 background

This text has white color on #F1BDB8 background.