Color Hex Logo

#fbb0ff Color Hex

#FBB0FF
(251,176,255)
0 Favorites   0 Comments

Color spaces of #fbb0ff

RGB 251176255
HSL0.821.000.85
HSV297°31°100°
CMYK 0.020.310.00   0.00
XYZ73.359058.7799102.0870
Yxy58.77990.31320.2510
Hunter Lab76.668136.6267-25.2797
CIE-Lab81.170539.8050-28.2140

#fbb0ff color RGB value is (251,176,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 11111111
Octal 373 260 377
Decimal 251 176 255
Hex FB B0 FF

RGB Percentages of Color #fbb0ff

%36.80
%25.81
%37.39

CMYK Percentages of Color #fbb0ff

%2
%31
%0
%0

Triadic Colors of #fbb0ff

#fbb0ff #fffbb0 #b0fffb

Analogous Colors of #fbb0ff

#fbb0ff #ffb0dc #d4b0ff

Monochromatic Colors of #fbb0ff

#fbb0ff

Complementary Color

#fbb0ff #b4ffb0

#fbb0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb0ff Color CSS Codes

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

#fbb0ff Text Font Color

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

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


#fbb0ff Background Color

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

This div background color is #fbb0ff


#fbb0ff Border Color

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

This div border color is #fbb0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.