Color Hex Logo

#fa9aef Color Hex

#FA9AEF
(250,154,239)
0 Favorites   0 Comments

Color spaces of #fa9aef

RGB 250154239
HSL0.850.910.79
HSV307°38°98°
CMYK 0.000.380.04   0.02
XYZ66.559949.667287.7400
Yxy49.66720.32630.2435
Hunter Lab70.475045.2527-24.4825
CIE-Lab75.864548.0442-27.7255

#fa9aef color RGB value is (250,154,239).

#fa9aef hex color red value is 250, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fa9aef hue: 0.85 , saturation: 0.91 and the lightness value of fa9aef is 0.79.

The process color (four color CMYK) of #fa9aef color hex is 0.00, 0.38, 0.04, 0.02. Web safe color of #fa9aef is #ff99ff. Color #fa9aef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011010 11101111
Octal 372 232 357
Decimal 250 154 239
Hex FA 9A EF

RGB Percentages of Color #fa9aef

%38.88
%23.95
%37.17

CMYK Percentages of Color #fa9aef

%0
%38
%4
%2

Triadic Colors of #fa9aef

#fa9aef #effa9a #9aeffa

Analogous Colors of #fa9aef

#fa9aef #fa9abf #d59afa

Monochromatic Colors of #fa9aef

#fa9aef

Complementary Color

#fa9aef #9afaa5

#fa9aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9aef Color CSS Codes

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

#fa9aef Text Font Color

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

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


#fa9aef Background Color

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

This div background color is #fa9aef


#fa9aef Border Color

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

This div border color is #fa9aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9aef


Comments

No comments written yet.

Please login to write comment.