Color Hex Logo

#faadff Color Hex

#FAADFF
(250,173,255)
0 Favorites   0 Comments

Color spaces of #faadff

RGB 250173255
HSL0.821.000.84
HSV296°32°100°
CMYK 0.020.320.00   0.00
XYZ72.417957.4311101.8762
Yxy57.43110.31250.2478
Hunter Lab75.783337.9523-26.6558
CIE-Lab80.421541.0638-29.3705

#faadff color RGB value is (250,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11111111
Octal 372 255 377
Decimal 250 173 255
Hex FA AD FF

RGB Percentages of Color #faadff

%36.87
%25.52
%37.61

CMYK Percentages of Color #faadff

%2
%32
%0
%0

Triadic Colors of #faadff

#faadff #fffaad #adfffa

Analogous Colors of #faadff

#faadff #ffaddb #d1adff

Monochromatic Colors of #faadff

#faadff

Complementary Color

#faadff #b2ffad

#faadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadff Color CSS Codes

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

#faadff Text Font Color

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

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


#faadff Background Color

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

This div background color is #faadff


#faadff Border Color

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

This div border color is #faadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadff

#faadff Color Palettes


Comments

No comments written yet.

Please login to write comment.