Color Hex Logo

#fa9edc Color Hex

#FA9EDC
(250,158,220)
0 Favorites   0 Comments

Color spaces of #fa9edc

RGB 250158220
HSL0.890.900.80
HSV320°37°98°
CMYK 0.000.370.12   0.02
XYZ64.569549.945073.9473
Yxy49.94500.34260.2650
Hunter Lab70.671839.4115-12.5678
CIE-Lab76.035542.8366-17.1175

#fa9edc color RGB value is (250,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011110 11011100
Octal 372 236 334
Decimal 250 158 220
Hex FA 9E DC

RGB Percentages of Color #fa9edc

%39.81
%25.16
%35.03

CMYK Percentages of Color #fa9edc

%0
%37
%12
%2

Triadic Colors of #fa9edc

#fa9edc #dcfa9e #9edcfa

Analogous Colors of #fa9edc

#fa9edc #fa9eae #ea9efa

Monochromatic Colors of #fa9edc

#fa9edc

Complementary Color

#fa9edc #9efabc

#fa9edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9edc Color CSS Codes

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

#fa9edc Text Font Color

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

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


#fa9edc Background Color

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

This div background color is #fa9edc


#fa9edc Border Color

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

This div border color is #fa9edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9edc


Comments

No comments written yet.

Please login to write comment.