Color Hex Logo

#fa95ab Color Hex

#FA95AB
(250,149,171)
0 Favorites   0 Comments

Color spaces of #fa95ab

RGB 250149171
HSL0.960.910.78
HSV347°40°98°
CMYK 0.000.400.32   0.02
XYZ57.522544.759244.1357
Yxy44.75920.39290.3057
Hunter Lab66.902336.39497.7178
CIE-Lab72.733140.46124.9727

#fa95ab color RGB value is (250,149,171).

#fa95ab hex color red value is 250, green value is 149 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fa95ab hue: 0.96 , saturation: 0.91 and the lightness value of fa95ab is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010101 10101011
Octal 372 225 253
Decimal 250 149 171
Hex FA 95 AB

RGB Percentages of Color #fa95ab

%43.86
%26.14
%30.00

CMYK Percentages of Color #fa95ab

%0
%40
%32
%2

Triadic Colors of #fa95ab

#fa95ab #abfa95 #95abfa

Analogous Colors of #fa95ab

#fa95ab #fab295 #fa95de

Monochromatic Colors of #fa95ab

#fa95ab

Complementary Color

#fa95ab #95fae4

#fa95ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa95ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa95ab Color CSS Codes

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

#fa95ab Text Font Color

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

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


#fa95ab Background Color

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

This div background color is #fa95ab


#fa95ab Border Color

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

This div border color is #fa95ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa95ab


Comments

No comments written yet.

Please login to write comment.