Color Hex Logo

#fbb4ff Color Hex

#FBB4FF
(251,180,255)
0 Favorites   0 Comments

Color spaces of #fbb4ff

RGB 251180255
HSL0.821.000.85
HSV297°29°100°
CMYK 0.020.290.00   0.00
XYZ74.154960.3717102.3523
Yxy60.37170.31300.2549
Hunter Lab77.699234.3839-23.7126
CIE-Lab82.039837.7106-26.8845

#fbb4ff color RGB value is (251,180,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 11111111
Octal 373 264 377
Decimal 251 180 255
Hex FB B4 FF

RGB Percentages of Color #fbb4ff

%36.59
%26.24
%37.17

CMYK Percentages of Color #fbb4ff

%2
%29
%0
%0

Triadic Colors of #fbb4ff

#fbb4ff #fffbb4 #b4fffb

Analogous Colors of #fbb4ff

#fbb4ff #ffb4de #d6b4ff

Monochromatic Colors of #fbb4ff

#fbb4ff

Complementary Color

#fbb4ff #b8ffb4

#fbb4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb4ff Color CSS Codes

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

#fbb4ff Text Font Color

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

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


#fbb4ff Background Color

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

This div background color is #fbb4ff


#fbb4ff Border Color

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

This div border color is #fbb4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.