Color Hex Logo

#faa7ee Color Hex

#FAA7EE
(250,167,238)
0 Favorites   0 Comments

Color spaces of #faa7ee

RGB 250167238
HSL0.860.890.82
HSV309°33°98°
CMYK 0.000.330.05   0.02
XYZ68.675754.134587.7183
Yxy54.13450.32620.2571
Hunter Lab73.576237.8530-19.1829
CIE-Lab78.540141.1674-23.0971

#faa7ee color RGB value is (250,167,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 11101110
Octal 372 247 356
Decimal 250 167 238
Hex FA A7 EE

RGB Percentages of Color #faa7ee

%38.17
%25.50
%36.34

CMYK Percentages of Color #faa7ee

%0
%33
%5
%2

Triadic Colors of #faa7ee

#faa7ee #eefaa7 #a7eefa

Analogous Colors of #faa7ee

#faa7ee #faa7c5 #dda7fa

Monochromatic Colors of #faa7ee

#faa7ee

Complementary Color

#faa7ee #a7fab3

#faa7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa7ee Color CSS Codes

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

#faa7ee Text Font Color

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

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


#faa7ee Background Color

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

This div background color is #faa7ee


#faa7ee Border Color

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

This div border color is #faa7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa7ee

Related Colors


Comments

No comments written yet.

Please login to write comment.