COLOR #F3B8BA

HEX: #F3B8BA
RGB: (243,184,186)

Color info

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

RGB color model

#F3B8BA color RGB value is (243,184,186).

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

RGB channels and saturation

R 243 of 255 = 95%
G 184 of 255 = 72%
B 186 of 255 = 73%

243
184
186

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

Portions of RGB colors in percentages

R + G + B =
243 + 184 + 186 = 613 (100%)
R 243 of 613 ~ 39.64%
G 184 of 613 ~ 30.02%
B 186 of 613 ~ 30.34%

%39.64
%30.02
%30.34

CMYK color model

#F3B8BA color CMYK value is (0,24,23,5).

  • cyan value is 0.00%
  • magenta value is 24.28%
  • yellow value is 23.46%
  • key color value is 4.71%
CMYK:
(0,24,23,5)
C0M24Y23K5 
(0%,24%,23%,5%)
(0.00/0.24/0.23/0.05)	

CMYK percentages

%0
%24.28
%23.46
%4.71

Codes

Color #F3B8BA in popluar color models

F3B8BA
RGB243184186
HSL358°71.08%83.73%
HSB/HSV358°24.28%95.29%
CMYK0.00%24.28%23.46%
4.71%

Color #F3B8BA in popluar number systems.

HEXF3B8BA
Decimal243184186
Binary111100111011100010111010
Octal363270272

Shades and tints

Shades of #F3B8BA

#F3B8BA
(243,184,186)
#DDA8AA
(221,168,170)
#C7989A
(199,152,154)
#B1888A
(177,136,138)
#9B787A
(155,120,122)
#85686A
(133,104,106)
#6F585A
(111,88,90)
#59484A
(89,72,74)
#43383A
(67,56,58)
#2D282A
(45,40,42)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #F3B8BA

#F3B8BA
(243,184,186)
#F4BEC0
(244,190,192)
#F5C4C6
(245,196,198)
#F6CACC
(246,202,204)
#F7D0D2
(247,208,210)
#F8D6D8
(248,214,216)
#F9DCDE
(249,220,222)
#FAE2E4
(250,226,228)
#FBE8EA
(251,232,234)
#FCEEF0
(252,238,240)
#FDF4F6
(253,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B8BA; }

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

This text font color is #F3B8BA.


Background Color

.myBgColor { background-color: #F3B8BA; }

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

This div background color is #F3B8BA.


Border color

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

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

This div border color is #F3B8BA.


Opacity

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

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

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

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

This text has shadow with #F3B8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B8BA on black background.


Color preview on white background

This text has color #F3B8BA on white background.



Black color preview on #F3B8BA background

This text has black color on #F3B8BA background.


White color preview on #F3B8BA background

This text has white color on #F3B8BA background.