COLOR #F3B8B3

HEX: #F3B8B3
RGB: (243,184,179)

Color info

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

RGB color model

#F3B8B3 color RGB value is (243,184,179).

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

RGB channels and saturation

R 243 of 255 = 95%
G 184 of 255 = 72%
B 179 of 255 = 70%

243
184
179

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

Portions of RGB colors in percentages

R + G + B =
243 + 184 + 179 = 606 (100%)
R 243 of 606 ~ 40.1%
G 184 of 606 ~ 30.36%
B 179 of 606 ~ 29.54%

%40.1
%30.36
%29.54

CMYK color model

#F3B8B3 color CMYK value is (0,24,26,5).

  • cyan value is 0.00%
  • magenta value is 24.28%
  • yellow value is 26.34%
  • key color value is 4.71%
CMYK:
(0,24,26,5)
C0M24Y26K5 
(0%,24%,26%,5%)
(0.00/0.24/0.26/0.05)	

CMYK percentages

%0
%24.28
%26.34
%4.71

Codes

Color #F3B8B3 in popluar color models

F3B8B3
RGB243184179
HSL72.73%82.75%
HSB/HSV26.34%95.29%
CMYK0.00%24.28%26.34%
4.71%

Color #F3B8B3 in popluar number systems.

HEXF3B8B3
Decimal243184179
Binary111100111011100010110011
Octal363270263

Shades and tints

Shades of #F3B8B3

#F3B8B3
(243,184,179)
#DDA8A3
(221,168,163)
#C79893
(199,152,147)
#B18883
(177,136,131)
#9B7873
(155,120,115)
#856863
(133,104,99)
#6F5853
(111,88,83)
#594843
(89,72,67)
#433833
(67,56,51)
#2D2823
(45,40,35)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #F3B8B3

#F3B8B3
(243,184,179)
#F4BEB9
(244,190,185)
#F5C4BF
(245,196,191)
#F6CAC5
(246,202,197)
#F7D0CB
(247,208,203)
#F8D6D1
(248,214,209)
#F9DCD7
(249,220,215)
#FAE2DD
(250,226,221)
#FBE8E3
(251,232,227)
#FCEEE9
(252,238,233)
#FDF4EF
(253,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B8B3; }

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

This text font color is #F3B8B3.


Background Color

.myBgColor { background-color: #F3B8B3; }

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

This div background color is #F3B8B3.


Border color

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

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

This div border color is #F3B8B3.


Opacity

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

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

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

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

This text has shadow with #F3B8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B8B3 on black background.


Color preview on white background

This text has color #F3B8B3 on white background.



Black color preview on #F3B8B3 background

This text has black color on #F3B8B3 background.


White color preview on #F3B8B3 background

This text has white color on #F3B8B3 background.