Color Hex Logo

#fabbfe Color Hex

#FABBFE
(250,187,254)
0 Favorites   0 Comments

Color spaces of #fabbfe

RGB 250187254
HSL0.820.970.86
HSV296°26°100°
CMYK 0.020.260.00   0.00
XYZ75.084163.0204101.9727
Yxy63.02040.31270.2625
Hunter Lab79.385429.9040-20.5899
CIE-Lab83.453133.5334-24.2053

#fabbfe color RGB value is (250,187,254).

#fabbfe hex color red value is 250, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fabbfe hue: 0.82 , saturation: 0.97 and the lightness value of fabbfe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 11111110
Octal 372 273 376
Decimal 250 187 254
Hex FA BB FE

RGB Percentages of Color #fabbfe

%36.18
%27.06
%36.76

CMYK Percentages of Color #fabbfe

%2
%26
%0
%0

Triadic Colors of #fabbfe

#fabbfe #fefabb #bbfefa

Analogous Colors of #fabbfe

#fabbfe #febbe1 #d9bbfe

Monochromatic Colors of #fabbfe

#fabbfe

Complementary Color

#fabbfe #bffebb

#fabbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabbfe Color CSS Codes

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

#fabbfe Text Font Color

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

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


#fabbfe Background Color

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

This div background color is #fabbfe


#fabbfe Border Color

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

This div border color is #fabbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabbfe


Comments

No comments written yet.

Please login to write comment.