Color Hex Logo

#fabafb Color Hex

#FABAFB
(250,186,251)
0 Favorites   0 Comments

Color spaces of #fabafb

RGB 250186251
HSL0.830.890.86
HSV299°26°98°
CMYK 0.000.260.00   0.02
XYZ74.395862.406899.3914
Yxy62.40680.31500.2642
Hunter Lab78.998029.8547-19.2972
CIE-Lab83.129333.5125-23.0984

#fabafb color RGB value is (250,186,251).

#fabafb hex color red value is 250, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fabafb hue: 0.83 , saturation: 0.89 and the lightness value of fabafb is 0.86.

The process color (four color CMYK) of #fabafb color hex is 0.00, 0.26, 0.00, 0.02. Web safe color of #fabafb is #ffccff. Color #fabafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 11111011
Octal 372 272 373
Decimal 250 186 251
Hex FA BA FB

RGB Percentages of Color #fabafb

%36.39
%27.07
%36.54

CMYK Percentages of Color #fabafb

%0
%26
%0
%2

Triadic Colors of #fabafb

#fabafb #fbfaba #bafbfa

Analogous Colors of #fabafb

#fabafb #fbbadc #dabafb

Monochromatic Colors of #fabafb

#fabafb

Complementary Color

#fabafb #bbfbba

#fabafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabafb Color CSS Codes

.mybgcolor {background-color:#fabafb; } 
.myforecolor {color:#fabafb; }
.mybordercolor {border:3px solid #fabafb; }

#fabafb Text Font Color

<p style="color:#fabafb">Text here</p>

This sample text font color is #fabafb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fabafb Background Color

<div style="background-color:#fabafb">
Div content here</div>

This div background color is #fabafb


#fabafb Border Color

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

This div border color is #fabafb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,186,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fabafb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fabafb;
  -webkit-box-shadow: 1px 1px 3px 2px #fabafb;
  box-shadow:         1px 1px 3px 2px #fabafb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,186,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fabafb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fabafb;
  -webkit-box-shadow: 1px 1px 3px 2px #fabafb;
  box-shadow:         1px 1px 3px 2px #fabafb;">
Div content here</div>

This div box has shadow with color #fabafb


Comments

No comments written yet.

Please login to write comment.