Color Hex Logo

#fa8aab Color Hex

#FA8AAB
(250,138,171)
0 Favorites   0 Comments

Color spaces of #fa8aab

RGB 250138171
HSL0.950.920.76
HSV342°45°98°
CMYK 0.000.450.32   0.02
XYZ55.863541.441243.5827
Yxy41.44120.39650.2941
Hunter Lab64.374842.24364.9222
CIE-Lab70.483946.05011.7157

#fa8aab color RGB value is (250,138,171).

#fa8aab hex color red value is 250, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fa8aab hue: 0.95 , saturation: 0.92 and the lightness value of fa8aab is 0.76.

The process color (four color CMYK) of #fa8aab color hex is 0.00, 0.45, 0.32, 0.02. Web safe color of #fa8aab is #ff9999. Color #fa8aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001010 10101011
Octal 372 212 253
Decimal 250 138 171
Hex FA 8A AB

RGB Percentages of Color #fa8aab

%44.72
%24.69
%30.59

CMYK Percentages of Color #fa8aab

%0
%45
%32
%2

Triadic Colors of #fa8aab

#fa8aab #abfa8a #8aabfa

Analogous Colors of #fa8aab

#fa8aab #faa18a #fa8ae3

Monochromatic Colors of #fa8aab

#fa8aab

Complementary Color

#fa8aab #8afad9

#fa8aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8aab Color CSS Codes

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

#fa8aab Text Font Color

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

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


#fa8aab Background Color

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

This div background color is #fa8aab


#fa8aab Border Color

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

This div border color is #fa8aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8aab


Comments

No comments written yet.

Please login to write comment.