COLOR #FAB5CA

HEX: #FAB5CA
RGB: (250,181,202)

Color info

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

RGB color model

#FAB5CA color RGB value is (250,181,202).

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

RGB channels and saturation

R 250 of 255 = 98%
G 181 of 255 = 71%
B 202 of 255 = 79%

250
181
202

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

Portions of RGB colors in percentages

R + G + B =
250 + 181 + 202 = 633 (100%)
R 250 of 633 ~ 39.49%
G 181 of 633 ~ 28.59%
B 202 of 633 ~ 31.91%

%39.49
%28.59
%31.91

CMYK color model

#FAB5CA color CMYK value is (0,28,19,2).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK:
(0,28,19,2)
C0M28Y19K2 
(0%,28%,19%,2%)
(0.00/0.28/0.19/0.02)	

CMYK percentages

%0
%27.6
%19.2
%1.96

Codes

Color #FAB5CA in popluar color models

FAB5CA
RGB250181202
HSL342°87.34%84.51%
HSB/HSV342°27.60%98.04%
CMYK0.00%27.60%19.20%
1.96%

Color #FAB5CA in popluar number systems.

HEXFAB5CA
Decimal250181202
Binary111110101011010111001010
Octal372265312

Shades and tints

Shades of #FAB5CA

#FAB5CA
(250,181,202)
#E4A5B8
(228,165,184)
#CE95A6
(206,149,166)
#B88594
(184,133,148)
#A27582
(162,117,130)
#8C6570
(140,101,112)
#76555E
(118,85,94)
#60454C
(96,69,76)
#4A353A
(74,53,58)
#342528
(52,37,40)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #FAB5CA

#FAB5CA
(250,181,202)
#FABBCE
(250,187,206)
#FAC1D2
(250,193,210)
#FAC7D6
(250,199,214)
#FACDDA
(250,205,218)
#FAD3DE
(250,211,222)
#FAD9E2
(250,217,226)
#FADFE6
(250,223,230)
#FAE5EA
(250,229,234)
#FAEBEE
(250,235,238)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB5CA; }

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

This text font color is #FAB5CA.


Background Color

.myBgColor { background-color: #FAB5CA; }

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

This div background color is #FAB5CA.


Border color

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

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

This div border color is #FAB5CA.


Opacity

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

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

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

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

This text has shadow with #FAB5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB5CA on black background.


Color preview on white background

This text has color #FAB5CA on white background.



Black color preview on #FAB5CA background

This text has black color on #FAB5CA background.


White color preview on #FAB5CA background

This text has white color on #FAB5CA background.