COLOR #FACFA2

HEX: #FACFA2
RGB: (250,207,162)

Color info

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

RGB color model

#FACFA2 color RGB value is (250,207,162).

  • red value is 250;
  • green value is 207;
  • blue value is 162.
RGB:
(250,207,162)
(98%,81%,64%)

RGB channels and saturation

R 250 of 255 = 98%
G 207 of 255 = 81%
B 162 of 255 = 64%

250
207
162

R + G + B ~ 81%. #FACFA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 207 + 162 = 619 (100%)
R 250 of 619 ~ 40.39%
G 207 of 619 ~ 33.44%
B 162 of 619 ~ 26.17%

%40.39
%33.44
%26.17

CMYK color model

#FACFA2 color CMYK value is (0,17,35,2).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 35.20%
  • key color value is 1.96%
CMYK:
(0,17,35,2)
C0M17Y35K2 
(0%,17%,35%,2%)
(0.00/0.17/0.35/0.02)	

CMYK percentages

%0
%17.2
%35.2
%1.96

Codes

Color #FACFA2 in popluar color models

FACFA2
RGB250207162
HSL31°89.80%80.78%
HSB/HSV31°35.20%98.04%
CMYK0.00%17.20%35.20%
1.96%

Color #FACFA2 in popluar number systems.

HEXFACFA2
Decimal250207162
Binary111110101100111110100010
Octal372317242

Shades and tints

Shades of #FACFA2

#FACFA2
(250,207,162)
#E4BD94
(228,189,148)
#CEAB86
(206,171,134)
#B89978
(184,153,120)
#A2876A
(162,135,106)
#8C755C
(140,117,92)
#76634E
(118,99,78)
#605140
(96,81,64)
#4A3F32
(74,63,50)
#342D24
(52,45,36)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #FACFA2

#FACFA2
(250,207,162)
#FAD3AA
(250,211,170)
#FAD7B2
(250,215,178)
#FADBBA
(250,219,186)
#FADFC2
(250,223,194)
#FAE3CA
(250,227,202)
#FAE7D2
(250,231,210)
#FAEBDA
(250,235,218)
#FAEFE2
(250,239,226)
#FAF3EA
(250,243,234)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACFA2 color. Also use rgb(250,207,162) instead hex code.

Text Font Color

.myTextColor { color: #FACFA2; }

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

This text font color is #FACFA2.


Background Color

.myBgColor { background-color: #FACFA2; }

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

This div background color is #FACFA2.


Border color

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

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

This div border color is #FACFA2.


Opacity

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

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

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

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

This text has shadow with #FACFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACFA2 on black background.


Color preview on white background

This text has color #FACFA2 on white background.



Black color preview on #FACFA2 background

This text has black color on #FACFA2 background.


White color preview on #FACFA2 background

This text has white color on #FACFA2 background.