Color Hex Logo

#fb9fbd Color Hex

#FB9FBD
(251,159,189)
0 Favorites   0 Comments

Color spaces of #fb9fbd

RGB 251159189
HSL0.950.920.80
HSV340°37°98°
CMYK 0.000.370.25   0.02
XYZ61.367148.979654.3637
Yxy48.97960.37260.2974
Hunter Lab69.985434.04422.9342
CIE-Lab75.438638.0192-1.0116

#fb9fbd color RGB value is (251,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011111 10111101
Octal 373 237 275
Decimal 251 159 189
Hex FB 9F BD

RGB Percentages of Color #fb9fbd

%41.90
%26.54
%31.55

CMYK Percentages of Color #fb9fbd

%0
%37
%25
%2

Triadic Colors of #fb9fbd

#fb9fbd #bdfb9f #9fbdfb

Analogous Colors of #fb9fbd

#fb9fbd #fbaf9f #fb9feb

Monochromatic Colors of #fb9fbd

#fb9fbd

Complementary Color

#fb9fbd #9ffbdd

#fb9fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9fbd Color CSS Codes

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

#fb9fbd Text Font Color

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

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


#fb9fbd Background Color

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

This div background color is #fb9fbd


#fb9fbd Border Color

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

This div border color is #fb9fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9fbd


Comments

No comments written yet.

Please login to write comment.