COLOR #FAABD8

HEX: #FAABD8 RGB: (250,171,216)

Color info

#FAABD8 contains mainly red and blue colors. Web safe color of #FAABD8 is #FF99CC (or #F9C).

RGB color model

#FAABD8 color RGB value is (250,171,216).

RGB: (250,171,216) (98%, 67%, 85%)

RGB channels and saturation

R 250 of 255 = 98%
G 171 of 255 = 67%
B 216 of 255 = 85%

250
171
216

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

Portions of RGB colors in percentages

R + G + B = 250 + 171 + 216 = 637 (100%)
R 250 of 637 ~ 39.25%
G 171 of 637 ~ 26.84%
B 216 of 637 ~ 33.91'%

%39.25
%26.84
%33.91

CMYK color model

#FAABD8 color CMYK value is (0,32,14,2).

  • cyan value is 0.00%
  • magenta value is 31.60%
  • yellow value is 13.60%
  • key color value is 1.96%
CMYK: (0,32,14,2) C0M32Y14K2 (0%,32%,14%,2%) (0.00/0.32/0.14/0.02) 

CMYK percentages

%0
%31.6
%13.6
%1.96

Codes

Color #FAABD8 in popluar color models

FA AB D8
RGB 250 171 216
HSL 326° 88.76% 82.55%
HSB/HSV 326° 31.60% 98.04%
CMYK 0.00% 31.60% 13.60%
1.96%

Color #FAABD8 in popluar number systems.

HEX FA AB D8
Decimal 250 171 216
Binary 11111010 10101011 11011000
Octal 372 253 330

Shades and tints

Shades of #FAABD8

#FAABD8
(250,171,216)
#E49CC5
(228,156,197)
#CE8DB2
(206,141,178)
#B87E9F
(184,126,159)
#A26F8C
(162,111,140)
#8C6079
(140,96,121)
#765166
(118,81,102)
#604253
(96,66,83)
#4A3340
(74,51,64)
#34242D
(52,36,45)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #FAABD8

#FAABD8
(250,171,216)
#FAB2DB
(250,178,219)
#FAB9DE
(250,185,222)
#FAC0E1
(250,192,225)
#FAC7E4
(250,199,228)
#FACEE7
(250,206,231)
#FAD5EA
(250,213,234)
#FADCED
(250,220,237)
#FAE3F0
(250,227,240)
#FAEAF3
(250,234,243)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAABD8 color. Also use rgb(250,171,216) instead hex code.

Text Font Color

.myTextColor { color: #FAABD8; }

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

This text font color is #FAABD8.

Background Color

.myBgColor { background-color: #FAABD8; }

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

This div background color is #FAABD8.

Border color

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

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

This div border color is #FAABD8.

Opacity

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

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

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

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

This text has shadow with #FAABD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAABD8.

Preview

Color preview on black background

This text has color #FAABD8 on black background.


Color preview on white background

This text has color #FAABD8 on white background.


Black color preview on #FAABD8 background

This text has black color on #FAABD8 background.


White color preview on #FAABD8 background

This text has white color on #FAABD8 background.


Related colors

Complementary color

Complementary color for #hex is #055427.


I love getcolorcode.com

Triadic colors

1 #D8FAAB and #ABD8FA with #FAABD8 are triadic colors.

2 #D8ABFA and #ABFAD8 with #FAABD8 are triadic colors.