COLOR #FAB5E4

HEX: #FAB5E4 RGB: (250,181,228)

Color info

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

RGB color model

#FAB5E4 color RGB value is (250,181,228).

RGB: (250,181,228) (98%, 71%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 181 of 255 = 71%
B 228 of 255 = 89%

250
181
228

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

Portions of RGB colors in percentages

R + G + B = 250 + 181 + 228 = 659 (100%)
R 250 of 659 ~ 37.94%
G 181 of 659 ~ 27.47%
B 228 of 659 ~ 34.6'%

%37.94
%27.47
%34.6

CMYK color model

#FAB5E4 color CMYK value is (0,28,9,2).

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

CMYK: (0,28,9,2)
C0M28Y9K2 (0%, 28%, 9%, 2%)
(0.00 / 0.28 / 0.09 / 0.02)

CMYK percentages

%0
%27.6
%8.8
%1.96

Codes

Color #FAB5E4 in popluar color models

FA B5 E4
RGB 250 181 228
HSL 319° 87.34% 84.51%
HSB/HSV 319° 27.60% 98.04%
CMYK 0.00% 27.60% 8.80%
1.96%

Color #FAB5E4 in popluar number systems.

HEX FA B5 E4
Decimal 250 181 228
Binary 11111010 10110101 11100100
Octal 372 265 344

Shades and tints

Shades of #FAB5E4

#FAB5E4
(250,181,228)
#E4A5D0
(228,165,208)
#CE95BC
(206,149,188)
#B885A8
(184,133,168)
#A27594
(162,117,148)
#8C6580
(140,101,128)
#76556C
(118,85,108)
#604558
(96,69,88)
#4A3544
(74,53,68)
#342530
(52,37,48)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #FAB5E4

#FAB5E4
(250,181,228)
#FABBE6
(250,187,230)
#FAC1E8
(250,193,232)
#FAC7EA
(250,199,234)
#FACDEC
(250,205,236)
#FAD3EE
(250,211,238)
#FAD9F0
(250,217,240)
#FADFF2
(250,223,242)
#FAE5F4
(250,229,244)
#FAEBF6
(250,235,246)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB5E4; }

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

This text font color is #FAB5E4.

Background Color

.myBgColor { background-color: #FAB5E4; }

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

This div background color is #FAB5E4.

Border color

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

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

This div border color is #FAB5E4.

Opacity

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

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

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

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

This text has shadow with #FAB5E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB5E4.

Preview

Color preview on black background

This text has color #FAB5E4 on black background.


Color preview on white background

This text has color #FAB5E4 on white background.


Black color preview on #FAB5E4 background

This text has black color on #FAB5E4 background.


White color preview on #FAB5E4 background

This text has white color on #FAB5E4 background.


Related colors

Complementary color

Complementary color for #hex is #054A1B.


I love getcolorcode.com

Triadic colors

1 #E4FAB5 and #B5E4FA with #FAB5E4 are triadic colors.

2 #E4B5FA and #B5FAE4 with #FAB5E4 are triadic colors.