Color Hex Logo

#faacfc Color Hex

#FAACFC
(250,172,252)
0 Favorites   0 Comments

Color spaces of #faacfc

RGB 250172252
HSL0.830.930.83
HSV299°32°99°
CMYK 0.010.320.00   0.01
XYZ71.747656.857399.2885
Yxy56.85730.31480.2495
Hunter Lab75.403837.8883-25.2879
CIE-Lab80.099341.0392-28.2556

#faacfc color RGB value is (250,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11111100
Octal 372 254 374
Decimal 250 172 252
Hex FA AC FC

RGB Percentages of Color #faacfc

%37.09
%25.52
%37.39

CMYK Percentages of Color #faacfc

%1
%32
%0
%1

Triadic Colors of #faacfc

#faacfc #fcfaac #acfcfa

Analogous Colors of #faacfc

#faacfc #fcacd6 #d2acfc

Monochromatic Colors of #faacfc

#faacfc

Complementary Color

#faacfc #aefcac

#faacfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacfc Color CSS Codes

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

#faacfc Text Font Color

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

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


#faacfc Background Color

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

This div background color is #faacfc


#faacfc Border Color

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

This div border color is #faacfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacfc


Comments

No comments written yet.

Please login to write comment.