Color Hex Logo

#fb6cbe Color Hex

#FB6CBE
(251,108,190)
0 Favorites   0 Comments

Color spaces of #fb6cbe

RGB 251108190
HSL0.900.950.70
HSV326°57°98°
CMYK 0.000.570.24   0.02
XYZ54.440534.952152.5923
Yxy34.95210.38340.2462
Hunter Lab59.120360.9099-11.3591
CIE-Lab65.711463.0347-16.0404

#fb6cbe color RGB value is (251,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101100 10111110
Octal 373 154 276
Decimal 251 108 190
Hex FB 6C BE

RGB Percentages of Color #fb6cbe

%45.72
%19.67
%34.61

CMYK Percentages of Color #fb6cbe

%0
%57
%24
%2

Triadic Colors of #fb6cbe

#fb6cbe #befb6c #6cbefb

Analogous Colors of #fb6cbe

#fb6cbe #fb6c77 #f16cfb

Monochromatic Colors of #fb6cbe

#fb6cbe

Complementary Color

#fb6cbe #6cfba9

#fb6cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6cbe Color CSS Codes

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

#fb6cbe Text Font Color

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

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


#fb6cbe Background Color

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

This div background color is #fb6cbe


#fb6cbe Border Color

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

This div border color is #fb6cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6cbe


Comments

No comments written yet.

Please login to write comment.