COLOR #FACCAE

HEX: #FACCAE
RGB: (250,204,174)

Color info

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

RGB color model

#FACCAE color RGB value is (250,204,174).

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

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 174 of 255 = 68%

250
204
174

R + G + B ~ 82%. #FACCAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 204 + 174 = 628 (100%)
R 250 of 628 ~ 39.81%
G 204 of 628 ~ 32.48%
B 174 of 628 ~ 27.71%

%39.81
%32.48
%27.71

CMYK color model

#FACCAE color CMYK value is (0,18,30,2).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 30.40%
  • key color value is 1.96%
CMYK:
(0,18,30,2)
C0M18Y30K2 
(0%,18%,30%,2%)
(0.00/0.18/0.30/0.02)	

CMYK percentages

%0
%18.4
%30.4
%1.96

Codes

Color #FACCAE in popluar color models

FACCAE
RGB250204174
HSL24°88.37%83.14%
HSB/HSV24°30.40%98.04%
CMYK0.00%18.40%30.40%
1.96%

Color #FACCAE in popluar number systems.

HEXFACCAE
Decimal250204174
Binary111110101100110010101110
Octal372314256

Shades and tints

Shades of #FACCAE

#FACCAE
(250,204,174)
#E4BA9F
(228,186,159)
#CEA890
(206,168,144)
#B89681
(184,150,129)
#A28472
(162,132,114)
#8C7263
(140,114,99)
#766054
(118,96,84)
#604E45
(96,78,69)
#4A3C36
(74,60,54)
#342A27
(52,42,39)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #FACCAE

#FACCAE
(250,204,174)
#FAD0B5
(250,208,181)
#FAD4BC
(250,212,188)
#FAD8C3
(250,216,195)
#FADCCA
(250,220,202)
#FAE0D1
(250,224,209)
#FAE4D8
(250,228,216)
#FAE8DF
(250,232,223)
#FAECE6
(250,236,230)
#FAF0ED
(250,240,237)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACCAE; }

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

This text font color is #FACCAE.


Background Color

.myBgColor { background-color: #FACCAE; }

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

This div background color is #FACCAE.


Border color

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

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

This div border color is #FACCAE.


Opacity

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

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

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

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

This text has shadow with #FACCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACCAE on black background.


Color preview on white background

This text has color #FACCAE on white background.



Black color preview on #FACCAE background

This text has black color on #FACCAE background.


White color preview on #FACCAE background

This text has white color on #FACCAE background.