COLOR #FACAAD

HEX: #FACAAD RGB: (250,202,173)

Color info

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

RGB color model

#FACAAD color RGB value is (250,202,173).

RGB: (250,202,173) (98%, 79%, 68%)

RGB channels and saturation

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

250
202
173

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

Portions of RGB colors in percentages

R + G + B = 250 + 202 + 173 = 625 (100%)
R 250 of 625 ~ 40%
G 202 of 625 ~ 32.32%
B 173 of 625 ~ 27.68'%

%40
%32.32
%27.68

CMYK color model

#FACAAD color CMYK value is (0,19,31,2).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 30.80%
  • key color value is 1.96%

CMYK: (0,19,31,2)
C0M19Y31K2 (0%, 19%, 31%, 2%)
(0.00 / 0.19 / 0.31 / 0.02)

CMYK percentages

%0
%19.2
%30.8
%1.96

Codes

Color #FACAAD in popluar color models

FA CA AD
RGB 250 202 173
HSL 23° 88.51% 82.94%
HSB/HSV 23° 30.80% 98.04%
CMYK 0.00% 19.20% 30.80%
1.96%

Color #FACAAD in popluar number systems.

HEX FA CA AD
Decimal 250 202 173
Binary 11111010 11001010 10101101
Octal 372 312 255

Shades and tints

Shades of #FACAAD

#FACAAD
(250,202,173)
#E4B89E
(228,184,158)
#CEA68F
(206,166,143)
#B89480
(184,148,128)
#A28271
(162,130,113)
#8C7062
(140,112,98)
#765E53
(118,94,83)
#604C44
(96,76,68)
#4A3A35
(74,58,53)
#342826
(52,40,38)
#1E1617
(30,22,23)
#000000
(0,0,0)

Tints of #FACAAD

#FACAAD
(250,202,173)
#FACEB4
(250,206,180)
#FAD2BB
(250,210,187)
#FAD6C2
(250,214,194)
#FADAC9
(250,218,201)
#FADED0
(250,222,208)
#FAE2D7
(250,226,215)
#FAE6DE
(250,230,222)
#FAEAE5
(250,234,229)
#FAEEEC
(250,238,236)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACAAD; }

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

This text font color is #FACAAD.

Background Color

.myBgColor { background-color: #FACAAD; }

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

This div background color is #FACAAD.

Border color

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

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

This div border color is #FACAAD.

Opacity

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

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

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

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

This text has shadow with #FACAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACAAD.

Preview

Color preview on black background

This text has color #FACAAD on black background.


Color preview on white background

This text has color #FACAAD on white background.


Black color preview on #FACAAD background

This text has black color on #FACAAD background.


White color preview on #FACAAD background

This text has white color on #FACAAD background.


Related colors

Complementary color

Complementary color for #hex is #053552.


I love getcolorcode.com

Triadic colors

1 #ADFACA and #CAADFA with #FACAAD are triadic colors.

2 #ADCAFA and #CAFAAD with #FACAAD are triadic colors.