Color Hex Logo

#fbb1ff Color Hex

#FBB1FF
(251,177,255)
0 Favorites   0 Comments

Color spaces of #fbb1ff

RGB 251177255
HSL0.821.000.85
HSV297°31°100°
CMYK 0.020.310.00   0.00
XYZ73.555859.1735102.1526
Yxy59.17350.31320.2519
Hunter Lab76.924336.0659-24.8879
CIE-Lab81.386939.2820-27.8828

#fbb1ff color RGB value is (251,177,255).

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

The process color (four color CMYK) of #fbb1ff color hex is 0.02, 0.31, 0.00, 0.00. Web safe color of #fbb1ff is #ff99ff. Color #fbb1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110001 11111111
Octal 373 261 377
Decimal 251 177 255
Hex FB B1 FF

RGB Percentages of Color #fbb1ff

%36.75
%25.92
%37.34

CMYK Percentages of Color #fbb1ff

%2
%31
%0
%0

Triadic Colors of #fbb1ff

#fbb1ff #fffbb1 #b1fffb

Analogous Colors of #fbb1ff

#fbb1ff #ffb1dc #d4b1ff

Monochromatic Colors of #fbb1ff

#fbb1ff

Complementary Color

#fbb1ff #b5ffb1

#fbb1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb1ff Color CSS Codes

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

#fbb1ff Text Font Color

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

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


#fbb1ff Background Color

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

This div background color is #fbb1ff


#fbb1ff Border Color

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

This div border color is #fbb1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.