COLOR #FACA98

HEX: #FACA98
RGB: (250,202,152)

Color info

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

RGB color model

#FACA98 color RGB value is (250,202,152).

  • red value is 250;
  • green value is 202;
  • blue value is 152.
RGB:
(250,202,152)
(98%,79%,60%)

RGB channels and saturation

R 250 of 255 = 98%
G 202 of 255 = 79%
B 152 of 255 = 60%

250
202
152

R + G + B ~ 79%. #FACA98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 202 + 152 = 604 (100%)
R 250 of 604 ~ 41.39%
G 202 of 604 ~ 33.44%
B 152 of 604 ~ 25.17%

%41.39
%33.44
%25.17

CMYK color model

#FACA98 color CMYK value is (0,19,39,2).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 39.20%
  • key color value is 1.96%
CMYK:
(0,19,39,2)
C0M19Y39K2 
(0%,19%,39%,2%)
(0.00/0.19/0.39/0.02)	

CMYK percentages

%0
%19.2
%39.2
%1.96

Codes

Color #FACA98 in popluar color models

FACA98
RGB250202152
HSL31°90.74%78.82%
HSB/HSV31°39.20%98.04%
CMYK0.00%19.20%39.20%
1.96%

Color #FACA98 in popluar number systems.

HEXFACA98
Decimal250202152
Binary111110101100101010011000
Octal372312230

Shades and tints

Shades of #FACA98

#FACA98
(250,202,152)
#E4B88B
(228,184,139)
#CEA67E
(206,166,126)
#B89471
(184,148,113)
#A28264
(162,130,100)
#8C7057
(140,112,87)
#765E4A
(118,94,74)
#604C3D
(96,76,61)
#4A3A30
(74,58,48)
#342823
(52,40,35)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #FACA98

#FACA98
(250,202,152)
#FACEA1
(250,206,161)
#FAD2AA
(250,210,170)
#FAD6B3
(250,214,179)
#FADABC
(250,218,188)
#FADEC5
(250,222,197)
#FAE2CE
(250,226,206)
#FAE6D7
(250,230,215)
#FAEAE0
(250,234,224)
#FAEEE9
(250,238,233)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACA98 color. Also use rgb(250,202,152) instead hex code.

Text Font Color

.myTextColor { color: #FACA98; }

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

This text font color is #FACA98.


Background Color

.myBgColor { background-color: #FACA98; }

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

This div background color is #FACA98.


Border color

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

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

This div border color is #FACA98.


Opacity

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

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

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

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

This text has shadow with #FACA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACA98 on black background.


Color preview on white background

This text has color #FACA98 on white background.



Black color preview on #FACA98 background

This text has black color on #FACA98 background.


White color preview on #FACA98 background

This text has white color on #FACA98 background.