COLOR #FACAB8

HEX: #FACAB8 RGB: (250,202,184)

Color info

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

RGB color model

#FACAB8 color RGB value is (250,202,184).

RGB: (250,202,184) (98%, 79%, 72%)

RGB channels and saturation

R 250 of 255 = 98%
G 202 of 255 = 79%
B 184 of 255 = 72%

250
202
184

R + G + B ~ 83%. #FACAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 202 + 184 = 636 (100%)
R 250 of 636 ~ 39.31%
G 202 of 636 ~ 31.76%
B 184 of 636 ~ 28.93'%

%39.31
%31.76
%28.93

CMYK color model

#FACAB8 color CMYK value is (0,19,26,2).

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

CMYK: (0,19,26,2)
C0M19Y26K2 (0%, 19%, 26%, 2%)
(0.00 / 0.19 / 0.26 / 0.02)

CMYK percentages

%0
%19.2
%26.4
%1.96

Codes

Color #FACAB8 in popluar color models

FA CA B8
RGB 250 202 184
HSL 16° 86.84% 85.10%
HSB/HSV 16° 26.40% 98.04%
CMYK 0.00% 19.20% 26.40%
1.96%

Color #FACAB8 in popluar number systems.

HEX FA CA B8
Decimal 250 202 184
Binary 11111010 11001010 10111000
Octal 372 312 270

Shades and tints

Shades of #FACAB8

#FACAB8
(250,202,184)
#E4B8A8
(228,184,168)
#CEA698
(206,166,152)
#B89488
(184,148,136)
#A28278
(162,130,120)
#8C7068
(140,112,104)
#765E58
(118,94,88)
#604C48
(96,76,72)
#4A3A38
(74,58,56)
#342828
(52,40,40)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #FACAB8

#FACAB8
(250,202,184)
#FACEBE
(250,206,190)
#FAD2C4
(250,210,196)
#FAD6CA
(250,214,202)
#FADAD0
(250,218,208)
#FADED6
(250,222,214)
#FAE2DC
(250,226,220)
#FAE6E2
(250,230,226)
#FAEAE8
(250,234,232)
#FAEEEE
(250,238,238)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACAB8; }

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

This text font color is #FACAB8.

Background Color

.myBgColor { background-color: #FACAB8; }

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

This div background color is #FACAB8.

Border color

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

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

This div border color is #FACAB8.

Opacity

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

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

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

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

This text has shadow with #FACAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACAB8.

Preview

Color preview on black background

This text has color #FACAB8 on black background.


Color preview on white background

This text has color #FACAB8 on white background.


Black color preview on #FACAB8 background

This text has black color on #FACAB8 background.


White color preview on #FACAB8 background

This text has white color on #FACAB8 background.


Related colors

Complementary color

Complementary color for #hex is #053547.


I love getcolorcode.com

Triadic colors

1 #B8FACA and #CAB8FA with #FACAB8 are triadic colors.

2 #B8CAFA and #CAFAB8 with #FACAB8 are triadic colors.