Color Hex Logo

#fabcfb Color Hex

#FABCFB
(250,188,251)
0 Favorites   0 Comments

Color spaces of #fabcfb

RGB 250188251
HSL0.830.890.86
HSV299°25°98°
CMYK 0.000.250.00   0.02
XYZ74.820163.255599.5329
Yxy63.25550.31490.2662
Hunter Lab79.533328.7386-18.5258
CIE-Lab83.576632.4586-22.4191

#fabcfb color RGB value is (250,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11111011
Octal 372 274 373
Decimal 250 188 251
Hex FA BC FB

RGB Percentages of Color #fabcfb

%36.28
%27.29
%36.43

CMYK Percentages of Color #fabcfb

%0
%25
%0
%2

Triadic Colors of #fabcfb

#fabcfb #fbfabc #bcfbfa

Analogous Colors of #fabcfb

#fabcfb #fbbcdd #dbbcfb

Monochromatic Colors of #fabcfb

#fabcfb

Complementary Color

#fabcfb #bdfbbc

#fabcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcfb Color CSS Codes

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

#fabcfb Text Font Color

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

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


#fabcfb Background Color

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

This div background color is #fabcfb


#fabcfb Border Color

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

This div border color is #fabcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcfb


Comments

No comments written yet.

Please login to write comment.