Color Hex Logo

#facaab Color Hex

#FACAAB
(250,202,171)
0 Favorites   0 Comments

Color spaces of #facaab

RGB 250202171
HSL0.070.890.83
HSV24°32°98°
CMYK 0.000.190.32   0.02
XYZ67.895665.505347.5934
Yxy65.50530.37510.3619
Hunter Lab80.93538.104521.7897
CIE-Lab84.743412.723521.9118

#facaab color RGB value is (250,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 10101011
Octal 372 312 253
Decimal 250 202 171
Hex FA CA AB

RGB Percentages of Color #facaab

%40.13
%32.42
%27.45

CMYK Percentages of Color #facaab

%0
%19
%32
%2

Triadic Colors of #facaab

#facaab #abfaca #caabfa

Analogous Colors of #facaab

#facaab #faf2ab #faabb4

Monochromatic Colors of #facaab

#facaab

Complementary Color

#facaab #abdbfa

#facaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#facaab Color CSS Codes

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

#facaab Text Font Color

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

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


#facaab Background Color

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

This div background color is #facaab


#facaab Border Color

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

This div border color is #facaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facaab


Comments

No comments written yet.

Please login to write comment.