Color Hex Logo

#fbbeff Color Hex

#FBBEFF
(251,190,255)
0 Favorites   0 Comments

Color spaces of #fbbeff

RGB 251190255
HSL0.821.000.87
HSV296°25°100°
CMYK 0.020.250.00   0.00
XYZ76.247164.5561103.0497
Yxy64.55610.31270.2647
Hunter Lab80.346828.7851-19.8003
CIE-Lab84.254532.4534-23.5101

#fbbeff color RGB value is (251,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11111111
Octal 373 276 377
Decimal 251 190 255
Hex FB BE FF

RGB Percentages of Color #fbbeff

%36.06
%27.30
%36.64

CMYK Percentages of Color #fbbeff

%2
%25
%0
%0

Triadic Colors of #fbbeff

#fbbeff #fffbbe #befffb

Analogous Colors of #fbbeff

#fbbeff #ffbee3 #dbbeff

Monochromatic Colors of #fbbeff

#fbbeff

Complementary Color

#fbbeff #c2ffbe

#fbbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbeff Color CSS Codes

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

#fbbeff Text Font Color

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

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


#fbbeff Background Color

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

This div background color is #fbbeff


#fbbeff Border Color

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

This div border color is #fbbeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,190,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbeff


Comments

No comments written yet.

Please login to write comment.