Color Hex Logo

#fbadfe Color Hex

#FBADFE
(251,173,254)
0 Favorites   0 Comments

Color spaces of #fbadfe

RGB 251173254
HSL0.830.980.84
HSV298°32°100°
CMYK 0.010.320.00   0.00
XYZ72.616657.5521101.0473
Yxy57.55210.31410.2489
Hunter Lab75.863138.1008-25.8683
CIE-Lab80.489141.1894-28.7219

#fbadfe color RGB value is (251,173,254).

#fbadfe hex color red value is 251, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fbadfe hue: 0.83 , saturation: 0.98 and the lightness value of fbadfe is 0.84.

The process color (four color CMYK) of #fbadfe color hex is 0.01, 0.32, 0.00, 0.00. Web safe color of #fbadfe is #ff99ff. Color #fbadfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11111110
Octal 373 255 376
Decimal 251 173 254
Hex FB AD FE

RGB Percentages of Color #fbadfe

%37.02
%25.52
%37.46

CMYK Percentages of Color #fbadfe

%1
%32
%0
%0

Triadic Colors of #fbadfe

#fbadfe #fefbad #adfefb

Analogous Colors of #fbadfe

#fbadfe #feadd9 #d3adfe

Monochromatic Colors of #fbadfe

#fbadfe

Complementary Color

#fbadfe #b0fead

#fbadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadfe Color CSS Codes

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

#fbadfe Text Font Color

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

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


#fbadfe Background Color

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

This div background color is #fbadfe


#fbadfe Border Color

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

This div border color is #fbadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadfe

Related Colors


Comments

No comments written yet.

Please login to write comment.