Color Hex Logo

#fabca6 Color Hex

#FABCA6
(250,188,166)
0 Favorites   0 Comments

Color spaces of #fabca6

RGB 250188166
HSL0.040.890.82
HSV16°34°98°
CMYK 0.000.250.34   0.02
XYZ64.290559.043644.0845
Yxy59.04360.38400.3527
Hunter Lab76.839814.878019.7721
CIE-Lab81.315619.443719.8274

#fabca6 color RGB value is (250,188,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 10100110
Octal 372 274 246
Decimal 250 188 166
Hex FA BC A6

RGB Percentages of Color #fabca6

%41.39
%31.13
%27.48

CMYK Percentages of Color #fabca6

%0
%25
%34
%2

Triadic Colors of #fabca6

#fabca6 #a6fabc #bca6fa

Analogous Colors of #fabca6

#fabca6 #fae6a6 #faa6ba

Monochromatic Colors of #fabca6

#fabca6

Complementary Color

#fabca6 #a6e4fa

#fabca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabca6 Color CSS Codes

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

#fabca6 Text Font Color

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

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


#fabca6 Background Color

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

This div background color is #fabca6


#fabca6 Border Color

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

This div border color is #fabca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabca6


Comments

No comments written yet.

Please login to write comment.