Color Hex Logo

#fa9eee Color Hex

#FA9EEE
(250,158,238)
0 Favorites   0 Comments

Color spaces of #fa9eee

RGB 250158238
HSL0.860.900.80
HSV308°37°98°
CMYK 0.000.370.05   0.02
XYZ67.083850.950887.1877
Yxy50.95080.32690.2483
Hunter Lab71.379842.8422-22.4546
CIE-Lab76.649245.8240-25.9813

#fa9eee color RGB value is (250,158,238).

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

The process color (four color CMYK) of #fa9eee color hex is 0.00, 0.37, 0.05, 0.02. Web safe color of #fa9eee is #ff99ff. Color #fa9eee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011110 11101110
Octal 372 236 356
Decimal 250 158 238
Hex FA 9E EE

RGB Percentages of Color #fa9eee

%38.70
%24.46
%36.84

CMYK Percentages of Color #fa9eee

%0
%37
%5
%2

Triadic Colors of #fa9eee

#fa9eee #eefa9e #9eeefa

Analogous Colors of #fa9eee

#fa9eee #fa9ec0 #d89efa

Monochromatic Colors of #fa9eee

#fa9eee

Complementary Color

#fa9eee #9efaaa

#fa9eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9eee Color CSS Codes

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

#fa9eee Text Font Color

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

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


#fa9eee Background Color

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

This div background color is #fa9eee


#fa9eee Border Color

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

This div border color is #fa9eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9eee

Related Colors


Comments

No comments written yet.

Please login to write comment.