Color Hex Logo

#fa9fea Color Hex

#FA9FEA
(250,159,234)
0 Favorites   0 Comments

Color spaces of #fa9fea

RGB 250159234
HSL0.860.900.80
HSV311°36°98°
CMYK 0.000.360.06   0.02
XYZ66.673851.060884.1835
Yxy51.06080.33020.2529
Hunter Lab71.456841.5024-19.8299
CIE-Lab76.715844.6280-23.7083

#fa9fea color RGB value is (250,159,234).

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

The process color (four color CMYK) of #fa9fea color hex is 0.00, 0.36, 0.06, 0.02. Web safe color of #fa9fea is #ff99ff. Color #fa9fea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011111 11101010
Octal 372 237 352
Decimal 250 159 234
Hex FA 9F EA

RGB Percentages of Color #fa9fea

%38.88
%24.73
%36.39

CMYK Percentages of Color #fa9fea

%0
%36
%6
%2

Triadic Colors of #fa9fea

#fa9fea #eafa9f #9feafa

Analogous Colors of #fa9fea

#fa9fea #fa9fbd #dd9ffa

Monochromatic Colors of #fa9fea

#fa9fea

Complementary Color

#fa9fea #9ffaaf

#fa9fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9fea Color CSS Codes

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

#fa9fea Text Font Color

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

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


#fa9fea Background Color

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

This div background color is #fa9fea


#fa9fea Border Color

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

This div border color is #fa9fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9fea


Comments

No comments written yet.

Please login to write comment.