Color Hex Logo

#fbb4fb Color Hex

#FBB4FB
(251,180,251)
0 Favorites   0 Comments

Color spaces of #fbb4fb

RGB 251180251
HSL0.830.900.85
HSV300°28°98°
CMYK 0.000.280.00   0.02
XYZ73.517560.116898.9957
Yxy60.11680.31600.2584
Hunter Lab77.535033.5646-21.4262
CIE-Lab81.901636.9835-24.9572

#fbb4fb color RGB value is (251,180,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 11111011
Octal 373 264 373
Decimal 251 180 251
Hex FB B4 FB

RGB Percentages of Color #fbb4fb

%36.80
%26.39
%36.80

CMYK Percentages of Color #fbb4fb

%0
%28
%0
%2

Triadic Colors of #fbb4fb

#fbb4fb #fbfbb4 #b4fbfb

Analogous Colors of #fbb4fb

#fbb4fb #fbb4d8 #d8b4fb

Monochromatic Colors of #fbb4fb

#fbb4fb

Complementary Color

#fbb4fb #b4fbb4

#fbb4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb4fb Color CSS Codes

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

#fbb4fb Text Font Color

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

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


#fbb4fb Background Color

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

This div background color is #fbb4fb


#fbb4fb Border Color

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

This div border color is #fbb4fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,180,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbb4fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb4fb


Comments

No comments written yet.

Please login to write comment.