Color Hex Logo

#faa7d5 Color Hex

#FAA7D5
(250,167,213)
0 Favorites   0 Comments

Color spaces of #faa7d5

RGB 250167213
HSL0.910.890.82
HSV327°33°98°
CMYK 0.000.330.15   0.02
XYZ65.253352.765569.6963
Yxy52.76550.34760.2811
Hunter Lab72.639933.2290-6.0395
CIE-Lab77.736337.0515-10.7496

#faa7d5 color RGB value is (250,167,213).

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

The process color (four color CMYK) of #faa7d5 color hex is 0.00, 0.33, 0.15, 0.02. Web safe color of #faa7d5 is #ff99cc. Color #faa7d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 11010101
Octal 372 247 325
Decimal 250 167 213
Hex FA A7 D5

RGB Percentages of Color #faa7d5

%39.68
%26.51
%33.81

CMYK Percentages of Color #faa7d5

%0
%33
%15
%2

Triadic Colors of #faa7d5

#faa7d5 #d5faa7 #a7d5fa

Analogous Colors of #faa7d5

#faa7d5 #faa7ac #f6a7fa

Monochromatic Colors of #faa7d5

#faa7d5

Complementary Color

#faa7d5 #a7facc

#faa7d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa7d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa7d5 Color CSS Codes

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

#faa7d5 Text Font Color

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

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


#faa7d5 Background Color

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

This div background color is #faa7d5


#faa7d5 Border Color

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

This div border color is #faa7d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa7d5


Comments

No comments written yet.

Please login to write comment.