Color Hex Logo

#faaadd Color Hex

#FAAADD
(250,170,221)
0 Favorites   0 Comments

Color spaces of #faaadd

RGB 250170221
HSL0.890.890.82
HSV322°32°98°
CMYK 0.000.320.12   0.02
XYZ66.850254.293975.3630
Yxy54.29390.34020.2763
Hunter Lab73.684432.9965-9.0616
CIE-Lab78.632836.7566-13.7542

#faaadd color RGB value is (250,170,221).

#faaadd hex color red value is 250, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #faaadd hue: 0.89 , saturation: 0.89 and the lightness value of faaadd is 0.82.

The process color (four color CMYK) of #faaadd color hex is 0.00, 0.32, 0.12, 0.02. Web safe color of #faaadd is #ff99cc. Color #faaadd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11011101
Octal 372 252 335
Decimal 250 170 221
Hex FA AA DD

RGB Percentages of Color #faaadd

%39.00
%26.52
%34.48

CMYK Percentages of Color #faaadd

%0
%32
%12
%2

Triadic Colors of #faaadd

#faaadd #ddfaaa #aaddfa

Analogous Colors of #faaadd

#faaadd #faaab5 #efaafa

Monochromatic Colors of #faaadd

#faaadd

Complementary Color

#faaadd #aafac7

#faaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaadd Color CSS Codes

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

#faaadd Text Font Color

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

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


#faaadd Background Color

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

This div background color is #faaadd


#faaadd Border Color

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

This div border color is #faaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaadd


Comments

No comments written yet.

Please login to write comment.