Color Hex Logo

#faacfe Color Hex

#FAACFE
(250,172,254)
0 Favorites   0 Comments

Color spaces of #faacfe

RGB 250172254
HSL0.830.980.84
HSV297°32°100°
CMYK 0.020.320.00   0.00
XYZ72.066356.9848100.9668
Yxy56.98480.31330.2477
Hunter Lab75.488338.3039-26.4595
CIE-Lab80.171041.4029-29.2185

#faacfe color RGB value is (250,172,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11111110
Octal 372 254 376
Decimal 250 172 254
Hex FA AC FE

RGB Percentages of Color #faacfe

%36.98
%25.44
%37.57

CMYK Percentages of Color #faacfe

%2
%32
%0
%0

Triadic Colors of #faacfe

#faacfe #fefaac #acfefa

Analogous Colors of #faacfe

#faacfe #feacd9 #d1acfe

Monochromatic Colors of #faacfe

#faacfe

Complementary Color

#faacfe #b0feac

#faacfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacfe Color CSS Codes

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

#faacfe Text Font Color

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

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


#faacfe Background Color

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

This div background color is #faacfe


#faacfe Border Color

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

This div border color is #faacfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacfe

Related Colors


Comments

No comments written yet.

Please login to write comment.