COLOR #FAB4A2

HEX: #FAB4A2
RGB: (250,180,162)

Color info

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

RGB color model

#FAB4A2 color RGB value is (250,180,162).

  • red value is 250;
  • green value is 180;
  • blue value is 162.
RGB:
(250,180,162)
(98%,71%,64%)

RGB channels and saturation

R 250 of 255 = 98%
G 180 of 255 = 71%
B 162 of 255 = 64%

250
180
162

R + G + B ~ 78%. #FAB4A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 180 + 162 = 592 (100%)
R 250 of 592 ~ 42.23%
G 180 of 592 ~ 30.41%
B 162 of 592 ~ 27.36%

%42.23
%30.41
%27.36

CMYK color model

#FAB4A2 color CMYK value is (0,28,35,2).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 35.20%
  • key color value is 1.96%
CMYK:
(0,28,35,2)
C0M28Y35K2 
(0%,28%,35%,2%)
(0.00/0.28/0.35/0.02)	

CMYK percentages

%0
%28
%35.2
%1.96

Codes

Color #FAB4A2 in popluar color models

FAB4A2
RGB250180162
HSL12°89.80%80.78%
HSB/HSV12°35.20%98.04%
CMYK0.00%28.00%35.20%
1.96%

Color #FAB4A2 in popluar number systems.

HEXFAB4A2
Decimal250180162
Binary111110101011010010100010
Octal372264242

Shades and tints

Shades of #FAB4A2

#FAB4A2
(250,180,162)
#E4A494
(228,164,148)
#CE9486
(206,148,134)
#B88478
(184,132,120)
#A2746A
(162,116,106)
#8C645C
(140,100,92)
#76544E
(118,84,78)
#604440
(96,68,64)
#4A3432
(74,52,50)
#342424
(52,36,36)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #FAB4A2

#FAB4A2
(250,180,162)
#FABAAA
(250,186,170)
#FAC0B2
(250,192,178)
#FAC6BA
(250,198,186)
#FACCC2
(250,204,194)
#FAD2CA
(250,210,202)
#FAD8D2
(250,216,210)
#FADEDA
(250,222,218)
#FAE4E2
(250,228,226)
#FAEAEA
(250,234,234)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB4A2 color. Also use rgb(250,180,162) instead hex code.

Text Font Color

.myTextColor { color: #FAB4A2; }

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

This text font color is #FAB4A2.


Background Color

.myBgColor { background-color: #FAB4A2; }

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

This div background color is #FAB4A2.


Border color

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

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

This div border color is #FAB4A2.


Opacity

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

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

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

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

This text has shadow with #FAB4A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB4A2 on black background.


Color preview on white background

This text has color #FAB4A2 on white background.



Black color preview on #FAB4A2 background

This text has black color on #FAB4A2 background.


White color preview on #FAB4A2 background

This text has white color on #FAB4A2 background.