COLOR #F3BDB2

HEX: #F3BDB2
RGB: (243,189,178)

Color info

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

RGB color model

#F3BDB2 color RGB value is (243,189,178).

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

RGB channels and saturation

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

243
189
178

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

Portions of RGB colors in percentages

R + G + B =
243 + 189 + 178 = 610 (100%)
R 243 of 610 ~ 39.84%
G 189 of 610 ~ 30.98%
B 178 of 610 ~ 29.18%

%39.84
%30.98
%29.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 26.75%
  • key color value is 4.71%
CMYK:
(0,22,27,5)
C0M22Y27K5 
(0%,22%,27%,5%)
(0.00/0.22/0.27/0.05)	

CMYK percentages

%0
%22.22
%26.75
%4.71

Codes

Color #F3BDB2 in popluar color models

F3BDB2
RGB243189178
HSL10°73.03%82.55%
HSB/HSV10°26.75%95.29%
CMYK0.00%22.22%26.75%
4.71%

Color #F3BDB2 in popluar number systems.

HEXF3BDB2
Decimal243189178
Binary111100111011110110110010
Octal363275262

Shades and tints

Shades of #F3BDB2

#F3BDB2
(243,189,178)
#DDACA2
(221,172,162)
#C79B92
(199,155,146)
#B18A82
(177,138,130)
#9B7972
(155,121,114)
#856862
(133,104,98)
#6F5752
(111,87,82)
#594642
(89,70,66)
#433532
(67,53,50)
#2D2422
(45,36,34)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #F3BDB2

#F3BDB2
(243,189,178)
#F4C3B9
(244,195,185)
#F5C9C0
(245,201,192)
#F6CFC7
(246,207,199)
#F7D5CE
(247,213,206)
#F8DBD5
(248,219,213)
#F9E1DC
(249,225,220)
#FAE7E3
(250,231,227)
#FBEDEA
(251,237,234)
#FCF3F1
(252,243,241)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BDB2; }

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

This text font color is #F3BDB2.


Background Color

.myBgColor { background-color: #F3BDB2; }

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

This div background color is #F3BDB2.


Border color

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

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

This div border color is #F3BDB2.


Opacity

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

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

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

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

This text has shadow with #F3BDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BDB2 on black background.


Color preview on white background

This text has color #F3BDB2 on white background.



Black color preview on #F3BDB2 background

This text has black color on #F3BDB2 background.


White color preview on #F3BDB2 background

This text has white color on #F3BDB2 background.