Color Hex Logo

#fbb8fb Color Hex

#FBB8FB
(251,184,251)
0 Favorites   0 Comments

Color spaces of #fbb8fb

RGB 251184251
HSL0.830.890.85
HSV300°27°98°
CMYK 0.000.270.00   0.02
XYZ74.336761.755299.2688
Yxy61.75520.31580.2624
Hunter Lab78.584531.3286-19.8867
CIE-Lab82.783134.8827-23.6155

#fbb8fb color RGB value is (251,184,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111000 11111011
Octal 373 270 373
Decimal 251 184 251
Hex FB B8 FB

RGB Percentages of Color #fbb8fb

%36.59
%26.82
%36.59

CMYK Percentages of Color #fbb8fb

%0
%27
%0
%2

Triadic Colors of #fbb8fb

#fbb8fb #fbfbb8 #b8fbfb

Analogous Colors of #fbb8fb

#fbb8fb #fbb8da #dab8fb

Monochromatic Colors of #fbb8fb

#fbb8fb

Complementary Color

#fbb8fb #b8fbb8

#fbb8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb8fb Color CSS Codes

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

#fbb8fb Text Font Color

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

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


#fbb8fb Background Color

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

This div background color is #fbb8fb


#fbb8fb Border Color

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

This div border color is #fbb8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.