Color Hex Logo

#fa8fcf Color Hex

#FA8FCF
(250,143,207)
0 Favorites   0 Comments

Color spaces of #fa8fcf

RGB 250143207
HSL0.900.910.77
HSV324°43°98°
CMYK 0.000.430.17   0.02
XYZ60.509344.473964.4266
Yxy44.47390.35720.2625
Hunter Lab66.688845.2547-10.5967
CIE-Lab72.544148.4725-15.2433

#fa8fcf color RGB value is (250,143,207).

#fa8fcf hex color red value is 250, green value is 143 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fa8fcf hue: 0.90 , saturation: 0.91 and the lightness value of fa8fcf is 0.77.

The process color (four color CMYK) of #fa8fcf color hex is 0.00, 0.43, 0.17, 0.02. Web safe color of #fa8fcf is #ff99cc. Color #fa8fcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001111 11001111
Octal 372 217 317
Decimal 250 143 207
Hex FA 8F CF

RGB Percentages of Color #fa8fcf

%41.67
%23.83
%34.50

CMYK Percentages of Color #fa8fcf

%0
%43
%17
%2

Triadic Colors of #fa8fcf

#fa8fcf #cffa8f #8fcffa

Analogous Colors of #fa8fcf

#fa8fcf #fa8f9a #f08ffa

Monochromatic Colors of #fa8fcf

#fa8fcf

Complementary Color

#fa8fcf #8ffaba

#fa8fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8fcf Color CSS Codes

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

#fa8fcf Text Font Color

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

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


#fa8fcf Background Color

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

This div background color is #fa8fcf


#fa8fcf Border Color

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

This div border color is #fa8fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8fcf

Related Colors


Comments

No comments written yet.

Please login to write comment.