COLOR #FACEE0

HEX: #FACEE0
RGB: (250,206,224)

Color info

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

RGB color model

#FACEE0 color RGB value is (250,206,224).

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

RGB channels and saturation

R 250 of 255 = 98%
G 206 of 255 = 81%
B 224 of 255 = 88%

250
206
224

R + G + B ~ 89%. #FACEE0 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 206 + 224 = 680 (100%)
R 250 of 680 ~ 36.76%
G 206 of 680 ~ 30.29%
B 224 of 680 ~ 32.94%

%36.76
%30.29
%32.94

CMYK color model

#FACEE0 color CMYK value is (0,18,10,2).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 10.40%
  • key color value is 1.96%
CMYK:
(0,18,10,2)
C0M18Y10K2 
(0%,18%,10%,2%)
(0.00/0.18/0.10/0.02)	

CMYK percentages

%0
%17.6
%10.4
%1.96

Codes

Color #FACEE0 in popluar color models

FACEE0
RGB250206224
HSL335°81.48%89.41%
HSB/HSV335°17.60%98.04%
CMYK0.00%17.60%10.40%
1.96%

Color #FACEE0 in popluar number systems.

HEXFACEE0
Decimal250206224
Binary111110101100111011100000
Octal372316340

Shades and tints

Shades of #FACEE0

#FACEE0
(250,206,224)
#E4BCCC
(228,188,204)
#CEAAB8
(206,170,184)
#B898A4
(184,152,164)
#A28690
(162,134,144)
#8C747C
(140,116,124)
#766268
(118,98,104)
#605054
(96,80,84)
#4A3E40
(74,62,64)
#342C2C
(52,44,44)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #FACEE0

#FACEE0
(250,206,224)
#FAD2E2
(250,210,226)
#FAD6E4
(250,214,228)
#FADAE6
(250,218,230)
#FADEE8
(250,222,232)
#FAE2EA
(250,226,234)
#FAE6EC
(250,230,236)
#FAEAEE
(250,234,238)
#FAEEF0
(250,238,240)
#FAF2F2
(250,242,242)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACEE0; }

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

This text font color is #FACEE0.


Background Color

.myBgColor { background-color: #FACEE0; }

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

This div background color is #FACEE0.


Border color

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

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

This div border color is #FACEE0.


Opacity

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

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

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

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

This text has shadow with #FACEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACEE0 on black background.


Color preview on white background

This text has color #FACEE0 on white background.



Black color preview on #FACEE0 background

This text has black color on #FACEE0 background.


White color preview on #FACEE0 background

This text has white color on #FACEE0 background.