COLOR #FAB5DA

HEX: #FAB5DA RGB: (250,181,218)

Color info

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

RGB color model

#FAB5DA color RGB value is (250,181,218).

RGB: (250,181,218) (98%, 71%, 85%)

RGB channels and saturation

R 250 of 255 = 98%
G 181 of 255 = 71%
B 218 of 255 = 85%

250
181
218

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

Portions of RGB colors in percentages

R + G + B = 250 + 181 + 218 = 649 (100%)
R 250 of 649 ~ 38.52%
G 181 of 649 ~ 27.89%
B 218 of 649 ~ 33.59'%

%38.52
%27.89
%33.59

CMYK color model

#FAB5DA color CMYK value is (0,28,13,2).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 12.80%
  • key color value is 1.96%

CMYK: (0,28,13,2)
C0M28Y13K2 (0%, 28%, 13%, 2%)
(0.00 / 0.28 / 0.13 / 0.02)

CMYK percentages

%0
%27.6
%12.8
%1.96

Codes

Color #FAB5DA in popluar color models

FA B5 DA
RGB 250 181 218
HSL 328° 87.34% 84.51%
HSB/HSV 328° 27.60% 98.04%
CMYK 0.00% 27.60% 12.80%
1.96%

Color #FAB5DA in popluar number systems.

HEX FA B5 DA
Decimal 250 181 218
Binary 11111010 10110101 11011010
Octal 372 265 332

Shades and tints

Shades of #FAB5DA

#FAB5DA
(250,181,218)
#E4A5C7
(228,165,199)
#CE95B4
(206,149,180)
#B885A1
(184,133,161)
#A2758E
(162,117,142)
#8C657B
(140,101,123)
#765568
(118,85,104)
#604555
(96,69,85)
#4A3542
(74,53,66)
#34252F
(52,37,47)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #FAB5DA

#FAB5DA
(250,181,218)
#FABBDD
(250,187,221)
#FAC1E0
(250,193,224)
#FAC7E3
(250,199,227)
#FACDE6
(250,205,230)
#FAD3E9
(250,211,233)
#FAD9EC
(250,217,236)
#FADFEF
(250,223,239)
#FAE5F2
(250,229,242)
#FAEBF5
(250,235,245)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB5DA; }

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

This text font color is #FAB5DA.

Background Color

.myBgColor { background-color: #FAB5DA; }

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

This div background color is #FAB5DA.

Border color

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

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

This div border color is #FAB5DA.

Opacity

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

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

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

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

This text has shadow with #FAB5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB5DA.

Preview

Color preview on black background

This text has color #FAB5DA on black background.


Color preview on white background

This text has color #FAB5DA on white background.


Black color preview on #FAB5DA background

This text has black color on #FAB5DA background.


White color preview on #FAB5DA background

This text has white color on #FAB5DA background.


Related colors

Complementary color

Complementary color for #hex is #054A25.


I love getcolorcode.com

Triadic colors

1 #DAFAB5 and #B5DAFA with #FAB5DA are triadic colors.

2 #DAB5FA and #B5FADA with #FAB5DA are triadic colors.