COLOR #F3A996

HEX: #F3A996
RGB: (243,169,150)

Color info

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

RGB color model

#F3A996 color RGB value is (243,169,150).

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

RGB channels and saturation

R 243 of 255 = 95%
G 169 of 255 = 66%
B 150 of 255 = 59%

243
169
150

R + G + B ~ 73%. #F3A996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 169 + 150 = 562 (100%)
R 243 of 562 ~ 43.24%
G 169 of 562 ~ 30.07%
B 150 of 562 ~ 26.69%

%43.24
%30.07
%26.69

CMYK color model

#F3A996 color CMYK value is (0,30,38,5).

  • cyan value is 0.00%
  • magenta value is 30.45%
  • yellow value is 38.27%
  • key color value is 4.71%
CMYK:
(0,30,38,5)
C0M30Y38K5 
(0%,30%,38%,5%)
(0.00/0.30/0.38/0.05)	

CMYK percentages

%0
%30.45
%38.27
%4.71

Codes

Color #F3A996 in popluar color models

F3A996
RGB243169150
HSL12°79.49%77.06%
HSB/HSV12°38.27%95.29%
CMYK0.00%30.45%38.27%
4.71%

Color #F3A996 in popluar number systems.

HEXF3A996
Decimal243169150
Binary111100111010100110010110
Octal363251226

Shades and tints

Shades of #F3A996

#F3A996
(243,169,150)
#DD9A89
(221,154,137)
#C78B7C
(199,139,124)
#B17C6F
(177,124,111)
#9B6D62
(155,109,98)
#855E55
(133,94,85)
#6F4F48
(111,79,72)
#59403B
(89,64,59)
#43312E
(67,49,46)
#2D2221
(45,34,33)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #F3A996

#F3A996
(243,169,150)
#F4B09F
(244,176,159)
#F5B7A8
(245,183,168)
#F6BEB1
(246,190,177)
#F7C5BA
(247,197,186)
#F8CCC3
(248,204,195)
#F9D3CC
(249,211,204)
#FADAD5
(250,218,213)
#FBE1DE
(251,225,222)
#FCE8E7
(252,232,231)
#FDEFF0
(253,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3A996; }

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

This text font color is #F3A996.


Background Color

.myBgColor { background-color: #F3A996; }

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

This div background color is #F3A996.


Border color

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

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

This div border color is #F3A996.


Opacity

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

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

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

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

This text has shadow with #F3A996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A996 on black background.


Color preview on white background

This text has color #F3A996 on white background.



Black color preview on #F3A996 background

This text has black color on #F3A996 background.


White color preview on #F3A996 background

This text has white color on #F3A996 background.