Color Hex Logo

#faa788 Color Hex

#FAA788
(250,167,136)
0 Favorites   0 Comments

Color spaces of #faa788

RGB 250167136
HSL0.050.920.76
HSV16°46°98°
CMYK 0.000.330.46   0.02
XYZ57.687049.739029.8527
Yxy49.73900.42020.3623
Hunter Lab70.525922.584724.2714
CIE-Lab75.908827.175528.5349

#faa788 color RGB value is (250,167,136).

#faa788 hex color red value is 250, green value is 167 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #faa788 hue: 0.05 , saturation: 0.92 and the lightness value of faa788 is 0.76.

The process color (four color CMYK) of #faa788 color hex is 0.00, 0.33, 0.46, 0.02. Web safe color of #faa788 is #ff9999. Color #faa788 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 10001000
Octal 372 247 210
Decimal 250 167 136
Hex FA A7 88

RGB Percentages of Color #faa788

%45.21
%30.20
%24.59

CMYK Percentages of Color #faa788

%0
%33
%46
%2

Triadic Colors of #faa788

#faa788 #88faa7 #a788fa

Analogous Colors of #faa788

#faa788 #fae088 #fa88a2

Monochromatic Colors of #faa788

#faa788

Complementary Color

#faa788 #88dbfa

#faa788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa788 Color CSS Codes

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

#faa788 Text Font Color

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

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


#faa788 Background Color

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

This div background color is #faa788


#faa788 Border Color

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

This div border color is #faa788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa788

Related Colors


Comments

No comments written yet.

Please login to write comment.