COLOR #FAB5E6

HEX: #FAB5E6 RGB: (250,181,230)

Color info

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

RGB color model

#FAB5E6 color RGB value is (250,181,230).

RGB: (250,181,230) (98%, 71%, 90%)

RGB channels and saturation

R 250 of 255 = 98%
G 181 of 255 = 71%
B 230 of 255 = 90%

250
181
230

R + G + B ~ 86%. #FAB5E6 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 181 + 230 = 661 (100%)
R 250 of 661 ~ 37.82%
G 181 of 661 ~ 27.38%
B 230 of 661 ~ 34.8'%

%37.82
%27.38
%34.8

CMYK color model

#FAB5E6 color CMYK value is (0,28,8,2).

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

CMYK: (0,28,8,2)
C0M28Y8K2 (0%, 28%, 8%, 2%)
(0.00 / 0.28 / 0.08 / 0.02)

CMYK percentages

%0
%27.6
%8
%1.96

Codes

Color #FAB5E6 in popluar color models

FA B5 E6
RGB 250 181 230
HSL 317° 87.34% 84.51%
HSB/HSV 317° 27.60% 98.04%
CMYK 0.00% 27.60% 8.00%
1.96%

Color #FAB5E6 in popluar number systems.

HEX FA B5 E6
Decimal 250 181 230
Binary 11111010 10110101 11100110
Octal 372 265 346

Shades and tints

Shades of #FAB5E6

#FAB5E6
(250,181,230)
#E4A5D2
(228,165,210)
#CE95BE
(206,149,190)
#B885AA
(184,133,170)
#A27596
(162,117,150)
#8C6582
(140,101,130)
#76556E
(118,85,110)
#60455A
(96,69,90)
#4A3546
(74,53,70)
#342532
(52,37,50)
#1E151E
(30,21,30)
#000000
(0,0,0)

Tints of #FAB5E6

#FAB5E6
(250,181,230)
#FABBE8
(250,187,232)
#FAC1EA
(250,193,234)
#FAC7EC
(250,199,236)
#FACDEE
(250,205,238)
#FAD3F0
(250,211,240)
#FAD9F2
(250,217,242)
#FADFF4
(250,223,244)
#FAE5F6
(250,229,246)
#FAEBF8
(250,235,248)
#FAF1FA
(250,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB5E6; }

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

This text font color is #FAB5E6.

Background Color

.myBgColor { background-color: #FAB5E6; }

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

This div background color is #FAB5E6.

Border color

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

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

This div border color is #FAB5E6.

Opacity

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

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

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

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

This text has shadow with #FAB5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB5E6.

Preview

Color preview on black background

This text has color #FAB5E6 on black background.


Color preview on white background

This text has color #FAB5E6 on white background.


Black color preview on #FAB5E6 background

This text has black color on #FAB5E6 background.


White color preview on #FAB5E6 background

This text has white color on #FAB5E6 background.


Related colors

Complementary color

Complementary color for #hex is #054A19.


I love getcolorcode.com

Triadic colors

1 #E6FAB5 and #B5E6FA with #FAB5E6 are triadic colors.

2 #E6B5FA and #B5FAE6 with #FAB5E6 are triadic colors.