Color Hex Logo

#facaa7 Color Hex

#FACAA7
(250,202,167)
0 Favorites   0 Comments

Color spaces of #facaa7

RGB 250202167
HSL0.070.890.82
HSV25°33°98°
CMYK 0.000.190.33   0.02
XYZ67.519965.355145.6153
Yxy65.35510.37830.3662
Hunter Lab80.84257.609423.1354
CIE-Lab84.666412.229723.9116

#facaa7 color RGB value is (250,202,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 10100111
Octal 372 312 247
Decimal 250 202 167
Hex FA CA A7

RGB Percentages of Color #facaa7

%40.39
%32.63
%26.98

CMYK Percentages of Color #facaa7

%0
%19
%33
%2

Triadic Colors of #facaa7

#facaa7 #a7faca #caa7fa

Analogous Colors of #facaa7

#facaa7 #faf4a7 #faa7ae

Monochromatic Colors of #facaa7

#facaa7

Complementary Color

#facaa7 #a7d7fa

#facaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facaa7 Color CSS Codes

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

#facaa7 Text Font Color

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

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


#facaa7 Background Color

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

This div background color is #facaa7


#facaa7 Border Color

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

This div border color is #facaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facaa7

Related Colors


Comments

No comments written yet.

Please login to write comment.