Color Hex Logo

#fbbfff Color Hex

#FBBFFF
(251,191,255)
0 Favorites   0 Comments

Color spaces of #fbbfff

RGB 251191255
HSL0.821.000.87
HSV296°25°100°
CMYK 0.020.250.00   0.00
XYZ76.464564.9908103.1221
Yxy64.99080.31260.2657
Hunter Lab80.616928.2264-19.4097
CIE-Lab84.479031.9268-23.1690

#fbbfff color RGB value is (251,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 11111111
Octal 373 277 377
Decimal 251 191 255
Hex FB BF FF

RGB Percentages of Color #fbbfff

%36.01
%27.40
%36.59

CMYK Percentages of Color #fbbfff

%2
%25
%0
%0

Triadic Colors of #fbbfff

#fbbfff #fffbbf #bffffb

Analogous Colors of #fbbfff

#fbbfff #ffbfe3 #dbbfff

Monochromatic Colors of #fbbfff

#fbbfff

Complementary Color

#fbbfff #c3ffbf

#fbbfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbfff Color CSS Codes

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

#fbbfff Text Font Color

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

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


#fbbfff Background Color

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

This div background color is #fbbfff


#fbbfff Border Color

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

This div border color is #fbbfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbfff

#fbbfff Color Palettes


Comments

No comments written yet.

Please login to write comment.