COLOR #FABDFC

HEX: #FABDFC
RGB: (250,189,252)

Color info

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

RGB color model

#FABDFC color RGB value is (250,189,252).

  • red value is 250;
  • green value is 189;
  • blue value is 252.
RGB:
(250,189,252)
(98%,74%,99%)

RGB channels and saturation

R 250 of 255 = 98%
G 189 of 255 = 74%
B 252 of 255 = 99%

250
189
252

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

Portions of RGB colors in percentages

R + G + B =
250 + 189 + 252 = 691 (100%)
R 250 of 691 ~ 36.18%
G 189 of 691 ~ 27.35%
B 252 of 691 ~ 36.47%

%36.18
%27.35
%36.47

CMYK color model

#FABDFC color CMYK value is (1,25,0,1).

  • cyan value is 0.79%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(1,25,0,1)
C1M25Y0K1 
(1%,25%,0%,1%)
(0.01/0.25/0.00/0.01)	

CMYK percentages

%0.79
%25
%0
%1.18

Codes

Color #FABDFC in popluar color models

FABDFC
RGB250189252
HSL298°91.30%86.47%
HSB/HSV298°25.00%98.82%
CMYK0.79%25.00%0.00%
1.18%

Color #FABDFC in popluar number systems.

HEXFABDFC
Decimal250189252
Binary111110101011110111111100
Octal372275374

Shades and tints

Shades of #FABDFC

#FABDFC
(250,189,252)
#E4ACE6
(228,172,230)
#CE9BD0
(206,155,208)
#B88ABA
(184,138,186)
#A279A4
(162,121,164)
#8C688E
(140,104,142)
#765778
(118,87,120)
#604662
(96,70,98)
#4A354C
(74,53,76)
#342436
(52,36,54)
#1E1320
(30,19,32)
#000000
(0,0,0)

Tints of #FABDFC

#FABDFC
(250,189,252)
#FAC3FC
(250,195,252)
#FAC9FC
(250,201,252)
#FACFFC
(250,207,252)
#FAD5FC
(250,213,252)
#FADBFC
(250,219,252)
#FAE1FC
(250,225,252)
#FAE7FC
(250,231,252)
#FAEDFC
(250,237,252)
#FAF3FC
(250,243,252)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABDFC color. Also use rgb(250,189,252) instead hex code.

Text Font Color

.myTextColor { color: #FABDFC; }

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

This text font color is #FABDFC.


Background Color

.myBgColor { background-color: #FABDFC; }

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

This div background color is #FABDFC.


Border color

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

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

This div border color is #FABDFC.


Opacity

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

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

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

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

This text has shadow with #FABDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABDFC on black background.


Color preview on white background

This text has color #FABDFC on white background.



Black color preview on #FABDFC background

This text has black color on #FABDFC background.


White color preview on #FABDFC background

This text has white color on #FABDFC background.