Color Hex Logo

#fbbbfc Color Hex

#FBBBFC
(251,187,252)
0 Favorites   0 Comments

Color spaces of #fbbbfc

RGB 251187252
HSL0.830.920.86
HSV299°26°99°
CMYK 0.000.260.00   0.01
XYZ75.124763.0782100.3113
Yxy63.07820.31500.2645
Hunter Lab79.421829.8542-19.2892
CIE-Lab83.483533.4856-23.0844

#fbbbfc color RGB value is (251,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 11111100
Octal 373 273 374
Decimal 251 187 252
Hex FB BB FC

RGB Percentages of Color #fbbbfc

%36.38
%27.10
%36.52

CMYK Percentages of Color #fbbbfc

%0
%26
%0
%1

Triadic Colors of #fbbbfc

#fbbbfc #fcfbbb #bbfcfb

Analogous Colors of #fbbbfc

#fbbbfc #fcbbdd #dbbbfc

Monochromatic Colors of #fbbbfc

#fbbbfc

Complementary Color

#fbbbfc #bcfcbb

#fbbbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbfc Color CSS Codes

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

#fbbbfc Text Font Color

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

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


#fbbbfc Background Color

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

This div background color is #fbbbfc


#fbbbfc Border Color

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

This div border color is #fbbbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbfc


Comments

No comments written yet.

Please login to write comment.