COLOR #FAB6AC

HEX: #FAB6AC
RGB: (250,182,172)

Color info

#FAB6AC contains mainly red color. Web safe color of #FAB6AC is #FFCC99 (or #FC9).

RGB color model

#FAB6AC color RGB value is (250,182,172).

  • red value is 250;
  • green value is 182;
  • blue value is 172.
RGB:
(250,182,172)
(98%,71%,67%)

RGB channels and saturation

R 250 of 255 = 98%
G 182 of 255 = 71%
B 172 of 255 = 67%

250
182
172

R + G + B ~ 79%. #FAB6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 182 + 172 = 604 (100%)
R 250 of 604 ~ 41.39%
G 182 of 604 ~ 30.13%
B 172 of 604 ~ 28.48%

%41.39
%30.13
%28.48

CMYK color model

#FAB6AC color CMYK value is (0,27,31,2).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 31.20%
  • key color value is 1.96%
CMYK:
(0,27,31,2)
C0M27Y31K2 
(0%,27%,31%,2%)
(0.00/0.27/0.31/0.02)	

CMYK percentages

%0
%27.2
%31.2
%1.96

Codes

Color #FAB6AC in popluar color models

FAB6AC
RGB250182172
HSL88.64%82.75%
HSB/HSV31.20%98.04%
CMYK0.00%27.20%31.20%
1.96%

Color #FAB6AC in popluar number systems.

HEXFAB6AC
Decimal250182172
Binary111110101011011010101100
Octal372266254

Shades and tints

Shades of #FAB6AC

#FAB6AC
(250,182,172)
#E4A69D
(228,166,157)
#CE968E
(206,150,142)
#B8867F
(184,134,127)
#A27670
(162,118,112)
#8C6661
(140,102,97)
#765652
(118,86,82)
#604643
(96,70,67)
#4A3634
(74,54,52)
#342625
(52,38,37)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #FAB6AC

#FAB6AC
(250,182,172)
#FABCB3
(250,188,179)
#FAC2BA
(250,194,186)
#FAC8C1
(250,200,193)
#FACEC8
(250,206,200)
#FAD4CF
(250,212,207)
#FADAD6
(250,218,214)
#FAE0DD
(250,224,221)
#FAE6E4
(250,230,228)
#FAECEB
(250,236,235)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB6AC color. Also use rgb(250,182,172) instead hex code.

Text Font Color

.myTextColor { color: #FAB6AC; }

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

This text font color is #FAB6AC.


Background Color

.myBgColor { background-color: #FAB6AC; }

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

This div background color is #FAB6AC.


Border color

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

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

This div border color is #FAB6AC.


Opacity

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

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

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

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

This text has shadow with #FAB6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB6AC on black background.


Color preview on white background

This text has color #FAB6AC on white background.



Black color preview on #FAB6AC background

This text has black color on #FAB6AC background.


White color preview on #FAB6AC background

This text has white color on #FAB6AC background.