COLOR #FACDA3

HEX: #FACDA3 RGB: (250,205,163)

Color info

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

RGB color model

#FACDA3 color RGB value is (250,205,163).

RGB: (250,205,163) (98%, 80%, 64%)

RGB channels and saturation

R 250 of 255 = 98%
G 205 of 255 = 80%
B 163 of 255 = 64%

250
205
163

R + G + B ~ 81%. #FACDA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 205 + 163 = 618 (100%)
R 250 of 618 ~ 40.45%
G 205 of 618 ~ 33.17%
B 163 of 618 ~ 26.38'%

%40.45
%33.17
%26.38

CMYK color model

#FACDA3 color CMYK value is (0,18,35,2).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 34.80%
  • key color value is 1.96%

CMYK: (0,18,35,2)
C0M18Y35K2 (0%, 18%, 35%, 2%)
(0.00 / 0.18 / 0.35 / 0.02)

CMYK percentages

%0
%18
%34.8
%1.96

Codes

Color #FACDA3 in popluar color models

FA CD A3
RGB 250 205 163
HSL 29° 89.69% 80.98%
HSB/HSV 29° 34.80% 98.04%
CMYK 0.00% 18.00% 34.80%
1.96%

Color #FACDA3 in popluar number systems.

HEX FA CD A3
Decimal 250 205 163
Binary 11111010 11001101 10100011
Octal 372 315 243

Shades and tints

Shades of #FACDA3

#FACDA3
(250,205,163)
#E4BB95
(228,187,149)
#CEA987
(206,169,135)
#B89779
(184,151,121)
#A2856B
(162,133,107)
#8C735D
(140,115,93)
#76614F
(118,97,79)
#604F41
(96,79,65)
#4A3D33
(74,61,51)
#342B25
(52,43,37)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #FACDA3

#FACDA3
(250,205,163)
#FAD1AB
(250,209,171)
#FAD5B3
(250,213,179)
#FAD9BB
(250,217,187)
#FADDC3
(250,221,195)
#FAE1CB
(250,225,203)
#FAE5D3
(250,229,211)
#FAE9DB
(250,233,219)
#FAEDE3
(250,237,227)
#FAF1EB
(250,241,235)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACDA3 color. Also use rgb(250,205,163) instead hex code.

Text Font Color

.myTextColor { color: #FACDA3; }

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

This text font color is #FACDA3.

Background Color

.myBgColor { background-color: #FACDA3; }

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

This div background color is #FACDA3.

Border color

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

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

This div border color is #FACDA3.

Opacity

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

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

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

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

This text has shadow with #FACDA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACDA3.

Preview

Color preview on black background

This text has color #FACDA3 on black background.


Color preview on white background

This text has color #FACDA3 on white background.


Black color preview on #FACDA3 background

This text has black color on #FACDA3 background.


White color preview on #FACDA3 background

This text has white color on #FACDA3 background.


Related colors

Complementary color

Complementary color for #hex is #05325C.


I love getcolorcode.com

Triadic colors

1 #A3FACD and #CDA3FA with #FACDA3 are triadic colors.

2 #A3CDFA and #CDFAA3 with #FACDA3 are triadic colors.