Color Hex Logo

#fa7ede Color Hex

#FA7EDE
(250,126,222)
0 Favorites   0 Comments

Color spaces of #fa7ede

RGB 250126222
HSL0.870.930.74
HSV314°50°98°
CMYK 0.000.500.11   0.02
XYZ60.070040.519673.7623
Yxy40.51960.34450.2324
Hunter Lab63.655057.0507-24.1457
CIE-Lab69.838059.0933-27.6561

#fa7ede color RGB value is (250,126,222).

#fa7ede hex color red value is 250, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fa7ede hue: 0.87 , saturation: 0.93 and the lightness value of fa7ede is 0.74.

The process color (four color CMYK) of #fa7ede color hex is 0.00, 0.50, 0.11, 0.02. Web safe color of #fa7ede is #ff66cc. Color #fa7ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111110 11011110
Octal 372 176 336
Decimal 250 126 222
Hex FA 7E DE

RGB Percentages of Color #fa7ede

%41.81
%21.07
%37.12

CMYK Percentages of Color #fa7ede

%0
%50
%11
%2

Triadic Colors of #fa7ede

#fa7ede #defa7e #7edefa

Analogous Colors of #fa7ede

#fa7ede #fa7ea0 #d87efa

Monochromatic Colors of #fa7ede

#fa7ede

Complementary Color

#fa7ede #7efa9a

#fa7ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7ede Color CSS Codes

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

#fa7ede Text Font Color

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

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


#fa7ede Background Color

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

This div background color is #fa7ede


#fa7ede Border Color

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

This div border color is #fa7ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,126,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 #fa7ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7ede

Related Colors


Comments

No comments written yet.

Please login to write comment.