Color Hex Logo

#faa7fc Color Hex

#FAA7FC
(250,167,252)
0 Favorites   0 Comments

Color spaces of #faa7fc

RGB 250167252
HSL0.830.930.82
HSV299°34°99°
CMYK 0.010.340.00   0.01
XYZ70.813754.989798.9772
Yxy54.98970.31500.2446
Hunter Lab74.155040.6857-27.2278
CIE-Lab79.035343.6412-29.8870

#faa7fc color RGB value is (250,167,252).

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

The process color (four color CMYK) of #faa7fc color hex is 0.01, 0.34, 0.00, 0.01. Web safe color of #faa7fc is #ff99ff. Color #faa7fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 11111100
Octal 372 247 374
Decimal 250 167 252
Hex FA A7 FC

RGB Percentages of Color #faa7fc

%37.37
%24.96
%37.67

CMYK Percentages of Color #faa7fc

%1
%34
%0
%1

Triadic Colors of #faa7fc

#faa7fc #fcfaa7 #a7fcfa

Analogous Colors of #faa7fc

#faa7fc #fca7d4 #d0a7fc

Monochromatic Colors of #faa7fc

#faa7fc

Complementary Color

#faa7fc #a9fca7

#faa7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa7fc Color CSS Codes

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

#faa7fc Text Font Color

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

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


#faa7fc Background Color

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

This div background color is #faa7fc


#faa7fc Border Color

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

This div border color is #faa7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.