Color Hex Logo

#faa3fe Color Hex

#FAA3FE
(250,163,254)
0 Favorites   0 Comments

Color spaces of #faa3fe

RGB 250163254
HSL0.830.980.82
HSV297°36°100°
CMYK 0.020.360.00   0.00
XYZ70.410953.6741100.4150
Yxy53.67410.31360.2391
Hunter Lab73.262643.3424-29.9801
CIE-Lab78.271346.0733-32.1379

#faa3fe color RGB value is (250,163,254).

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

The process color (four color CMYK) of #faa3fe color hex is 0.02, 0.36, 0.00, 0.00. Web safe color of #faa3fe is #ff99ff. Color #faa3fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 11111110
Octal 372 243 376
Decimal 250 163 254
Hex FA A3 FE

RGB Percentages of Color #faa3fe

%37.48
%24.44
%38.08

CMYK Percentages of Color #faa3fe

%2
%36
%0
%0

Triadic Colors of #faa3fe

#faa3fe #fefaa3 #a3fefa

Analogous Colors of #faa3fe

#faa3fe #fea3d5 #cda3fe

Monochromatic Colors of #faa3fe

#faa3fe

Complementary Color

#faa3fe #a7fea3

#faa3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa3fe Color CSS Codes

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

#faa3fe Text Font Color

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

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


#faa3fe Background Color

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

This div background color is #faa3fe


#faa3fe Border Color

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

This div border color is #faa3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.