COLOR #FAB5C3

HEX: #FAB5C3
RGB: (250,181,195)

Color info

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

RGB color model

#FAB5C3 color RGB value is (250,181,195).

  • red value is 250;
  • green value is 181;
  • blue value is 195.
RGB:
(250,181,195)
(98%,71%,76%)

RGB channels and saturation

R 250 of 255 = 98%
G 181 of 255 = 71%
B 195 of 255 = 76%

250
181
195

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

Portions of RGB colors in percentages

R + G + B =
250 + 181 + 195 = 626 (100%)
R 250 of 626 ~ 39.94%
G 181 of 626 ~ 28.91%
B 195 of 626 ~ 31.15%

%39.94
%28.91
%31.15

CMYK color model

#FAB5C3 color CMYK value is (0,28,22,2).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 22.00%
  • key color value is 1.96%
CMYK:
(0,28,22,2)
C0M28Y22K2 
(0%,28%,22%,2%)
(0.00/0.28/0.22/0.02)	

CMYK percentages

%0
%27.6
%22
%1.96

Codes

Color #FAB5C3 in popluar color models

FAB5C3
RGB250181195
HSL348°87.34%84.51%
HSB/HSV348°27.60%98.04%
CMYK0.00%27.60%22.00%
1.96%

Color #FAB5C3 in popluar number systems.

HEXFAB5C3
Decimal250181195
Binary111110101011010111000011
Octal372265303

Shades and tints

Shades of #FAB5C3

#FAB5C3
(250,181,195)
#E4A5B2
(228,165,178)
#CE95A1
(206,149,161)
#B88590
(184,133,144)
#A2757F
(162,117,127)
#8C656E
(140,101,110)
#76555D
(118,85,93)
#60454C
(96,69,76)
#4A353B
(74,53,59)
#34252A
(52,37,42)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #FAB5C3

#FAB5C3
(250,181,195)
#FABBC8
(250,187,200)
#FAC1CD
(250,193,205)
#FAC7D2
(250,199,210)
#FACDD7
(250,205,215)
#FAD3DC
(250,211,220)
#FAD9E1
(250,217,225)
#FADFE6
(250,223,230)
#FAE5EB
(250,229,235)
#FAEBF0
(250,235,240)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB5C3 color. Also use rgb(250,181,195) instead hex code.

Text Font Color

.myTextColor { color: #FAB5C3; }

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

This text font color is #FAB5C3.


Background Color

.myBgColor { background-color: #FAB5C3; }

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

This div background color is #FAB5C3.


Border color

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

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

This div border color is #FAB5C3.


Opacity

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

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

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

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

This text has shadow with #FAB5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB5C3 on black background.


Color preview on white background

This text has color #FAB5C3 on white background.



Black color preview on #FAB5C3 background

This text has black color on #FAB5C3 background.


White color preview on #FAB5C3 background

This text has white color on #FAB5C3 background.