Color Hex Logo

#fa9dcf Color Hex

#FA9DCF
(250,157,207)
0 Favorites   0 Comments

Color spaces of #fa9dcf

RGB 250157207
HSL0.910.900.80
HSV328°37°98°
CMYK 0.000.370.17   0.02
XYZ62.743848.942965.1715
Yxy48.94290.35480.2767
Hunter Lab69.959237.6614-6.2610
CIE-Lab75.415841.3254-10.9367

#fa9dcf color RGB value is (250,157,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011101 11001111
Octal 372 235 317
Decimal 250 157 207
Hex FA 9D CF

RGB Percentages of Color #fa9dcf

%40.72
%25.57
%33.71

CMYK Percentages of Color #fa9dcf

%0
%37
%17
%2

Triadic Colors of #fa9dcf

#fa9dcf #cffa9d #9dcffa

Analogous Colors of #fa9dcf

#fa9dcf #fa9da1 #f79dfa

Monochromatic Colors of #fa9dcf

#fa9dcf

Complementary Color

#fa9dcf #9dfac8

#fa9dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9dcf Color CSS Codes

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

#fa9dcf Text Font Color

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

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


#fa9dcf Background Color

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

This div background color is #fa9dcf


#fa9dcf Border Color

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

This div border color is #fa9dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9dcf


Comments

No comments written yet.

Please login to write comment.