COLOR #FACED6

HEX: #FACED6
RGB: (250,206,214)

Color info

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

RGB color model

#FACED6 color RGB value is (250,206,214).

  • red value is 250;
  • green value is 206;
  • blue value is 214.
RGB:
(250,206,214)
(98%,81%,84%)

RGB channels and saturation

R 250 of 255 = 98%
G 206 of 255 = 81%
B 214 of 255 = 84%

250
206
214

R + G + B ~ 88%. #FACED6 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 206 + 214 = 670 (100%)
R 250 of 670 ~ 37.31%
G 206 of 670 ~ 30.75%
B 214 of 670 ~ 31.94%

%37.31
%30.75
%31.94

CMYK color model

#FACED6 color CMYK value is (0,18,14,2).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 14.40%
  • key color value is 1.96%
CMYK:
(0,18,14,2)
C0M18Y14K2 
(0%,18%,14%,2%)
(0.00/0.18/0.14/0.02)	

CMYK percentages

%0
%17.6
%14.4
%1.96

Codes

Color #FACED6 in popluar color models

FACED6
RGB250206214
HSL349°81.48%89.41%
HSB/HSV349°17.60%98.04%
CMYK0.00%17.60%14.40%
1.96%

Color #FACED6 in popluar number systems.

HEXFACED6
Decimal250206214
Binary111110101100111011010110
Octal372316326

Shades and tints

Shades of #FACED6

#FACED6
(250,206,214)
#E4BCC3
(228,188,195)
#CEAAB0
(206,170,176)
#B8989D
(184,152,157)
#A2868A
(162,134,138)
#8C7477
(140,116,119)
#766264
(118,98,100)
#605051
(96,80,81)
#4A3E3E
(74,62,62)
#342C2B
(52,44,43)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #FACED6

#FACED6
(250,206,214)
#FAD2D9
(250,210,217)
#FAD6DC
(250,214,220)
#FADADF
(250,218,223)
#FADEE2
(250,222,226)
#FAE2E5
(250,226,229)
#FAE6E8
(250,230,232)
#FAEAEB
(250,234,235)
#FAEEEE
(250,238,238)
#FAF2F1
(250,242,241)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACED6 color. Also use rgb(250,206,214) instead hex code.

Text Font Color

.myTextColor { color: #FACED6; }

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

This text font color is #FACED6.


Background Color

.myBgColor { background-color: #FACED6; }

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

This div background color is #FACED6.


Border color

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

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

This div border color is #FACED6.


Opacity

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

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

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

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

This text has shadow with #FACED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACED6 on black background.


Color preview on white background

This text has color #FACED6 on white background.



Black color preview on #FACED6 background

This text has black color on #FACED6 background.


White color preview on #FACED6 background

This text has white color on #FACED6 background.