Color Hex Logo

#facaa6 Color Hex

#FACAA6
(250,202,166)
0 Favorites   0 Comments

Color spaces of #facaa6

RGB 250202166
HSL0.070.890.82
HSV26°34°98°
CMYK 0.000.190.34   0.02
XYZ67.427865.318245.1302
Yxy65.31820.37910.3672
Hunter Lab80.81977.488023.4659
CIE-Lab84.647412.108424.4113

#facaa6 color RGB value is (250,202,166).

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

The process color (four color CMYK) of #facaa6 color hex is 0.00, 0.19, 0.34, 0.02. Web safe color of #facaa6 is #ffcc99. Color #facaa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 10100110
Octal 372 312 246
Decimal 250 202 166
Hex FA CA A6

RGB Percentages of Color #facaa6

%40.45
%32.69
%26.86

CMYK Percentages of Color #facaa6

%0
%19
%34
%2

Triadic Colors of #facaa6

#facaa6 #a6faca #caa6fa

Analogous Colors of #facaa6

#facaa6 #faf4a6 #faa6ac

Monochromatic Colors of #facaa6

#facaa6

Complementary Color

#facaa6 #a6d6fa

#facaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facaa6 Color CSS Codes

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

#facaa6 Text Font Color

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

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


#facaa6 Background Color

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

This div background color is #facaa6


#facaa6 Border Color

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

This div border color is #facaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facaa6


Comments

No comments written yet.

Please login to write comment.