COLOR #FACCB9

HEX: #FACCB9
RGB: (250,204,185)

Color info

#FACCB9 contains mainly red and green colors. Web safe color of #FACCB9 is #FFCCCC (or #FCC).

RGB color model

#FACCB9 color RGB value is (250,204,185).

  • red value is 250;
  • green value is 204;
  • blue value is 185.
RGB:
(250,204,185)
(98%,80%,73%)

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 185 of 255 = 73%

250
204
185

R + G + B ~ 84%. #FACCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 204 + 185 = 639 (100%)
R 250 of 639 ~ 39.12%
G 204 of 639 ~ 31.92%
B 185 of 639 ~ 28.95%

%39.12
%31.92
%28.95

CMYK color model

#FACCB9 color CMYK value is (0,18,26,2).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 26.00%
  • key color value is 1.96%
CMYK:
(0,18,26,2)
C0M18Y26K2 
(0%,18%,26%,2%)
(0.00/0.18/0.26/0.02)	

CMYK percentages

%0
%18.4
%26
%1.96

Codes

Color #FACCB9 in popluar color models

FACCB9
RGB250204185
HSL18°86.67%85.29%
HSB/HSV18°26.00%98.04%
CMYK0.00%18.40%26.00%
1.96%

Color #FACCB9 in popluar number systems.

HEXFACCB9
Decimal250204185
Binary111110101100110010111001
Octal372314271

Shades and tints

Shades of #FACCB9

#FACCB9
(250,204,185)
#E4BAA9
(228,186,169)
#CEA899
(206,168,153)
#B89689
(184,150,137)
#A28479
(162,132,121)
#8C7269
(140,114,105)
#766059
(118,96,89)
#604E49
(96,78,73)
#4A3C39
(74,60,57)
#342A29
(52,42,41)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #FACCB9

#FACCB9
(250,204,185)
#FAD0BF
(250,208,191)
#FAD4C5
(250,212,197)
#FAD8CB
(250,216,203)
#FADCD1
(250,220,209)
#FAE0D7
(250,224,215)
#FAE4DD
(250,228,221)
#FAE8E3
(250,232,227)
#FAECE9
(250,236,233)
#FAF0EF
(250,240,239)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACCB9 color. Also use rgb(250,204,185) instead hex code.

Text Font Color

.myTextColor { color: #FACCB9; }

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

This text font color is #FACCB9.


Background Color

.myBgColor { background-color: #FACCB9; }

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

This div background color is #FACCB9.


Border color

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

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

This div border color is #FACCB9.


Opacity

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

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

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

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

This text has shadow with #FACCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACCB9 on black background.


Color preview on white background

This text has color #FACCB9 on white background.



Black color preview on #FACCB9 background

This text has black color on #FACCB9 background.


White color preview on #FACCB9 background

This text has white color on #FACCB9 background.