Color Hex Logo

#faaddd Color Hex

#FAADDD
(250,173,221)
0 Favorites   0 Comments

Color spaces of #faaddd

RGB 250173221
HSL0.900.890.83
HSV323°31°98°
CMYK 0.000.310.12   0.02
XYZ67.419155.431675.5526
Yxy55.43160.33980.2794
Hunter Lab74.452431.3459-8.0495
CIE-Lab79.289235.1850-12.7707

#faaddd color RGB value is (250,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11011101
Octal 372 255 335
Decimal 250 173 221
Hex FA AD DD

RGB Percentages of Color #faaddd

%38.82
%26.86
%34.32

CMYK Percentages of Color #faaddd

%0
%31
%12
%2

Triadic Colors of #faaddd

#faaddd #ddfaad #adddfa

Analogous Colors of #faaddd

#faaddd #faadb7 #f1adfa

Monochromatic Colors of #faaddd

#faaddd

Complementary Color

#faaddd #adfaca

#faaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaddd Color CSS Codes

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

#faaddd Text Font Color

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

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


#faaddd Background Color

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

This div background color is #faaddd


#faaddd Border Color

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

This div border color is #faaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaddd


Comments

No comments written yet.

Please login to write comment.