Color Hex Logo

#fa88ad Color Hex

#FA88AD
(250,136,173)
0 Favorites   0 Comments

Color spaces of #fa88ad

RGB 250136173
HSL0.950.920.76
HSV341°46°98°
CMYK 0.000.460.31   0.02
XYZ55.771340.949444.4997
Yxy40.94940.39490.2900
Hunter Lab63.991743.58433.5641
CIE-Lab70.140547.30000.0969

#fa88ad color RGB value is (250,136,173).

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

The process color (four color CMYK) of #fa88ad color hex is 0.00, 0.46, 0.31, 0.02. Web safe color of #fa88ad is #ff9999. Color #fa88ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001000 10101101
Octal 372 210 255
Decimal 250 136 173
Hex FA 88 AD

RGB Percentages of Color #fa88ad

%44.72
%24.33
%30.95

CMYK Percentages of Color #fa88ad

%0
%46
%31
%2

Triadic Colors of #fa88ad

#fa88ad #adfa88 #88adfa

Analogous Colors of #fa88ad

#fa88ad #fa9c88 #fa88e6

Monochromatic Colors of #fa88ad

#fa88ad

Complementary Color

#fa88ad #88fad5

#fa88ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa88ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa88ad Color CSS Codes

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

#fa88ad Text Font Color

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

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


#fa88ad Background Color

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

This div background color is #fa88ad


#fa88ad Border Color

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

This div border color is #fa88ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,136,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa88ad


Comments

No comments written yet.

Please login to write comment.