Color Hex Logo

#fb9ffb Color Hex

#FB9FFB
(251,159,251)
0 Favorites   0 Comments

Color spaces of #fb9ffb

RGB 251159251
HSL0.830.920.80
HSV300°37°98°
CMYK 0.000.370.00   0.02
XYZ69.594452.270597.6880
Yxy52.27050.31700.2381
Hunter Lab72.298345.3020-29.5026
CIE-Lab77.442347.8911-31.7888

#fb9ffb color RGB value is (251,159,251).

#fb9ffb hex color red value is 251, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fb9ffb hue: 0.83 , saturation: 0.92 and the lightness value of fb9ffb is 0.80.

The process color (four color CMYK) of #fb9ffb color hex is 0.00, 0.37, 0.00, 0.02. Web safe color of #fb9ffb is #ff99ff. Color #fb9ffb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011111 11111011
Octal 373 237 373
Decimal 251 159 251
Hex FB 9F FB

RGB Percentages of Color #fb9ffb

%37.97
%24.05
%37.97

CMYK Percentages of Color #fb9ffb

%0
%37
%0
%2

Triadic Colors of #fb9ffb

#fb9ffb #fbfb9f #9ffbfb

Analogous Colors of #fb9ffb

#fb9ffb #fb9fcd #cd9ffb

Monochromatic Colors of #fb9ffb

#fb9ffb

Complementary Color

#fb9ffb #9ffb9f

#fb9ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9ffb Color CSS Codes

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

#fb9ffb Text Font Color

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

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


#fb9ffb Background Color

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

This div background color is #fb9ffb


#fb9ffb Border Color

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

This div border color is #fb9ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.