Color Hex Logo

#fb8ebb Color Hex

#FB8EBB
(251,142,187)
0 Favorites   0 Comments

Color spaces of #fb8ebb

RGB 251142187
HSL0.930.930.77
HSV335°43°98°
CMYK 0.000.430.25   0.02
XYZ58.426343.443152.3197
Yxy43.44310.37890.2818
Hunter Lab65.911442.8841-0.9258
CIE-Lab71.854746.4508-5.1769

#fb8ebb color RGB value is (251,142,187).

#fb8ebb hex color red value is 251, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fb8ebb hue: 0.93 , saturation: 0.93 and the lightness value of fb8ebb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001110 10111011
Octal 373 216 273
Decimal 251 142 187
Hex FB 8E BB

RGB Percentages of Color #fb8ebb

%43.28
%24.48
%32.24

CMYK Percentages of Color #fb8ebb

%0
%43
%25
%2

Triadic Colors of #fb8ebb

#fb8ebb #bbfb8e #8ebbfb

Analogous Colors of #fb8ebb

#fb8ebb #fb988e #fb8ef2

Monochromatic Colors of #fb8ebb

#fb8ebb

Complementary Color

#fb8ebb #8efbce

#fb8ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8ebb Color CSS Codes

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

#fb8ebb Text Font Color

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

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


#fb8ebb Background Color

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

This div background color is #fb8ebb


#fb8ebb Border Color

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

This div border color is #fb8ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8ebb


Comments

No comments written yet.

Please login to write comment.