COLOR #FACEEC

HEX: #FACEEC
RGB: (250,206,236)

Color info

#FACEEC contains red, green and blue colors in about the same proportion. Web safe color of #FACEEC is #FFCCFF (or #FCF).

RGB color model

#FACEEC color RGB value is (250,206,236).

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

RGB channels and saturation

R 250 of 255 = 98%
G 206 of 255 = 81%
B 236 of 255 = 93%

250
206
236

R + G + B ~ 91%. #FACEEC is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 206 + 236 = 692 (100%)
R 250 of 692 ~ 36.13%
G 206 of 692 ~ 29.77%
B 236 of 692 ~ 34.1%

%36.13
%29.77
%34.1

CMYK color model

#FACEEC color CMYK value is (0,18,6,2).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 5.60%
  • key color value is 1.96%
CMYK:
(0,18,6,2)
C0M18Y6K2 
(0%,18%,6%,2%)
(0.00/0.18/0.06/0.02)	

CMYK percentages

%0
%17.6
%5.6
%1.96

Codes

Color #FACEEC in popluar color models

FACEEC
RGB250206236
HSL319°81.48%89.41%
HSB/HSV319°17.60%98.04%
CMYK0.00%17.60%5.60%
1.96%

Color #FACEEC in popluar number systems.

HEXFACEEC
Decimal250206236
Binary111110101100111011101100
Octal372316354

Shades and tints

Shades of #FACEEC

#FACEEC
(250,206,236)
#E4BCD7
(228,188,215)
#CEAAC2
(206,170,194)
#B898AD
(184,152,173)
#A28698
(162,134,152)
#8C7483
(140,116,131)
#76626E
(118,98,110)
#605059
(96,80,89)
#4A3E44
(74,62,68)
#342C2F
(52,44,47)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #FACEEC

#FACEEC
(250,206,236)
#FAD2ED
(250,210,237)
#FAD6EE
(250,214,238)
#FADAEF
(250,218,239)
#FADEF0
(250,222,240)
#FAE2F1
(250,226,241)
#FAE6F2
(250,230,242)
#FAEAF3
(250,234,243)
#FAEEF4
(250,238,244)
#FAF2F5
(250,242,245)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACEEC; }

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

This text font color is #FACEEC.


Background Color

.myBgColor { background-color: #FACEEC; }

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

This div background color is #FACEEC.


Border color

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

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

This div border color is #FACEEC.


Opacity

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

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

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

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

This text has shadow with #FACEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACEEC on black background.


Color preview on white background

This text has color #FACEEC on white background.



Black color preview on #FACEEC background

This text has black color on #FACEEC background.


White color preview on #FACEEC background

This text has white color on #FACEEC background.