Color Hex Logo

#faadd6 Color Hex

#FAADD6
(250,173,214)
0 Favorites   0 Comments

Color spaces of #faadd6

RGB 250173214
HSL0.910.890.83
HSV328°31°98°
CMYK 0.000.310.14   0.02
XYZ66.505555.066270.7419
Yxy55.06620.34580.2863
Hunter Lab74.206630.1139-4.5771
CIE-Lab79.079434.0661-9.2917

#faadd6 color RGB value is (250,173,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11010110
Octal 372 255 326
Decimal 250 173 214
Hex FA AD D6

RGB Percentages of Color #faadd6

%39.25
%27.16
%33.59

CMYK Percentages of Color #faadd6

%0
%31
%14
%2

Triadic Colors of #faadd6

#faadd6 #d6faad #add6fa

Analogous Colors of #faadd6

#faadd6 #faadb0 #f8adfa

Monochromatic Colors of #faadd6

#faadd6

Complementary Color

#faadd6 #adfad1

#faadd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadd6 Color CSS Codes

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

#faadd6 Text Font Color

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

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


#faadd6 Background Color

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

This div background color is #faadd6


#faadd6 Border Color

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

This div border color is #faadd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadd6

Related Colors


Comments

No comments written yet.

Please login to write comment.