Color Hex Logo

#faada6 Color Hex

#FAADA6
(250,173,166)
0 Favorites   0 Comments

Color spaces of #faada6

RGB 250173166
HSL0.010.890.82
HSV34°98°
CMYK 0.000.310.34   0.02
XYZ61.250852.964343.0713
Yxy52.96430.38940.3367
Hunter Lab72.776622.871615.8541
CIE-Lab77.853927.335315.0014

#faada6 color RGB value is (250,173,166).

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

The process color (four color CMYK) of #faada6 color hex is 0.00, 0.31, 0.34, 0.02. Web safe color of #faada6 is #ff9999. Color #faada6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10100110
Octal 372 255 246
Decimal 250 173 166
Hex FA AD A6

RGB Percentages of Color #faada6

%42.44
%29.37
%28.18

CMYK Percentages of Color #faada6

%0
%31
%34
%2

Triadic Colors of #faada6

#faada6 #a6faad #ada6fa

Analogous Colors of #faada6

#faada6 #fad7a6 #faa6c9

Monochromatic Colors of #faada6

#faada6

Complementary Color

#faada6 #a6f3fa

#faada6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faada6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faada6 Color CSS Codes

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

#faada6 Text Font Color

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

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


#faada6 Background Color

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

This div background color is #faada6


#faada6 Border Color

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

This div border color is #faada6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faada6


Comments

No comments written yet.

Please login to write comment.