COLOR #FAC898

HEX: #FAC898
RGB: (250,200,152)

Color info

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

RGB color model

#FAC898 color RGB value is (250,200,152).

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

RGB channels and saturation

R 250 of 255 = 98%
G 200 of 255 = 78%
B 152 of 255 = 60%

250
200
152

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

Portions of RGB colors in percentages

R + G + B =
250 + 200 + 152 = 602 (100%)
R 250 of 602 ~ 41.53%
G 200 of 602 ~ 33.22%
B 152 of 602 ~ 25.25%

%41.53
%33.22
%25.25

CMYK color model

#FAC898 color CMYK value is (0,20,39,2).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 39.20%
  • key color value is 1.96%
CMYK:
(0,20,39,2)
C0M20Y39K2 
(0%,20%,39%,2%)
(0.00/0.20/0.39/0.02)	

CMYK percentages

%0
%20
%39.2
%1.96

Codes

Color #FAC898 in popluar color models

FAC898
RGB250200152
HSL29°90.74%78.82%
HSB/HSV29°39.20%98.04%
CMYK0.00%20.00%39.20%
1.96%

Color #FAC898 in popluar number systems.

HEXFAC898
Decimal250200152
Binary111110101100100010011000
Octal372310230

Shades and tints

Shades of #FAC898

#FAC898
(250,200,152)
#E4B68B
(228,182,139)
#CEA47E
(206,164,126)
#B89271
(184,146,113)
#A28064
(162,128,100)
#8C6E57
(140,110,87)
#765C4A
(118,92,74)
#604A3D
(96,74,61)
#4A3830
(74,56,48)
#342623
(52,38,35)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #FAC898

#FAC898
(250,200,152)
#FACDA1
(250,205,161)
#FAD2AA
(250,210,170)
#FAD7B3
(250,215,179)
#FADCBC
(250,220,188)
#FAE1C5
(250,225,197)
#FAE6CE
(250,230,206)
#FAEBD7
(250,235,215)
#FAF0E0
(250,240,224)
#FAF5E9
(250,245,233)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC898; }

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

This text font color is #FAC898.


Background Color

.myBgColor { background-color: #FAC898; }

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

This div background color is #FAC898.


Border color

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

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

This div border color is #FAC898.


Opacity

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

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

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

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

This text has shadow with #FAC898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC898 on black background.


Color preview on white background

This text has color #FAC898 on white background.



Black color preview on #FAC898 background

This text has black color on #FAC898 background.


White color preview on #FAC898 background

This text has white color on #FAC898 background.