Color Hex Logo

#fbb7ff Color Hex

#FBB7FF
(251,183,255)
0 Favorites   0 Comments

Color spaces of #fbb7ff

RGB 251183255
HSL0.821.000.86
HSV297°28°100°
CMYK 0.020.280.00   0.00
XYZ74.767161.5962102.5563
Yxy61.59620.31290.2578
Hunter Lab78.483232.7024-22.5377
CIE-Lab82.698236.1358-25.8794

#fbb7ff color RGB value is (251,183,255).

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

The process color (four color CMYK) of #fbb7ff color hex is 0.02, 0.28, 0.00, 0.00. Web safe color of #fbb7ff is #ffccff. Color #fbb7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110111 11111111
Octal 373 267 377
Decimal 251 183 255
Hex FB B7 FF

RGB Percentages of Color #fbb7ff

%36.43
%26.56
%37.01

CMYK Percentages of Color #fbb7ff

%2
%28
%0
%0

Triadic Colors of #fbb7ff

#fbb7ff #fffbb7 #b7fffb

Analogous Colors of #fbb7ff

#fbb7ff #ffb7df #d7b7ff

Monochromatic Colors of #fbb7ff

#fbb7ff

Complementary Color

#fbb7ff #bbffb7

#fbb7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb7ff Color CSS Codes

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

#fbb7ff Text Font Color

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

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


#fbb7ff Background Color

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

This div background color is #fbb7ff


#fbb7ff Border Color

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

This div border color is #fbb7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb7ff


Comments

No comments written yet.

Please login to write comment.