COLOR #F3B0AD

HEX: #F3B0AD
RGB: (243,176,173)

Color info

#F3B0AD contains mainly red color. Web safe color of #F3B0AD is #FF9999 (or #F99).

RGB color model

#F3B0AD color RGB value is (243,176,173).

  • red value is 243;
  • green value is 176;
  • blue value is 173.
RGB:
(243,176,173)
(95%,69%,68%)

RGB channels and saturation

R 243 of 255 = 95%
G 176 of 255 = 69%
B 173 of 255 = 68%

243
176
173

R + G + B ~ 77%. #F3B0AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 176 + 173 = 592 (100%)
R 243 of 592 ~ 41.05%
G 176 of 592 ~ 29.73%
B 173 of 592 ~ 29.22%

%41.05
%29.73
%29.22

CMYK color model

#F3B0AD color CMYK value is (0,28,29,5).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 28.81%
  • key color value is 4.71%
CMYK:
(0,28,29,5)
C0M28Y29K5 
(0%,28%,29%,5%)
(0.00/0.28/0.29/0.05)	

CMYK percentages

%0
%27.57
%28.81
%4.71

Codes

Color #F3B0AD in popluar color models

F3B0AD
RGB243176173
HSL74.47%81.57%
HSB/HSV28.81%95.29%
CMYK0.00%27.57%28.81%
4.71%

Color #F3B0AD in popluar number systems.

HEXF3B0AD
Decimal243176173
Binary111100111011000010101101
Octal363260255

Shades and tints

Shades of #F3B0AD

#F3B0AD
(243,176,173)
#DDA09E
(221,160,158)
#C7908F
(199,144,143)
#B18080
(177,128,128)
#9B7071
(155,112,113)
#856062
(133,96,98)
#6F5053
(111,80,83)
#594044
(89,64,68)
#433035
(67,48,53)
#2D2026
(45,32,38)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #F3B0AD

#F3B0AD
(243,176,173)
#F4B7B4
(244,183,180)
#F5BEBB
(245,190,187)
#F6C5C2
(246,197,194)
#F7CCC9
(247,204,201)
#F8D3D0
(248,211,208)
#F9DAD7
(249,218,215)
#FAE1DE
(250,225,222)
#FBE8E5
(251,232,229)
#FCEFEC
(252,239,236)
#FDF6F3
(253,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B0AD color. Also use rgb(243,176,173) instead hex code.

Text Font Color

.myTextColor { color: #F3B0AD; }

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

This text font color is #F3B0AD.


Background Color

.myBgColor { background-color: #F3B0AD; }

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

This div background color is #F3B0AD.


Border color

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

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

This div border color is #F3B0AD.


Opacity

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

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

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

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

This text has shadow with #F3B0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B0AD on black background.


Color preview on white background

This text has color #F3B0AD on white background.



Black color preview on #F3B0AD background

This text has black color on #F3B0AD background.


White color preview on #F3B0AD background

This text has white color on #F3B0AD background.