Color Hex Logo

#faaafe Color Hex

#FAAAFE
(250,170,254)
0 Favorites   0 Comments

Color spaces of #faaafe

RGB 250170254
HSL0.830.980.83
HSV297°33°100°
CMYK 0.020.330.00   0.00
XYZ71.688556.2292100.8409
Yxy56.22920.31340.2458
Hunter Lab74.986139.4245-27.2425
CIE-Lab79.744142.4451-29.8735

#faaafe color RGB value is (250,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11111110
Octal 372 252 376
Decimal 250 170 254
Hex FA AA FE

RGB Percentages of Color #faaafe

%37.09
%25.22
%37.69

CMYK Percentages of Color #faaafe

%2
%33
%0
%0

Triadic Colors of #faaafe

#faaafe #fefaaa #aafefa

Analogous Colors of #faaafe

#faaafe #feaad8 #d0aafe

Monochromatic Colors of #faaafe

#faaafe

Complementary Color

#faaafe #aefeaa

#faaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaafe Color CSS Codes

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

#faaafe Text Font Color

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

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


#faaafe Background Color

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

This div background color is #faaafe


#faaafe Border Color

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

This div border color is #faaafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaafe

Related Colors


Comments

No comments written yet.

Please login to write comment.