Color Hex Logo

#fa9dca Color Hex

#FA9DCA
(250,157,202)
0 Favorites   0 Comments

Color spaces of #fa9dca

RGB 250157202
HSL0.920.900.80
HSV331°37°98°
CMYK 0.000.370.19   0.02
XYZ62.142048.702262.0023
Yxy48.70220.35950.2818
Hunter Lab69.787036.8187-3.8254
CIE-Lab75.265740.5760-8.4179

#fa9dca color RGB value is (250,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011101 11001010
Octal 372 235 312
Decimal 250 157 202
Hex FA 9D CA

RGB Percentages of Color #fa9dca

%41.05
%25.78
%33.17

CMYK Percentages of Color #fa9dca

%0
%37
%19
%2

Triadic Colors of #fa9dca

#fa9dca #cafa9d #9dcafa

Analogous Colors of #fa9dca

#fa9dca #fa9f9d #fa9df9

Monochromatic Colors of #fa9dca

#fa9dca

Complementary Color

#fa9dca #9dfacd

#fa9dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9dca Color CSS Codes

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

#fa9dca Text Font Color

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

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


#fa9dca Background Color

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

This div background color is #fa9dca


#fa9dca Border Color

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

This div border color is #fa9dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9dca

Related Colors


Comments

No comments written yet.

Please login to write comment.