COLOR #FAD3A4

HEX: #FAD3A4 RGB: (250,211,164)

Color info

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

RGB color model

#FAD3A4 color RGB value is (250,211,164).

RGB: (250,211,164) (98%, 83%, 64%)

RGB channels and saturation

R 250 of 255 = 98%
G 211 of 255 = 83%
B 164 of 255 = 64%

250
211
164

R + G + B ~ 82%. #FAD3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 211 + 164 = 625 (100%)
R 250 of 625 ~ 40%
G 211 of 625 ~ 33.76%
B 164 of 625 ~ 26.24'%

%40
%33.76
%26.24

CMYK color model

#FAD3A4 color CMYK value is (0,16,34,2).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 34.40%
  • key color value is 1.96%

CMYK: (0,16,34,2)
C0M16Y34K2 (0%, 16%, 34%, 2%)
(0.00 / 0.16 / 0.34 / 0.02)

CMYK percentages

%0
%15.6
%34.4
%1.96

Codes

Color #FAD3A4 in popluar color models

FA D3 A4
RGB 250 211 164
HSL 33° 89.58% 81.18%
HSB/HSV 33° 34.40% 98.04%
CMYK 0.00% 15.60% 34.40%
1.96%

Color #FAD3A4 in popluar number systems.

HEX FA D3 A4
Decimal 250 211 164
Binary 11111010 11010011 10100100
Octal 372 323 244

Shades and tints

Shades of #FAD3A4

#FAD3A4
(250,211,164)
#E4C096
(228,192,150)
#CEAD88
(206,173,136)
#B89A7A
(184,154,122)
#A2876C
(162,135,108)
#8C745E
(140,116,94)
#766150
(118,97,80)
#604E42
(96,78,66)
#4A3B34
(74,59,52)
#342826
(52,40,38)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #FAD3A4

#FAD3A4
(250,211,164)
#FAD7AC
(250,215,172)
#FADBB4
(250,219,180)
#FADFBC
(250,223,188)
#FAE3C4
(250,227,196)
#FAE7CC
(250,231,204)
#FAEBD4
(250,235,212)
#FAEFDC
(250,239,220)
#FAF3E4
(250,243,228)
#FAF7EC
(250,247,236)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD3A4 color. Also use rgb(250,211,164) instead hex code.

Text Font Color

.myTextColor { color: #FAD3A4; }

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

This text font color is #FAD3A4.

Background Color

.myBgColor { background-color: #FAD3A4; }

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

This div background color is #FAD3A4.

Border color

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

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

This div border color is #FAD3A4.

Opacity

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

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

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

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

This text has shadow with #FAD3A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD3A4.

Preview

Color preview on black background

This text has color #FAD3A4 on black background.


Color preview on white background

This text has color #FAD3A4 on white background.


Black color preview on #FAD3A4 background

This text has black color on #FAD3A4 background.


White color preview on #FAD3A4 background

This text has white color on #FAD3A4 background.


Related colors

Complementary color

Complementary color for #hex is #052C5B.


I love getcolorcode.com

Triadic colors

1 #A4FAD3 and #D3A4FA with #FAD3A4 are triadic colors.

2 #A4D3FA and #D3FAA4 with #FAD3A4 are triadic colors.