COLOR #FACDAE

HEX: #FACDAE RGB: (250,205,174)

Color info

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

RGB color model

#FACDAE color RGB value is (250,205,174).

RGB: (250,205,174) (98%, 80%, 68%)

RGB channels and saturation

R 250 of 255 = 98%
G 205 of 255 = 80%
B 174 of 255 = 68%

250
205
174

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

Portions of RGB colors in percentages

R + G + B = 250 + 205 + 174 = 629 (100%)
R 250 of 629 ~ 39.75%
G 205 of 629 ~ 32.59%
B 174 of 629 ~ 27.66'%

%39.75
%32.59
%27.66

CMYK color model

#FACDAE color CMYK value is (0,18,30,2).

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

CMYK: (0,18,30,2)
C0M18Y30K2 (0%, 18%, 30%, 2%)
(0.00 / 0.18 / 0.30 / 0.02)

CMYK percentages

%0
%18
%30.4
%1.96

Codes

Color #FACDAE in popluar color models

FA CD AE
RGB 250 205 174
HSL 24° 88.37% 83.14%
HSB/HSV 24° 30.40% 98.04%
CMYK 0.00% 18.00% 30.40%
1.96%

Color #FACDAE in popluar number systems.

HEX FA CD AE
Decimal 250 205 174
Binary 11111010 11001101 10101110
Octal 372 315 256

Shades and tints

Shades of #FACDAE

#FACDAE
(250,205,174)
#E4BB9F
(228,187,159)
#CEA990
(206,169,144)
#B89781
(184,151,129)
#A28572
(162,133,114)
#8C7363
(140,115,99)
#766154
(118,97,84)
#604F45
(96,79,69)
#4A3D36
(74,61,54)
#342B27
(52,43,39)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #FACDAE

#FACDAE
(250,205,174)
#FAD1B5
(250,209,181)
#FAD5BC
(250,213,188)
#FAD9C3
(250,217,195)
#FADDCA
(250,221,202)
#FAE1D1
(250,225,209)
#FAE5D8
(250,229,216)
#FAE9DF
(250,233,223)
#FAEDE6
(250,237,230)
#FAF1ED
(250,241,237)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACDAE; }

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

This text font color is #FACDAE.

Background Color

.myBgColor { background-color: #FACDAE; }

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

This div background color is #FACDAE.

Border color

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

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

This div border color is #FACDAE.

Opacity

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

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

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

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

This text has shadow with #FACDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACDAE.

Preview

Color preview on black background

This text has color #FACDAE on black background.


Color preview on white background

This text has color #FACDAE on white background.


Black color preview on #FACDAE background

This text has black color on #FACDAE background.


White color preview on #FACDAE background

This text has white color on #FACDAE background.


Related colors

Complementary color

Complementary color for #hex is #053251.


I love getcolorcode.com

Triadic colors

1 #AEFACD and #CDAEFA with #FACDAE are triadic colors.

2 #AECDFA and #CDFAAE with #FACDAE are triadic colors.