Color Hex Logo

#fbbffc Color Hex

#FBBFFC
(251,191,252)
0 Favorites   0 Comments

Color spaces of #fbbffc

RGB 251191252
HSL0.830.910.87
HSV299°24°99°
CMYK 0.000.240.00   0.01
XYZ75.985264.7991100.5981
Yxy64.79910.31480.2684
Hunter Lab80.497927.6220-17.7461
CIE-Lab84.380131.3794-21.7238

#fbbffc color RGB value is (251,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 11111100
Octal 373 277 374
Decimal 251 191 252
Hex FB BF FC

RGB Percentages of Color #fbbffc

%36.17
%27.52
%36.31

CMYK Percentages of Color #fbbffc

%0
%24
%0
%1

Triadic Colors of #fbbffc

#fbbffc #fcfbbf #bffcfb

Analogous Colors of #fbbffc

#fbbffc #fcbfdf #ddbffc

Monochromatic Colors of #fbbffc

#fbbffc

Complementary Color

#fbbffc #c0fcbf

#fbbffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbffc Color CSS Codes

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

#fbbffc Text Font Color

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

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


#fbbffc Background Color

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

This div background color is #fbbffc


#fbbffc Border Color

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

This div border color is #fbbffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbffc


Comments

No comments written yet.

Please login to write comment.