Color Hex Logo

#fb6aab Color Hex

#FB6AAB
(251,106,171)
0 Favorites   0 Comments

Color spaces of #fb6aab

RGB 251106171
HSL0.930.950.70
HSV333°58°98°
CMYK 0.000.580.32   0.02
XYZ52.288433.757642.2880
Yxy33.75760.40740.2630
Hunter Lab58.101358.9643-2.4823
CIE-Lab64.769761.5481-6.6622

#fb6aab color RGB value is (251,106,171).

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

The process color (four color CMYK) of #fb6aab color hex is 0.00, 0.58, 0.32, 0.02. Web safe color of #fb6aab is #ff6699. Color #fb6aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101010 10101011
Octal 373 152 253
Decimal 251 106 171
Hex FB 6A AB

RGB Percentages of Color #fb6aab

%47.54
%20.08
%32.39

CMYK Percentages of Color #fb6aab

%0
%58
%32
%2

Triadic Colors of #fb6aab

#fb6aab #abfb6a #6aabfb

Analogous Colors of #fb6aab

#fb6aab #fb726a #fb6af4

Monochromatic Colors of #fb6aab

#fb6aab

Complementary Color

#fb6aab #6afbba

#fb6aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6aab Color CSS Codes

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

#fb6aab Text Font Color

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

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


#fb6aab Background Color

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

This div background color is #fb6aab


#fb6aab Border Color

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

This div border color is #fb6aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6aab


Comments

No comments written yet.

Please login to write comment.