COLOR #F3B2BA

HEX: #F3B2BA
RGB: (243,178,186)

Color info

#F3B2BA contains mainly red and blue colors. Web safe color of #F3B2BA is #FF99CC (or #F9C).

RGB color model

#F3B2BA color RGB value is (243,178,186).

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

RGB channels and saturation

R 243 of 255 = 95%
G 178 of 255 = 70%
B 186 of 255 = 73%

243
178
186

R + G + B ~ 79%. #F3B2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 178 + 186 = 607 (100%)
R 243 of 607 ~ 40.03%
G 178 of 607 ~ 29.32%
B 186 of 607 ~ 30.64%

%40.03
%29.32
%30.64

CMYK color model

#F3B2BA color CMYK value is (0,27,23,5).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 23.46%
  • key color value is 4.71%
CMYK:
(0,27,23,5)
C0M27Y23K5 
(0%,27%,23%,5%)
(0.00/0.27/0.23/0.05)	

CMYK percentages

%0
%26.75
%23.46
%4.71

Codes

Color #F3B2BA in popluar color models

F3B2BA
RGB243178186
HSL353°73.03%82.55%
HSB/HSV353°26.75%95.29%
CMYK0.00%26.75%23.46%
4.71%

Color #F3B2BA in popluar number systems.

HEXF3B2BA
Decimal243178186
Binary111100111011001010111010
Octal363262272

Shades and tints

Shades of #F3B2BA

#F3B2BA
(243,178,186)
#DDA2AA
(221,162,170)
#C7929A
(199,146,154)
#B1828A
(177,130,138)
#9B727A
(155,114,122)
#85626A
(133,98,106)
#6F525A
(111,82,90)
#59424A
(89,66,74)
#43323A
(67,50,58)
#2D222A
(45,34,42)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #F3B2BA

#F3B2BA
(243,178,186)
#F4B9C0
(244,185,192)
#F5C0C6
(245,192,198)
#F6C7CC
(246,199,204)
#F7CED2
(247,206,210)
#F8D5D8
(248,213,216)
#F9DCDE
(249,220,222)
#FAE3E4
(250,227,228)
#FBEAEA
(251,234,234)
#FCF1F0
(252,241,240)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B2BA; }

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

This text font color is #F3B2BA.


Background Color

.myBgColor { background-color: #F3B2BA; }

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

This div background color is #F3B2BA.


Border color

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

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

This div border color is #F3B2BA.


Opacity

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

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

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

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

This text has shadow with #F3B2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B2BA on black background.


Color preview on white background

This text has color #F3B2BA on white background.



Black color preview on #F3B2BA background

This text has black color on #F3B2BA background.


White color preview on #F3B2BA background

This text has white color on #F3B2BA background.