COLOR #FACDC1

HEX: #FACDC1 RGB: (250,205,193)

Color info

#FACDC1 contains red, green and blue colors in about the same proportion. Web safe color of #FACDC1 is #FFCCCC (or #FCC).

RGB color model

#FACDC1 color RGB value is (250,205,193).

RGB: (250,205,193) (98%, 80%, 76%)

RGB channels and saturation

R 250 of 255 = 98%
G 205 of 255 = 80%
B 193 of 255 = 76%

250
205
193

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

Portions of RGB colors in percentages

R + G + B = 250 + 205 + 193 = 648 (100%)
R 250 of 648 ~ 38.58%
G 205 of 648 ~ 31.64%
B 193 of 648 ~ 29.78'%

%38.58
%31.64
%29.78

CMYK color model

#FACDC1 color CMYK value is (0,18,23,2).

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

CMYK: (0,18,23,2)
C0M18Y23K2 (0%, 18%, 23%, 2%)
(0.00 / 0.18 / 0.23 / 0.02)

CMYK percentages

%0
%18
%22.8
%1.96

Codes

Color #FACDC1 in popluar color models

FA CD C1
RGB 250 205 193
HSL 13° 85.07% 86.86%
HSB/HSV 13° 22.80% 98.04%
CMYK 0.00% 18.00% 22.80%
1.96%

Color #FACDC1 in popluar number systems.

HEX FA CD C1
Decimal 250 205 193
Binary 11111010 11001101 11000001
Octal 372 315 301

Shades and tints

Shades of #FACDC1

#FACDC1
(250,205,193)
#E4BBB0
(228,187,176)
#CEA99F
(206,169,159)
#B8978E
(184,151,142)
#A2857D
(162,133,125)
#8C736C
(140,115,108)
#76615B
(118,97,91)
#604F4A
(96,79,74)
#4A3D39
(74,61,57)
#342B28
(52,43,40)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #FACDC1

#FACDC1
(250,205,193)
#FAD1C6
(250,209,198)
#FAD5CB
(250,213,203)
#FAD9D0
(250,217,208)
#FADDD5
(250,221,213)
#FAE1DA
(250,225,218)
#FAE5DF
(250,229,223)
#FAE9E4
(250,233,228)
#FAEDE9
(250,237,233)
#FAF1EE
(250,241,238)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACDC1; }

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

This text font color is #FACDC1.

Background Color

.myBgColor { background-color: #FACDC1; }

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

This div background color is #FACDC1.

Border color

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

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

This div border color is #FACDC1.

Opacity

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

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

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

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

This text has shadow with #FACDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACDC1.

Preview

Color preview on black background

This text has color #FACDC1 on black background.


Color preview on white background

This text has color #FACDC1 on white background.


Black color preview on #FACDC1 background

This text has black color on #FACDC1 background.


White color preview on #FACDC1 background

This text has white color on #FACDC1 background.


Related colors

Complementary color

Complementary color for #hex is #05323E.


I love getcolorcode.com

Triadic colors

1 #C1FACD and #CDC1FA with #FACDC1 are triadic colors.

2 #C1CDFA and #CDFAC1 with #FACDC1 are triadic colors.