COLOR #F3B0A9

HEX: #F3B0A9
RGB: (243,176,169)

Color info

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

RGB color model

#F3B0A9 color RGB value is (243,176,169).

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

RGB channels and saturation

R 243 of 255 = 95%
G 176 of 255 = 69%
B 169 of 255 = 66%

243
176
169

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

Portions of RGB colors in percentages

R + G + B =
243 + 176 + 169 = 588 (100%)
R 243 of 588 ~ 41.33%
G 176 of 588 ~ 29.93%
B 169 of 588 ~ 28.74%

%41.33
%29.93
%28.74

CMYK color model

#F3B0A9 color CMYK value is (0,28,30,5).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 30.45%
  • key color value is 4.71%
CMYK:
(0,28,30,5)
C0M28Y30K5 
(0%,28%,30%,5%)
(0.00/0.28/0.30/0.05)	

CMYK percentages

%0
%27.57
%30.45
%4.71

Codes

Color #F3B0A9 in popluar color models

F3B0A9
RGB243176169
HSL75.51%80.78%
HSB/HSV30.45%95.29%
CMYK0.00%27.57%30.45%
4.71%

Color #F3B0A9 in popluar number systems.

HEXF3B0A9
Decimal243176169
Binary111100111011000010101001
Octal363260251

Shades and tints

Shades of #F3B0A9

#F3B0A9
(243,176,169)
#DDA09A
(221,160,154)
#C7908B
(199,144,139)
#B1807C
(177,128,124)
#9B706D
(155,112,109)
#85605E
(133,96,94)
#6F504F
(111,80,79)
#594040
(89,64,64)
#433031
(67,48,49)
#2D2022
(45,32,34)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #F3B0A9

#F3B0A9
(243,176,169)
#F4B7B0
(244,183,176)
#F5BEB7
(245,190,183)
#F6C5BE
(246,197,190)
#F7CCC5
(247,204,197)
#F8D3CC
(248,211,204)
#F9DAD3
(249,218,211)
#FAE1DA
(250,225,218)
#FBE8E1
(251,232,225)
#FCEFE8
(252,239,232)
#FDF6EF
(253,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B0A9; }

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

This text font color is #F3B0A9.


Background Color

.myBgColor { background-color: #F3B0A9; }

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

This div background color is #F3B0A9.


Border color

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

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

This div border color is #F3B0A9.


Opacity

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

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

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

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

This text has shadow with #F3B0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B0A9 on black background.


Color preview on white background

This text has color #F3B0A9 on white background.



Black color preview on #F3B0A9 background

This text has black color on #F3B0A9 background.


White color preview on #F3B0A9 background

This text has white color on #F3B0A9 background.