COLOR #FACAAE

HEX: #FACAAE
RGB: (250,202,174)

Color info

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

RGB color model

#FACAAE color RGB value is (250,202,174).

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

RGB channels and saturation

R 250 of 255 = 98%
G 202 of 255 = 79%
B 174 of 255 = 68%

250
202
174

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

Portions of RGB colors in percentages

R + G + B =
250 + 202 + 174 = 626 (100%)
R 250 of 626 ~ 39.94%
G 202 of 626 ~ 32.27%
B 174 of 626 ~ 27.8%

%39.94
%32.27
%27.8

CMYK color model

#FACAAE color CMYK value is (0,19,30,2).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 30.40%
  • key color value is 1.96%
CMYK:
(0,19,30,2)
C0M19Y30K2 
(0%,19%,30%,2%)
(0.00/0.19/0.30/0.02)	

CMYK percentages

%0
%19.2
%30.4
%1.96

Codes

Color #FACAAE in popluar color models

FACAAE
RGB250202174
HSL22°88.37%83.14%
HSB/HSV22°30.40%98.04%
CMYK0.00%19.20%30.40%
1.96%

Color #FACAAE in popluar number systems.

HEXFACAAE
Decimal250202174
Binary111110101100101010101110
Octal372312256

Shades and tints

Shades of #FACAAE

#FACAAE
(250,202,174)
#E4B89F
(228,184,159)
#CEA690
(206,166,144)
#B89481
(184,148,129)
#A28272
(162,130,114)
#8C7063
(140,112,99)
#765E54
(118,94,84)
#604C45
(96,76,69)
#4A3A36
(74,58,54)
#342827
(52,40,39)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #FACAAE

#FACAAE
(250,202,174)
#FACEB5
(250,206,181)
#FAD2BC
(250,210,188)
#FAD6C3
(250,214,195)
#FADACA
(250,218,202)
#FADED1
(250,222,209)
#FAE2D8
(250,226,216)
#FAE6DF
(250,230,223)
#FAEAE6
(250,234,230)
#FAEEED
(250,238,237)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACAAE; }

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

This text font color is #FACAAE.


Background Color

.myBgColor { background-color: #FACAAE; }

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

This div background color is #FACAAE.


Border color

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

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

This div border color is #FACAAE.


Opacity

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

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

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

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

This text has shadow with #FACAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACAAE on black background.


Color preview on white background

This text has color #FACAAE on white background.



Black color preview on #FACAAE background

This text has black color on #FACAAE background.


White color preview on #FACAAE background

This text has white color on #FACAAE background.