Color Hex Logo

#fabefb Color Hex

#FABEFB
(250,190,251)
0 Favorites   0 Comments

Color spaces of #fabefb

RGB 250190251
HSL0.830.880.86
HSV299°24°98°
CMYK 0.000.240.00   0.02
XYZ75.250464.115999.6763
Yxy64.11590.31480.2682
Hunter Lab80.072427.6239-17.7551
CIE-Lab84.026131.4047-21.7374

#fabefb color RGB value is (250,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11111011
Octal 372 276 373
Decimal 250 190 251
Hex FA BE FB

RGB Percentages of Color #fabefb

%36.18
%27.50
%36.32

CMYK Percentages of Color #fabefb

%0
%24
%0
%2

Triadic Colors of #fabefb

#fabefb #fbfabe #befbfa

Analogous Colors of #fabefb

#fabefb #fbbede #dcbefb

Monochromatic Colors of #fabefb

#fabefb

Complementary Color

#fabefb #bffbbe

#fabefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabefb Color CSS Codes

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

#fabefb Text Font Color

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

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


#fabefb Background Color

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

This div background color is #fabefb


#fabefb Border Color

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

This div border color is #fabefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabefb

Related Colors


Comments

No comments written yet.

Please login to write comment.