Color Hex Logo

#fb8eba Color Hex

#FB8EBA
(251,142,186)
0 Favorites   0 Comments

Color spaces of #fb8eba

RGB 251142186
HSL0.930.930.77
HSV336°43°98°
CMYK 0.000.430.26   0.02
XYZ58.319643.400451.7577
Yxy43.40040.38000.2828
Hunter Lab65.879042.7295-0.4658
CIE-Lab71.825946.3160-4.6636

#fb8eba color RGB value is (251,142,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001110 10111010
Octal 373 216 272
Decimal 251 142 186
Hex FB 8E BA

RGB Percentages of Color #fb8eba

%43.35
%24.53
%32.12

CMYK Percentages of Color #fb8eba

%0
%43
%26
%2

Triadic Colors of #fb8eba

#fb8eba #bafb8e #8ebafb

Analogous Colors of #fb8eba

#fb8eba #fb998e #fb8ef1

Monochromatic Colors of #fb8eba

#fb8eba

Complementary Color

#fb8eba #8efbcf

#fb8eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8eba Color CSS Codes

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

#fb8eba Text Font Color

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

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


#fb8eba Background Color

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

This div background color is #fb8eba


#fb8eba Border Color

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

This div border color is #fb8eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8eba


Comments

No comments written yet.

Please login to write comment.