COLOR #FAD8AD

HEX: #FAD8AD RGB: (250,216,173)

Color info

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

RGB color model

#FAD8AD color RGB value is (250,216,173).

RGB: (250,216,173) (98%, 85%, 68%)

RGB channels and saturation

R 250 of 255 = 98%
G 216 of 255 = 85%
B 173 of 255 = 68%

250
216
173

R + G + B ~ 84%. #FAD8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 216 + 173 = 639 (100%)
R 250 of 639 ~ 39.12%
G 216 of 639 ~ 33.8%
B 173 of 639 ~ 27.07'%

%39.12
%33.8
%27.07

CMYK color model

#FAD8AD color CMYK value is (0,14,31,2).

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

CMYK: (0,14,31,2)
C0M14Y31K2 (0%, 14%, 31%, 2%)
(0.00 / 0.14 / 0.31 / 0.02)

CMYK percentages

%0
%13.6
%30.8
%1.96

Codes

Color #FAD8AD in popluar color models

FA D8 AD
RGB 250 216 173
HSL 34° 88.51% 82.94%
HSB/HSV 34° 30.80% 98.04%
CMYK 0.00% 13.60% 30.80%
1.96%

Color #FAD8AD in popluar number systems.

HEX FA D8 AD
Decimal 250 216 173
Binary 11111010 11011000 10101101
Octal 372 330 255

Shades and tints

Shades of #FAD8AD

#FAD8AD
(250,216,173)
#E4C59E
(228,197,158)
#CEB28F
(206,178,143)
#B89F80
(184,159,128)
#A28C71
(162,140,113)
#8C7962
(140,121,98)
#766653
(118,102,83)
#605344
(96,83,68)
#4A4035
(74,64,53)
#342D26
(52,45,38)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #FAD8AD

#FAD8AD
(250,216,173)
#FADBB4
(250,219,180)
#FADEBB
(250,222,187)
#FAE1C2
(250,225,194)
#FAE4C9
(250,228,201)
#FAE7D0
(250,231,208)
#FAEAD7
(250,234,215)
#FAEDDE
(250,237,222)
#FAF0E5
(250,240,229)
#FAF3EC
(250,243,236)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD8AD; }

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

This text font color is #FAD8AD.

Background Color

.myBgColor { background-color: #FAD8AD; }

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

This div background color is #FAD8AD.

Border color

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

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

This div border color is #FAD8AD.

Opacity

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

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

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

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

This text has shadow with #FAD8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD8AD.

Preview

Color preview on black background

This text has color #FAD8AD on black background.


Color preview on white background

This text has color #FAD8AD on white background.


Black color preview on #FAD8AD background

This text has black color on #FAD8AD background.


White color preview on #FAD8AD background

This text has white color on #FAD8AD background.


Related colors

Complementary color

Complementary color for #hex is #052752.


I love getcolorcode.com

Triadic colors

1 #ADFAD8 and #D8ADFA with #FAD8AD are triadic colors.

2 #ADD8FA and #D8FAAD with #FAD8AD are triadic colors.