Color Hex Logo

#fb6eba Color Hex

#FB6EBA
(251,110,186)
0 Favorites   0 Comments

Color spaces of #fb6eba

RGB 251110186
HSL0.910.950.71
HSV328°56°98°
CMYK 0.000.560.26   0.02
XYZ54.222535.206350.3920
Yxy35.20630.38780.2518
Hunter Lab59.334959.2841-8.8194
CIE-Lab65.909061.6279-13.4801

#fb6eba color RGB value is (251,110,186).

#fb6eba hex color red value is 251, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fb6eba hue: 0.91 , saturation: 0.95 and the lightness value of fb6eba is 0.71.

The process color (four color CMYK) of #fb6eba color hex is 0.00, 0.56, 0.26, 0.02. Web safe color of #fb6eba is #ff66cc. Color #fb6eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101110 10111010
Octal 373 156 272
Decimal 251 110 186
Hex FB 6E BA

RGB Percentages of Color #fb6eba

%45.89
%20.11
%34.00

CMYK Percentages of Color #fb6eba

%0
%56
%26
%2

Triadic Colors of #fb6eba

#fb6eba #bafb6e #6ebafb

Analogous Colors of #fb6eba

#fb6eba #fb6e74 #f66efb

Monochromatic Colors of #fb6eba

#fb6eba

Complementary Color

#fb6eba #6efbaf

#fb6eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6eba Color CSS Codes

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

#fb6eba Text Font Color

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

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


#fb6eba Background Color

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

This div background color is #fb6eba


#fb6eba Border Color

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

This div border color is #fb6eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6eba


Comments

No comments written yet.

Please login to write comment.