Color Hex Logo

#faaafc Color Hex

#FAAAFC
(250,170,252)
0 Favorites   0 Comments

Color spaces of #faaafc

RGB 250170252
HSL0.830.930.83
HSV299°33°99°
CMYK 0.010.330.00   0.01
XYZ71.369856.101799.1626
Yxy56.10170.31490.2475
Hunter Lab74.901139.0076-26.0641
CIE-Lab79.671742.0818-28.9108

#faaafc color RGB value is (250,170,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11111100
Octal 372 252 374
Decimal 250 170 252
Hex FA AA FC

RGB Percentages of Color #faaafc

%37.20
%25.30
%37.50

CMYK Percentages of Color #faaafc

%1
%33
%0
%1

Triadic Colors of #faaafc

#faaafc #fcfaaa #aafcfa

Analogous Colors of #faaafc

#faaafc #fcaad5 #d1aafc

Monochromatic Colors of #faaafc

#faaafc

Complementary Color

#faaafc #acfcaa

#faaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaafc Color CSS Codes

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

#faaafc Text Font Color

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

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


#faaafc Background Color

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

This div background color is #faaafc


#faaafc Border Color

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

This div border color is #faaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaafc

Related Colors


Comments

No comments written yet.

Please login to write comment.