Color Hex Logo

#fb6fbe Color Hex

#FB6FBE
(251,111,190)
0 Favorites   0 Comments

Color spaces of #fb6fbe

RGB 251111190
HSL0.910.950.71
HSV326°56°98°
CMYK 0.000.560.24   0.02
XYZ54.762435.595852.6996
Yxy35.59580.38280.2488
Hunter Lab59.662259.4316-10.6073
CIE-Lab66.209961.7025-15.2875

#fb6fbe color RGB value is (251,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101111 10111110
Octal 373 157 276
Decimal 251 111 190
Hex FB 6F BE

RGB Percentages of Color #fb6fbe

%45.47
%20.11
%34.42

CMYK Percentages of Color #fb6fbe

%0
%56
%24
%2

Triadic Colors of #fb6fbe

#fb6fbe #befb6f #6fbefb

Analogous Colors of #fb6fbe

#fb6fbe #fb6f78 #f26ffb

Monochromatic Colors of #fb6fbe

#fb6fbe

Complementary Color

#fb6fbe #6ffbac

#fb6fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6fbe Color CSS Codes

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

#fb6fbe Text Font Color

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

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


#fb6fbe Background Color

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

This div background color is #fb6fbe


#fb6fbe Border Color

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

This div border color is #fb6fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6fbe

Related Colors


Comments

No comments written yet.

Please login to write comment.