COLOR #FACB88

HEX: #FACB88
RGB: (250,203,136)

Color info

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

RGB color model

#FACB88 color RGB value is (250,203,136).

  • red value is 250;
  • green value is 203;
  • blue value is 136.
RGB:
(250,203,136)
(98%,80%,53%)

RGB channels and saturation

R 250 of 255 = 98%
G 203 of 255 = 80%
B 136 of 255 = 53%

250
203
136

R + G + B ~ 77%. #FACB88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 203 + 136 = 589 (100%)
R 250 of 589 ~ 42.44%
G 203 of 589 ~ 34.47%
B 136 of 589 ~ 23.09%

%42.44
%34.47
%23.09

CMYK color model

#FACB88 color CMYK value is (0,19,46,2).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 45.60%
  • key color value is 1.96%
CMYK:
(0,19,46,2)
C0M19Y46K2 
(0%,19%,46%,2%)
(0.00/0.19/0.46/0.02)	

CMYK percentages

%0
%18.8
%45.6
%1.96

Codes

Color #FACB88 in popluar color models

FACB88
RGB250203136
HSL35°91.94%75.69%
HSB/HSV35°45.60%98.04%
CMYK0.00%18.80%45.60%
1.96%

Color #FACB88 in popluar number systems.

HEXFACB88
Decimal250203136
Binary111110101100101110001000
Octal372313210

Shades and tints

Shades of #FACB88

#FACB88
(250,203,136)
#E4B97C
(228,185,124)
#CEA770
(206,167,112)
#B89564
(184,149,100)
#A28358
(162,131,88)
#8C714C
(140,113,76)
#765F40
(118,95,64)
#604D34
(96,77,52)
#4A3B28
(74,59,40)
#34291C
(52,41,28)
#1E1710
(30,23,16)
#000000
(0,0,0)

Tints of #FACB88

#FACB88
(250,203,136)
#FACF92
(250,207,146)
#FAD39C
(250,211,156)
#FAD7A6
(250,215,166)
#FADBB0
(250,219,176)
#FADFBA
(250,223,186)
#FAE3C4
(250,227,196)
#FAE7CE
(250,231,206)
#FAEBD8
(250,235,216)
#FAEFE2
(250,239,226)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACB88 color. Also use rgb(250,203,136) instead hex code.

Text Font Color

.myTextColor { color: #FACB88; }

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

This text font color is #FACB88.


Background Color

.myBgColor { background-color: #FACB88; }

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

This div background color is #FACB88.


Border color

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

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

This div border color is #FACB88.


Opacity

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

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

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

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

This text has shadow with #FACB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACB88 on black background.


Color preview on white background

This text has color #FACB88 on white background.



Black color preview on #FACB88 background

This text has black color on #FACB88 background.


White color preview on #FACB88 background

This text has white color on #FACB88 background.