Color Hex Logo

#fbbbfb Color Hex

#FBBBFB
(251,187,251)
0 Favorites   0 Comments

Color spaces of #fbbbfb

RGB 251187251
HSL0.830.890.86
HSV300°25°98°
CMYK 0.000.250.00   0.02
XYZ74.966663.014999.4787
Yxy63.01490.31570.2654
Hunter Lab79.381929.6532-18.7328
CIE-Lab83.450233.3046-22.6018

#fbbbfb color RGB value is (251,187,251).

#fbbbfb hex color red value is 251, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fbbbfb hue: 0.83 , saturation: 0.89 and the lightness value of fbbbfb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 11111011
Octal 373 273 373
Decimal 251 187 251
Hex FB BB FB

RGB Percentages of Color #fbbbfb

%36.43
%27.14
%36.43

CMYK Percentages of Color #fbbbfb

%0
%25
%0
%2

Triadic Colors of #fbbbfb

#fbbbfb #fbfbbb #bbfbfb

Analogous Colors of #fbbbfb

#fbbbfb #fbbbdb #dbbbfb

Monochromatic Colors of #fbbbfb

#fbbbfb

Complementary Color

#fbbbfb #bbfbbb

#fbbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbfb Color CSS Codes

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

#fbbbfb Text Font Color

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

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


#fbbbfb Background Color

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

This div background color is #fbbbfb


#fbbbfb Border Color

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

This div border color is #fbbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.