COLOR #FABCF9

HEX: #FABCF9 RGB: (250,188,249)

Color info

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

RGB color model

#FABCF9 color RGB value is (250,188,249).

RGB: (250,188,249) (98%, 74%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 188 of 255 = 74%
B 249 of 255 = 98%

250
188
249

R + G + B ~ 90%. #FABCF9 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 188 + 249 = 687 (100%)
R 250 of 687 ~ 36.39%
G 188 of 687 ~ 27.37%
B 249 of 687 ~ 36.24'%

%36.39
%27.37
%36.24

CMYK color model

#FABCF9 color CMYK value is (0,25,0,2).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 0.40%
  • key color value is 1.96%

CMYK: (0,25,0,2)
C0M25Y0K2 (0%, 25%, 0%, 2%)
(0.00 / 0.25 / 0.00 / 0.02)

CMYK percentages

%0
%24.8
%0.4
%1.96

Codes

Color #FABCF9 in popluar color models

FA BC F9
RGB 250 188 249
HSL 301° 86.11% 85.88%
HSB/HSV 301° 24.80% 98.04%
CMYK 0.00% 24.80% 0.40%
1.96%

Color #FABCF9 in popluar number systems.

HEX FA BC F9
Decimal 250 188 249
Binary 11111010 10111100 11111001
Octal 372 274 371

Shades and tints

Shades of #FABCF9

#FABCF9
(250,188,249)
#E4ABE3
(228,171,227)
#CE9ACD
(206,154,205)
#B889B7
(184,137,183)
#A278A1
(162,120,161)
#8C678B
(140,103,139)
#765675
(118,86,117)
#60455F
(96,69,95)
#4A3449
(74,52,73)
#342333
(52,35,51)
#1E121D
(30,18,29)
#000000
(0,0,0)

Tints of #FABCF9

#FABCF9
(250,188,249)
#FAC2F9
(250,194,249)
#FAC8F9
(250,200,249)
#FACEF9
(250,206,249)
#FAD4F9
(250,212,249)
#FADAF9
(250,218,249)
#FAE0F9
(250,224,249)
#FAE6F9
(250,230,249)
#FAECF9
(250,236,249)
#FAF2F9
(250,242,249)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABCF9 color. Also use rgb(250,188,249) instead hex code.

Text Font Color

.myTextColor { color: #FABCF9; }

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

This text font color is #FABCF9.

Background Color

.myBgColor { background-color: #FABCF9; }

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

This div background color is #FABCF9.

Border color

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

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

This div border color is #FABCF9.

Opacity

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

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

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

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

This text has shadow with #FABCF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FABCF9.

Preview

Color preview on black background

This text has color #FABCF9 on black background.


Color preview on white background

This text has color #FABCF9 on white background.


Black color preview on #FABCF9 background

This text has black color on #FABCF9 background.


White color preview on #FABCF9 background

This text has white color on #FABCF9 background.


Related colors

Complementary color

Complementary color for #hex is #054306.


I love getcolorcode.com

Triadic colors

1 #F9FABC and #BCF9FA with #FABCF9 are triadic colors.

2 #F9BCFA and #BCFAF9 with #FABCF9 are triadic colors.