Color Hex Logo

#fbbefe Color Hex

#FBBEFE
(251,190,254)
0 Favorites   0 Comments

Color spaces of #fbbefe

RGB 251190254
HSL0.830.970.87
HSV297°25°100°
CMYK 0.010.250.00   0.00
XYZ76.086564.4919102.2039
Yxy64.49190.31340.2656
Hunter Lab80.306828.5823-19.2416
CIE-Lab84.221232.2703-23.0287

#fbbefe color RGB value is (251,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11111110
Octal 373 276 376
Decimal 251 190 254
Hex FB BE FE

RGB Percentages of Color #fbbefe

%36.12
%27.34
%36.55

CMYK Percentages of Color #fbbefe

%1
%25
%0
%0

Triadic Colors of #fbbefe

#fbbefe #fefbbe #befefb

Analogous Colors of #fbbefe

#fbbefe #febee1 #dbbefe

Monochromatic Colors of #fbbefe

#fbbefe

Complementary Color

#fbbefe #c1febe

#fbbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbefe Color CSS Codes

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

#fbbefe Text Font Color

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

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


#fbbefe Background Color

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

This div background color is #fbbefe


#fbbefe Border Color

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

This div border color is #fbbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbefe

Related Colors


Comments

No comments written yet.

Please login to write comment.