Color Hex Logo

#facaa3 Color Hex

#FACAA3
(250,202,163)
0 Favorites   0 Comments

Color spaces of #facaa3

RGB 250202163
HSL0.070.900.81
HSV27°35°98°
CMYK 0.000.190.35   0.02
XYZ67.155765.209443.6975
Yxy65.20940.38140.3704
Hunter Lab80.75237.128624.4430
CIE-Lab84.591511.748825.9098

#facaa3 color RGB value is (250,202,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 10100011
Octal 372 312 243
Decimal 250 202 163
Hex FA CA A3

RGB Percentages of Color #facaa3

%40.65
%32.85
%26.50

CMYK Percentages of Color #facaa3

%0
%19
%35
%2

Triadic Colors of #facaa3

#facaa3 #a3faca #caa3fa

Analogous Colors of #facaa3

#facaa3 #faf6a3 #faa3a8

Monochromatic Colors of #facaa3

#facaa3

Complementary Color

#facaa3 #a3d3fa

#facaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facaa3 Color CSS Codes

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

#facaa3 Text Font Color

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

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


#facaa3 Background Color

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

This div background color is #facaa3


#facaa3 Border Color

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

This div border color is #facaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facaa3


Comments

No comments written yet.

Please login to write comment.