COLOR #FAD3AD

HEX: #FAD3AD RGB: (250,211,173)

Color info

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

RGB color model

#FAD3AD color RGB value is (250,211,173).

RGB: (250,211,173) (98%, 83%, 68%)

RGB channels and saturation

R 250 of 255 = 98%
G 211 of 255 = 83%
B 173 of 255 = 68%

250
211
173

R + G + B ~ 83%. #FAD3AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 211 + 173 = 634 (100%)
R 250 of 634 ~ 39.43%
G 211 of 634 ~ 33.28%
B 173 of 634 ~ 27.29'%

%39.43
%33.28
%27.29

CMYK color model

#FAD3AD color CMYK value is (0,16,31,2).

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

CMYK: (0,16,31,2)
C0M16Y31K2 (0%, 16%, 31%, 2%)
(0.00 / 0.16 / 0.31 / 0.02)

CMYK percentages

%0
%15.6
%30.8
%1.96

Codes

Color #FAD3AD in popluar color models

FA D3 AD
RGB 250 211 173
HSL 30° 88.51% 82.94%
HSB/HSV 30° 30.80% 98.04%
CMYK 0.00% 15.60% 30.80%
1.96%

Color #FAD3AD in popluar number systems.

HEX FA D3 AD
Decimal 250 211 173
Binary 11111010 11010011 10101101
Octal 372 323 255

Shades and tints

Shades of #FAD3AD

#FAD3AD
(250,211,173)
#E4C09E
(228,192,158)
#CEAD8F
(206,173,143)
#B89A80
(184,154,128)
#A28771
(162,135,113)
#8C7462
(140,116,98)
#766153
(118,97,83)
#604E44
(96,78,68)
#4A3B35
(74,59,53)
#342826
(52,40,38)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #FAD3AD

#FAD3AD
(250,211,173)
#FAD7B4
(250,215,180)
#FADBBB
(250,219,187)
#FADFC2
(250,223,194)
#FAE3C9
(250,227,201)
#FAE7D0
(250,231,208)
#FAEBD7
(250,235,215)
#FAEFDE
(250,239,222)
#FAF3E5
(250,243,229)
#FAF7EC
(250,247,236)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD3AD; }

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

This text font color is #FAD3AD.

Background Color

.myBgColor { background-color: #FAD3AD; }

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

This div background color is #FAD3AD.

Border color

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

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

This div border color is #FAD3AD.

Opacity

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

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

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

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

This text has shadow with #FAD3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD3AD.

Preview

Color preview on black background

This text has color #FAD3AD on black background.


Color preview on white background

This text has color #FAD3AD on white background.


Black color preview on #FAD3AD background

This text has black color on #FAD3AD background.


White color preview on #FAD3AD background

This text has white color on #FAD3AD background.


Related colors

Complementary color

Complementary color for #hex is #052C52.


I love getcolorcode.com

Triadic colors

1 #ADFAD3 and #D3ADFA with #FAD3AD are triadic colors.

2 #ADD3FA and #D3FAAD with #FAD3AD are triadic colors.