COLOR #FAD3BD

HEX: #FAD3BD RGB: (250,211,189)

Color info

#FAD3BD contains mainly red and green colors. Web safe color of #FAD3BD is #FFCCCC (or #FCC).

RGB color model

#FAD3BD color RGB value is (250,211,189).

RGB: (250,211,189) (98%, 83%, 74%)

RGB channels and saturation

R 250 of 255 = 98%
G 211 of 255 = 83%
B 189 of 255 = 74%

250
211
189

R + G + B ~ 85%. #FAD3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 211 + 189 = 650 (100%)
R 250 of 650 ~ 38.46%
G 211 of 650 ~ 32.46%
B 189 of 650 ~ 29.08'%

%38.46
%32.46
%29.08

CMYK color model

#FAD3BD color CMYK value is (0,16,24,2).

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

CMYK: (0,16,24,2)
C0M16Y24K2 (0%, 16%, 24%, 2%)
(0.00 / 0.16 / 0.24 / 0.02)

CMYK percentages

%0
%15.6
%24.4
%1.96

Codes

Color #FAD3BD in popluar color models

FA D3 BD
RGB 250 211 189
HSL 22° 85.92% 86.08%
HSB/HSV 22° 24.40% 98.04%
CMYK 0.00% 15.60% 24.40%
1.96%

Color #FAD3BD in popluar number systems.

HEX FA D3 BD
Decimal 250 211 189
Binary 11111010 11010011 10111101
Octal 372 323 275

Shades and tints

Shades of #FAD3BD

#FAD3BD
(250,211,189)
#E4C0AC
(228,192,172)
#CEAD9B
(206,173,155)
#B89A8A
(184,154,138)
#A28779
(162,135,121)
#8C7468
(140,116,104)
#766157
(118,97,87)
#604E46
(96,78,70)
#4A3B35
(74,59,53)
#342824
(52,40,36)
#1E1513
(30,21,19)
#000000
(0,0,0)

Tints of #FAD3BD

#FAD3BD
(250,211,189)
#FAD7C3
(250,215,195)
#FADBC9
(250,219,201)
#FADFCF
(250,223,207)
#FAE3D5
(250,227,213)
#FAE7DB
(250,231,219)
#FAEBE1
(250,235,225)
#FAEFE7
(250,239,231)
#FAF3ED
(250,243,237)
#FAF7F3
(250,247,243)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD3BD; }

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

This text font color is #FAD3BD.

Background Color

.myBgColor { background-color: #FAD3BD; }

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

This div background color is #FAD3BD.

Border color

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

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

This div border color is #FAD3BD.

Opacity

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

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

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

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

This text has shadow with #FAD3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD3BD.

Preview

Color preview on black background

This text has color #FAD3BD on black background.


Color preview on white background

This text has color #FAD3BD on white background.


Black color preview on #FAD3BD background

This text has black color on #FAD3BD background.


White color preview on #FAD3BD background

This text has white color on #FAD3BD background.


Related colors

Complementary color

Complementary color for #hex is #052C42.


I love getcolorcode.com

Triadic colors

1 #BDFAD3 and #D3BDFA with #FAD3BD are triadic colors.

2 #BDD3FA and #D3FABD with #FAD3BD are triadic colors.