Color Hex Logo

#fabea0 Color Hex

#FABEA0
(250,190,160)
0 Favorites   0 Comments

Color spaces of #fabea0

RGB 250190160
HSL0.060.900.80
HSV20°36°98°
CMYK 0.000.240.36   0.02
XYZ64.183059.689041.3960
Yxy59.68900.38840.3612
Hunter Lab77.258713.087122.3129
CIE-Lab81.668917.676123.5076

#fabea0 color RGB value is (250,190,160).

#fabea0 hex color red value is 250, green value is 190 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fabea0 hue: 0.06 , saturation: 0.90 and the lightness value of fabea0 is 0.80.

The process color (four color CMYK) of #fabea0 color hex is 0.00, 0.24, 0.36, 0.02. Web safe color of #fabea0 is #ffcc99. Color #fabea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 10100000
Octal 372 276 240
Decimal 250 190 160
Hex FA BE A0

RGB Percentages of Color #fabea0

%41.67
%31.67
%26.67

CMYK Percentages of Color #fabea0

%0
%24
%36
%2

Triadic Colors of #fabea0

#fabea0 #a0fabe #bea0fa

Analogous Colors of #fabea0

#fabea0 #faeba0 #faa0af

Monochromatic Colors of #fabea0

#fabea0

Complementary Color

#fabea0 #a0dcfa

#fabea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabea0 Color CSS Codes

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

#fabea0 Text Font Color

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

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


#fabea0 Background Color

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

This div background color is #fabea0


#fabea0 Border Color

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

This div border color is #fabea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabea0


Comments

No comments written yet.

Please login to write comment.