Color Hex Logo

#fb6abb Color Hex

#FB6ABB
(251,106,187)
0 Favorites   0 Comments

Color spaces of #fb6abb

RGB 251106187
HSL0.910.950.70
HSV326°58°98°
CMYK 0.000.580.25   0.02
XYZ53.907334.405250.8133
Yxy34.40520.38750.2473
Hunter Lab58.655961.4012-10.3034
CIE-Lab65.282963.5212-14.9894

#fb6abb color RGB value is (251,106,187).

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

The process color (four color CMYK) of #fb6abb color hex is 0.00, 0.58, 0.25, 0.02. Web safe color of #fb6abb is #ff66cc. Color #fb6abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101010 10111011
Octal 373 152 273
Decimal 251 106 187
Hex FB 6A BB

RGB Percentages of Color #fb6abb

%46.14
%19.49
%34.38

CMYK Percentages of Color #fb6abb

%0
%58
%25
%2

Triadic Colors of #fb6abb

#fb6abb #bbfb6a #6abbfb

Analogous Colors of #fb6abb

#fb6abb #fb6a73 #f36afb

Monochromatic Colors of #fb6abb

#fb6abb

Complementary Color

#fb6abb #6afbaa

#fb6abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6abb Color CSS Codes

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

#fb6abb Text Font Color

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

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


#fb6abb Background Color

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

This div background color is #fb6abb


#fb6abb Border Color

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

This div border color is #fb6abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6abb


Comments

No comments written yet.

Please login to write comment.