Color Hex Logo

#ffbbfc Color Hex

#FFBBFC
(255,187,252)
0 Favorites   0 Comments

Color spaces of #ffbbfc

RGB 255187252
HSL0.841.000.87
HSV303°27°100°
CMYK 0.000.270.01   0.00
XYZ76.581063.8289100.3794
Yxy63.82890.31800.2651
Hunter Lab79.893031.2875-18.5682
CIE-Lab83.876634.7593-22.4506

#ffbbfc color RGB value is (255,187,252).

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

The process color (four color CMYK) of #ffbbfc color hex is 0.00, 0.27, 0.01, 0.00. Web safe color of #ffbbfc is #ffccff. Color #ffbbfc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 11111100
Octal 377 273 374
Decimal 255 187 252
Hex FF BB FC

RGB Percentages of Color #ffbbfc

%36.74
%26.95
%36.31

CMYK Percentages of Color #ffbbfc

%0
%27
%1
%0

Triadic Colors of #ffbbfc

#ffbbfc #fcffbb #bbfcff

Analogous Colors of #ffbbfc

#ffbbfc #ffbbda #e0bbff

Monochromatic Colors of #ffbbfc

#ffbbfc

Complementary Color

#ffbbfc #bbffbe

#ffbbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbfc Color CSS Codes

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

#ffbbfc Text Font Color

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

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


#ffbbfc Background Color

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

This div background color is #ffbbfc


#ffbbfc Border Color

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

This div border color is #ffbbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbfc

Related Colors

#ffbbfc Color Palettes


Comments

No comments written yet.

Please login to write comment.