COLOR #FAB5DF

HEX: #FAB5DF
RGB: (250,181,223)

Color info

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

RGB color model

#FAB5DF color RGB value is (250,181,223).

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

RGB channels and saturation

R 250 of 255 = 98%
G 181 of 255 = 71%
B 223 of 255 = 87%

250
181
223

R + G + B ~ 85%. #FAB5DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 181 + 223 = 654 (100%)
R 250 of 654 ~ 38.23%
G 181 of 654 ~ 27.68%
B 223 of 654 ~ 34.1%

%38.23
%27.68
%34.1

CMYK color model

#FAB5DF color CMYK value is (0,28,11,2).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 10.80%
  • key color value is 1.96%
CMYK:
(0,28,11,2)
C0M28Y11K2 
(0%,28%,11%,2%)
(0.00/0.28/0.11/0.02)	

CMYK percentages

%0
%27.6
%10.8
%1.96

Codes

Color #FAB5DF in popluar color models

FAB5DF
RGB250181223
HSL323°87.34%84.51%
HSB/HSV323°27.60%98.04%
CMYK0.00%27.60%10.80%
1.96%

Color #FAB5DF in popluar number systems.

HEXFAB5DF
Decimal250181223
Binary111110101011010111011111
Octal372265337

Shades and tints

Shades of #FAB5DF

#FAB5DF
(250,181,223)
#E4A5CB
(228,165,203)
#CE95B7
(206,149,183)
#B885A3
(184,133,163)
#A2758F
(162,117,143)
#8C657B
(140,101,123)
#765567
(118,85,103)
#604553
(96,69,83)
#4A353F
(74,53,63)
#34252B
(52,37,43)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #FAB5DF

#FAB5DF
(250,181,223)
#FABBE1
(250,187,225)
#FAC1E3
(250,193,227)
#FAC7E5
(250,199,229)
#FACDE7
(250,205,231)
#FAD3E9
(250,211,233)
#FAD9EB
(250,217,235)
#FADFED
(250,223,237)
#FAE5EF
(250,229,239)
#FAEBF1
(250,235,241)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB5DF; }

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

This text font color is #FAB5DF.


Background Color

.myBgColor { background-color: #FAB5DF; }

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

This div background color is #FAB5DF.


Border color

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

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

This div border color is #FAB5DF.


Opacity

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

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

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

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

This text has shadow with #FAB5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB5DF on black background.


Color preview on white background

This text has color #FAB5DF on white background.



Black color preview on #FAB5DF background

This text has black color on #FAB5DF background.


White color preview on #FAB5DF background

This text has white color on #FAB5DF background.