COLOR #FAB9EC

HEX: #FAB9EC RGB: (250,185,236)

Color info

#FAB9EC contains mainly red and blue colors. Web safe color of #FAB9EC is #FFCCFF (or #FCF).

RGB color model

#FAB9EC color RGB value is (250,185,236).

RGB: (250,185,236) (98%, 73%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 185 of 255 = 73%
B 236 of 255 = 93%

250
185
236

R + G + B ~ 88%. #FAB9EC is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 185 + 236 = 671 (100%)
R 250 of 671 ~ 37.26%
G 185 of 671 ~ 27.57%
B 236 of 671 ~ 35.17'%

%37.26
%27.57
%35.17

CMYK color model

#FAB9EC color CMYK value is (0,26,6,2).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 5.60%
  • key color value is 1.96%

CMYK: (0,26,6,2)
C0M26Y6K2 (0%, 26%, 6%, 2%)
(0.00 / 0.26 / 0.06 / 0.02)

CMYK percentages

%0
%26
%5.6
%1.96

Codes

Color #FAB9EC in popluar color models

FA B9 EC
RGB 250 185 236
HSL 313° 86.67% 85.29%
HSB/HSV 313° 26.00% 98.04%
CMYK 0.00% 26.00% 5.60%
1.96%

Color #FAB9EC in popluar number systems.

HEX FA B9 EC
Decimal 250 185 236
Binary 11111010 10111001 11101100
Octal 372 271 354

Shades and tints

Shades of #FAB9EC

#FAB9EC
(250,185,236)
#E4A9D7
(228,169,215)
#CE99C2
(206,153,194)
#B889AD
(184,137,173)
#A27998
(162,121,152)
#8C6983
(140,105,131)
#76596E
(118,89,110)
#604959
(96,73,89)
#4A3944
(74,57,68)
#34292F
(52,41,47)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #FAB9EC

#FAB9EC
(250,185,236)
#FABFED
(250,191,237)
#FAC5EE
(250,197,238)
#FACBEF
(250,203,239)
#FAD1F0
(250,209,240)
#FAD7F1
(250,215,241)
#FADDF2
(250,221,242)
#FAE3F3
(250,227,243)
#FAE9F4
(250,233,244)
#FAEFF5
(250,239,245)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB9EC color. Also use rgb(250,185,236) instead hex code.

Text Font Color

.myTextColor { color: #FAB9EC; }

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

This text font color is #FAB9EC.

Background Color

.myBgColor { background-color: #FAB9EC; }

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

This div background color is #FAB9EC.

Border color

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

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

This div border color is #FAB9EC.

Opacity

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

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

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

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

This text has shadow with #FAB9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB9EC.

Preview

Color preview on black background

This text has color #FAB9EC on black background.


Color preview on white background

This text has color #FAB9EC on white background.


Black color preview on #FAB9EC background

This text has black color on #FAB9EC background.


White color preview on #FAB9EC background

This text has white color on #FAB9EC background.


Related colors

Complementary color

Complementary color for #hex is #054613.


I love getcolorcode.com

Triadic colors

1 #ECFAB9 and #B9ECFA with #FAB9EC are triadic colors.

2 #ECB9FA and #B9FAEC with #FAB9EC are triadic colors.