Color Hex Logo

#fa8eda Color Hex

#FA8EDA
(250,142,218)
0 Favorites   0 Comments

Color spaces of #fa8eda

RGB 250142218
HSL0.880.920.77
HSV318°43°98°
CMYK 0.000.430.13   0.02
XYZ61.752244.732071.7091
Yxy44.73200.34650.2510
Hunter Lab66.882047.7657-16.7518
CIE-Lab72.715150.6607-21.0505

#fa8eda color RGB value is (250,142,218).

#fa8eda hex color red value is 250, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fa8eda hue: 0.88 , saturation: 0.92 and the lightness value of fa8eda is 0.77.

The process color (four color CMYK) of #fa8eda color hex is 0.00, 0.43, 0.13, 0.02. Web safe color of #fa8eda is #ff99cc. Color #fa8eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001110 11011010
Octal 372 216 332
Decimal 250 142 218
Hex FA 8E DA

RGB Percentages of Color #fa8eda

%40.98
%23.28
%35.74

CMYK Percentages of Color #fa8eda

%0
%43
%13
%2

Triadic Colors of #fa8eda

#fa8eda #dafa8e #8edafa

Analogous Colors of #fa8eda

#fa8eda #fa8ea4 #e48efa

Monochromatic Colors of #fa8eda

#fa8eda

Complementary Color

#fa8eda #8efaae

#fa8eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8eda Color CSS Codes

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

#fa8eda Text Font Color

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

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


#fa8eda Background Color

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

This div background color is #fa8eda


#fa8eda Border Color

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

This div border color is #fa8eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8eda


Comments

No comments written yet.

Please login to write comment.