COLOR #FACDC6

HEX: #FACDC6
RGB: (250,205,198)

Color info

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

RGB color model

#FACDC6 color RGB value is (250,205,198).

  • red value is 250;
  • green value is 205;
  • blue value is 198.
RGB:
(250,205,198)
(98%,80%,78%)

RGB channels and saturation

R 250 of 255 = 98%
G 205 of 255 = 80%
B 198 of 255 = 78%

250
205
198

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

Portions of RGB colors in percentages

R + G + B =
250 + 205 + 198 = 653 (100%)
R 250 of 653 ~ 38.28%
G 205 of 653 ~ 31.39%
B 198 of 653 ~ 30.32%

%38.28
%31.39
%30.32

CMYK color model

#FACDC6 color CMYK value is (0,18,21,2).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 20.80%
  • key color value is 1.96%
CMYK:
(0,18,21,2)
C0M18Y21K2 
(0%,18%,21%,2%)
(0.00/0.18/0.21/0.02)	

CMYK percentages

%0
%18
%20.8
%1.96

Codes

Color #FACDC6 in popluar color models

FACDC6
RGB250205198
HSL83.87%87.84%
HSB/HSV20.80%98.04%
CMYK0.00%18.00%20.80%
1.96%

Color #FACDC6 in popluar number systems.

HEXFACDC6
Decimal250205198
Binary111110101100110111000110
Octal372315306

Shades and tints

Shades of #FACDC6

#FACDC6
(250,205,198)
#E4BBB4
(228,187,180)
#CEA9A2
(206,169,162)
#B89790
(184,151,144)
#A2857E
(162,133,126)
#8C736C
(140,115,108)
#76615A
(118,97,90)
#604F48
(96,79,72)
#4A3D36
(74,61,54)
#342B24
(52,43,36)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #FACDC6

#FACDC6
(250,205,198)
#FAD1CB
(250,209,203)
#FAD5D0
(250,213,208)
#FAD9D5
(250,217,213)
#FADDDA
(250,221,218)
#FAE1DF
(250,225,223)
#FAE5E4
(250,229,228)
#FAE9E9
(250,233,233)
#FAEDEE
(250,237,238)
#FAF1F3
(250,241,243)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACDC6; }

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

This text font color is #FACDC6.


Background Color

.myBgColor { background-color: #FACDC6; }

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

This div background color is #FACDC6.


Border color

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

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

This div border color is #FACDC6.


Opacity

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

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

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

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

This text has shadow with #FACDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACDC6 on black background.


Color preview on white background

This text has color #FACDC6 on white background.



Black color preview on #FACDC6 background

This text has black color on #FACDC6 background.


White color preview on #FACDC6 background

This text has white color on #FACDC6 background.