Color Hex Logo

#fa8ede Color Hex

#FA8EDE
(250,142,222)
0 Favorites   0 Comments

Color spaces of #fa8ede

RGB 250142222
HSL0.880.920.77
HSV316°43°98°
CMYK 0.000.430.11   0.02
XYZ62.282244.943974.4997
Yxy44.94390.34270.2473
Hunter Lab67.040248.5110-18.9590
CIE-Lab72.854951.2933-23.0379

#fa8ede color RGB value is (250,142,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001110 11011110
Octal 372 216 336
Decimal 250 142 222
Hex FA 8E DE

RGB Percentages of Color #fa8ede

%40.72
%23.13
%36.16

CMYK Percentages of Color #fa8ede

%0
%43
%11
%2

Triadic Colors of #fa8ede

#fa8ede #defa8e #8edefa

Analogous Colors of #fa8ede

#fa8ede #fa8ea8 #e08efa

Monochromatic Colors of #fa8ede

#fa8ede

Complementary Color

#fa8ede #8efaaa

#fa8ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8ede Color CSS Codes

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

#fa8ede Text Font Color

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

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


#fa8ede Background Color

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

This div background color is #fa8ede


#fa8ede Border Color

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

This div border color is #fa8ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8ede

Related Colors


Comments

No comments written yet.

Please login to write comment.