COLOR #FACEB2

HEX: #FACEB2 RGB: (250,206,178)

Color info

#FACEB2 contains mainly red and green colors. Web safe color of #FACEB2 is #FFCC99 (or #FC9).

RGB color model

#FACEB2 color RGB value is (250,206,178).

RGB: (250,206,178) (98%, 81%, 70%)

RGB channels and saturation

R 250 of 255 = 98%
G 206 of 255 = 81%
B 178 of 255 = 70%

250
206
178

R + G + B ~ 83%. #FACEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 206 + 178 = 634 (100%)
R 250 of 634 ~ 39.43%
G 206 of 634 ~ 32.49%
B 178 of 634 ~ 28.08'%

%39.43
%32.49
%28.08

CMYK color model

#FACEB2 color CMYK value is (0,18,29,2).

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

CMYK: (0,18,29,2)
C0M18Y29K2 (0%, 18%, 29%, 2%)
(0.00 / 0.18 / 0.29 / 0.02)

CMYK percentages

%0
%17.6
%28.8
%1.96

Codes

Color #FACEB2 in popluar color models

FA CE B2
RGB 250 206 178
HSL 23° 87.80% 83.92%
HSB/HSV 23° 28.80% 98.04%
CMYK 0.00% 17.60% 28.80%
1.96%

Color #FACEB2 in popluar number systems.

HEX FA CE B2
Decimal 250 206 178
Binary 11111010 11001110 10110010
Octal 372 316 262

Shades and tints

Shades of #FACEB2

#FACEB2
(250,206,178)
#E4BCA2
(228,188,162)
#CEAA92
(206,170,146)
#B89882
(184,152,130)
#A28672
(162,134,114)
#8C7462
(140,116,98)
#766252
(118,98,82)
#605042
(96,80,66)
#4A3E32
(74,62,50)
#342C22
(52,44,34)
#1E1A12
(30,26,18)
#000000
(0,0,0)

Tints of #FACEB2

#FACEB2
(250,206,178)
#FAD2B9
(250,210,185)
#FAD6C0
(250,214,192)
#FADAC7
(250,218,199)
#FADECE
(250,222,206)
#FAE2D5
(250,226,213)
#FAE6DC
(250,230,220)
#FAEAE3
(250,234,227)
#FAEEEA
(250,238,234)
#FAF2F1
(250,242,241)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACEB2; }

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

This text font color is #FACEB2.

Background Color

.myBgColor { background-color: #FACEB2; }

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

This div background color is #FACEB2.

Border color

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

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

This div border color is #FACEB2.

Opacity

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

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

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

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

This text has shadow with #FACEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACEB2.

Preview

Color preview on black background

This text has color #FACEB2 on black background.


Color preview on white background

This text has color #FACEB2 on white background.


Black color preview on #FACEB2 background

This text has black color on #FACEB2 background.


White color preview on #FACEB2 background

This text has white color on #FACEB2 background.


Related colors

Complementary color

Complementary color for #hex is #05314D.


I love getcolorcode.com

Triadic colors

1 #B2FACE and #CEB2FA with #FACEB2 are triadic colors.

2 #B2CEFA and #CEFAB2 with #FACEB2 are triadic colors.