Color Hex Logo

#fb9ebc Color Hex

#FB9EBC
(251,158,188)
0 Favorites   0 Comments

Color spaces of #fb9ebc

RGB 251158188
HSL0.950.920.80
HSV341°37°98°
CMYK 0.000.370.25   0.02
XYZ61.087648.593853.7368
Yxy48.59380.37380.2974
Hunter Lab69.709334.43193.0916
CIE-Lab75.197938.3996-0.8144

#fb9ebc color RGB value is (251,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011110 10111100
Octal 373 236 274
Decimal 251 158 188
Hex FB 9E BC

RGB Percentages of Color #fb9ebc

%42.04
%26.47
%31.49

CMYK Percentages of Color #fb9ebc

%0
%37
%25
%2

Triadic Colors of #fb9ebc

#fb9ebc #bcfb9e #9ebcfb

Analogous Colors of #fb9ebc

#fb9ebc #fbaf9e #fb9eeb

Monochromatic Colors of #fb9ebc

#fb9ebc

Complementary Color

#fb9ebc #9efbdd

#fb9ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9ebc Color CSS Codes

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

#fb9ebc Text Font Color

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

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


#fb9ebc Background Color

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

This div background color is #fb9ebc


#fb9ebc Border Color

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

This div border color is #fb9ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9ebc


Comments

No comments written yet.

Please login to write comment.