Color Hex Logo

#fabdfb Color Hex

#FABDFB
(250,189,251)
0 Favorites   0 Comments

Color spaces of #fabdfb

RGB 250189251
HSL0.830.890.86
HSV299°25°98°
CMYK 0.000.250.00   0.02
XYZ75.034563.684299.6043
Yxy63.68420.31480.2672
Hunter Lab79.802428.1812-18.1404
CIE-Lab83.801131.9317-22.0786

#fabdfb color RGB value is (250,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11111011
Octal 372 275 373
Decimal 250 189 251
Hex FA BD FB

RGB Percentages of Color #fabdfb

%36.23
%27.39
%36.38

CMYK Percentages of Color #fabdfb

%0
%25
%0
%2

Triadic Colors of #fabdfb

#fabdfb #fbfabd #bdfbfa

Analogous Colors of #fabdfb

#fabdfb #fbbddd #dbbdfb

Monochromatic Colors of #fabdfb

#fabdfb

Complementary Color

#fabdfb #befbbd

#fabdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdfb Color CSS Codes

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

#fabdfb Text Font Color

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

This sample text font color is #fabdfb
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.


#fabdfb Background Color

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

This div background color is #fabdfb


#fabdfb Border Color

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

This div border color is #fabdfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,189,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 #fabdfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.