COLOR #F1BDB2

HEX: #F1BDB2
RGB: (241,189,178)

Color info

#F1BDB2 contains mainly red and green colors. Web safe color of #F1BDB2 is #FFCC99 (or #FC9).

RGB color model

#F1BDB2 color RGB value is (241,189,178).

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

RGB channels and saturation

R 241 of 255 = 95%
G 189 of 255 = 74%
B 178 of 255 = 70%

241
189
178

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

Portions of RGB colors in percentages

R + G + B =
241 + 189 + 178 = 608 (100%)
R 241 of 608 ~ 39.64%
G 189 of 608 ~ 31.09%
B 178 of 608 ~ 29.28%

%39.64
%31.09
%29.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 26.14%
  • key color value is 5.49%
CMYK:
(0,22,26,5)
C0M22Y26K5 
(0%,22%,26%,5%)
(0.00/0.22/0.26/0.05)	

CMYK percentages

%0
%21.58
%26.14
%5.49

Codes

Color #F1BDB2 in popluar color models

F1BDB2
RGB241189178
HSL10°69.23%82.16%
HSB/HSV10°26.14%94.51%
CMYK0.00%21.58%26.14%
5.49%

Color #F1BDB2 in popluar number systems.

HEXF1BDB2
Decimal241189178
Binary111100011011110110110010
Octal361275262

Shades and tints

Shades of #F1BDB2

#F1BDB2
(241,189,178)
#DCACA2
(220,172,162)
#C79B92
(199,155,146)
#B28A82
(178,138,130)
#9D7972
(157,121,114)
#886862
(136,104,98)
#735752
(115,87,82)
#5E4642
(94,70,66)
#493532
(73,53,50)
#342422
(52,36,34)
#1F1312
(31,19,18)
#000000
(0,0,0)

Tints of #F1BDB2

#F1BDB2
(241,189,178)
#F2C3B9
(242,195,185)
#F3C9C0
(243,201,192)
#F4CFC7
(244,207,199)
#F5D5CE
(245,213,206)
#F6DBD5
(246,219,213)
#F7E1DC
(247,225,220)
#F8E7E3
(248,231,227)
#F9EDEA
(249,237,234)
#FAF3F1
(250,243,241)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BDB2; }

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

This text font color is #F1BDB2.


Background Color

.myBgColor { background-color: #F1BDB2; }

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

This div background color is #F1BDB2.


Border color

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

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

This div border color is #F1BDB2.


Opacity

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

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

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

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

This text has shadow with #F1BDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BDB2 on black background.


Color preview on white background

This text has color #F1BDB2 on white background.



Black color preview on #F1BDB2 background

This text has black color on #F1BDB2 background.


White color preview on #F1BDB2 background

This text has white color on #F1BDB2 background.