Color Hex Logo

#faacff Color Hex

#FAACFF
(250,172,255)
0 Favorites   0 Comments

Color spaces of #faacff

RGB 250172255
HSL0.821.000.84
HSV296°33°100°
CMYK 0.020.330.00   0.00
XYZ72.226957.0490101.8125
Yxy57.04900.31260.2469
Hunter Lab75.530838.5131-27.0490
CIE-Lab80.207141.5857-29.6993

#faacff color RGB value is (250,172,255).

#faacff hex color red value is 250, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #faacff hue: 0.82 , saturation: 1.00 and the lightness value of faacff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11111111
Octal 372 254 377
Decimal 250 172 255
Hex FA AC FF

RGB Percentages of Color #faacff

%36.93
%25.41
%37.67

CMYK Percentages of Color #faacff

%2
%33
%0
%0

Triadic Colors of #faacff

#faacff #fffaac #acfffa

Analogous Colors of #faacff

#faacff #ffacdb #d1acff

Monochromatic Colors of #faacff

#faacff

Complementary Color

#faacff #b1ffac

#faacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacff Color CSS Codes

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

#faacff Text Font Color

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

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


#faacff Background Color

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

This div background color is #faacff


#faacff Border Color

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

This div border color is #faacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacff


Comments

No comments written yet.

Please login to write comment.