COLOR #FACEC8

HEX: #FACEC8 RGB: (250,206,200)

Color info

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

RGB color model

#FACEC8 color RGB value is (250,206,200).

RGB: (250,206,200) (98%, 81%, 78%)

RGB channels and saturation

R 250 of 255 = 98%
G 206 of 255 = 81%
B 200 of 255 = 78%

250
206
200

R + G + B ~ 86%. #FACEC8 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 206 + 200 = 656 (100%)
R 250 of 656 ~ 38.11%
G 206 of 656 ~ 31.4%
B 200 of 656 ~ 30.49'%

%38.11
%31.4
%30.49

CMYK color model

#FACEC8 color CMYK value is (0,18,20,2).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 20.00%
  • key color value is 1.96%

CMYK: (0,18,20,2)
C0M18Y20K2 (0%, 18%, 20%, 2%)
(0.00 / 0.18 / 0.20 / 0.02)

CMYK percentages

%0
%17.6
%20
%1.96

Codes

Color #FACEC8 in popluar color models

FA CE C8
RGB 250 206 200
HSL 83.33% 88.24%
HSB/HSV 20.00% 98.04%
CMYK 0.00% 17.60% 20.00%
1.96%

Color #FACEC8 in popluar number systems.

HEX FA CE C8
Decimal 250 206 200
Binary 11111010 11001110 11001000
Octal 372 316 310

Shades and tints

Shades of #FACEC8

#FACEC8
(250,206,200)
#E4BCB6
(228,188,182)
#CEAAA4
(206,170,164)
#B89892
(184,152,146)
#A28680
(162,134,128)
#8C746E
(140,116,110)
#76625C
(118,98,92)
#60504A
(96,80,74)
#4A3E38
(74,62,56)
#342C26
(52,44,38)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #FACEC8

#FACEC8
(250,206,200)
#FAD2CD
(250,210,205)
#FAD6D2
(250,214,210)
#FADAD7
(250,218,215)
#FADEDC
(250,222,220)
#FAE2E1
(250,226,225)
#FAE6E6
(250,230,230)
#FAEAEB
(250,234,235)
#FAEEF0
(250,238,240)
#FAF2F5
(250,242,245)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACEC8; }

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

This text font color is #FACEC8.

Background Color

.myBgColor { background-color: #FACEC8; }

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

This div background color is #FACEC8.

Border color

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

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

This div border color is #FACEC8.

Opacity

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

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

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

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

This text has shadow with #FACEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACEC8.

Preview

Color preview on black background

This text has color #FACEC8 on black background.


Color preview on white background

This text has color #FACEC8 on white background.


Black color preview on #FACEC8 background

This text has black color on #FACEC8 background.


White color preview on #FACEC8 background

This text has white color on #FACEC8 background.


Related colors

Complementary color

Complementary color for #hex is #053137.


I love getcolorcode.com

Triadic colors

1 #C8FACE and #CEC8FA with #FACEC8 are triadic colors.

2 #C8CEFA and #CEFAC8 with #FACEC8 are triadic colors.