COLOR #FAA196

HEX: #FAA196
RGB: (250,161,150)

Color info

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

RGB color model

#FAA196 color RGB value is (250,161,150).

  • red value is 250;
  • green value is 161;
  • blue value is 150.
RGB:
(250,161,150)
(98%,63%,59%)

RGB channels and saturation

R 250 of 255 = 98%
G 161 of 255 = 63%
B 150 of 255 = 59%

250
161
150

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

Portions of RGB colors in percentages

R + G + B =
250 + 161 + 150 = 561 (100%)
R 250 of 561 ~ 44.56%
G 161 of 561 ~ 28.7%
B 150 of 561 ~ 26.74%

%44.56
%28.7
%26.74

CMYK color model

#FAA196 color CMYK value is (0,36,40,2).

  • cyan value is 0.00%
  • magenta value is 35.60%
  • yellow value is 40.00%
  • key color value is 1.96%
CMYK:
(0,36,40,2)
C0M36Y40K2 
(0%,36%,40%,2%)
(0.00/0.36/0.40/0.02)	

CMYK percentages

%0
%35.6
%40
%1.96

Codes

Color #FAA196 in popluar color models

FAA196
RGB250161150
HSL90.91%78.43%
HSB/HSV40.00%98.04%
CMYK0.00%35.60%40.00%
1.96%

Color #FAA196 in popluar number systems.

HEXFAA196
Decimal250161150
Binary111110101010000110010110
Octal372241226

Shades and tints

Shades of #FAA196

#FAA196
(250,161,150)
#E49389
(228,147,137)
#CE857C
(206,133,124)
#B8776F
(184,119,111)
#A26962
(162,105,98)
#8C5B55
(140,91,85)
#764D48
(118,77,72)
#603F3B
(96,63,59)
#4A312E
(74,49,46)
#342321
(52,35,33)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #FAA196

#FAA196
(250,161,150)
#FAA99F
(250,169,159)
#FAB1A8
(250,177,168)
#FAB9B1
(250,185,177)
#FAC1BA
(250,193,186)
#FAC9C3
(250,201,195)
#FAD1CC
(250,209,204)
#FAD9D5
(250,217,213)
#FAE1DE
(250,225,222)
#FAE9E7
(250,233,231)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA196 color. Also use rgb(250,161,150) instead hex code.

Text Font Color

.myTextColor { color: #FAA196; }

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

This text font color is #FAA196.


Background Color

.myBgColor { background-color: #FAA196; }

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

This div background color is #FAA196.


Border color

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

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

This div border color is #FAA196.


Opacity

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

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

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

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

This text has shadow with #FAA196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA196 on black background.


Color preview on white background

This text has color #FAA196 on white background.



Black color preview on #FAA196 background

This text has black color on #FAA196 background.


White color preview on #FAA196 background

This text has white color on #FAA196 background.