Color Hex Logo

#faa7ed Color Hex

#FAA7ED
(250,167,237)
0 Favorites   0 Comments

Color spaces of #faa7ed

RGB 250167237
HSL0.860.890.82
HSV309°33°98°
CMYK 0.000.330.05   0.02
XYZ68.529154.075986.9466
Yxy54.07590.32700.2581
Hunter Lab73.536337.6571-18.6269
CIE-Lab78.506040.9950-22.6086

#faa7ed color RGB value is (250,167,237).

#faa7ed hex color red value is 250, green value is 167 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #faa7ed hue: 0.86 , saturation: 0.89 and the lightness value of faa7ed is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 11101101
Octal 372 247 355
Decimal 250 167 237
Hex FA A7 ED

RGB Percentages of Color #faa7ed

%38.23
%25.54
%36.24

CMYK Percentages of Color #faa7ed

%0
%33
%5
%2

Triadic Colors of #faa7ed

#faa7ed #edfaa7 #a7edfa

Analogous Colors of #faa7ed

#faa7ed #faa7c4 #dea7fa

Monochromatic Colors of #faa7ed

#faa7ed

Complementary Color

#faa7ed #a7fab4

#faa7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa7ed Color CSS Codes

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

#faa7ed Text Font Color

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

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


#faa7ed Background Color

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

This div background color is #faa7ed


#faa7ed Border Color

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

This div border color is #faa7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa7ed


Comments

No comments written yet.

Please login to write comment.