Color Hex Logo

#fab493 Color Hex

#FAB493
(250,180,147)
0 Favorites   0 Comments

Color spaces of #fab493

RGB 250180147
HSL0.050.910.78
HSV19°41°98°
CMYK 0.000.280.41   0.02
XYZ61.012155.073135.0182
Yxy55.07310.40380.3645
Hunter Lab74.211316.882423.9706
CIE-Lab79.083421.474226.9093

#fab493 color RGB value is (250,180,147).

#fab493 hex color red value is 250, green value is 180 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fab493 hue: 0.05 , saturation: 0.91 and the lightness value of fab493 is 0.78.

The process color (four color CMYK) of #fab493 color hex is 0.00, 0.28, 0.41, 0.02. Web safe color of #fab493 is #ffcc99. Color #fab493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 10010011
Octal 372 264 223
Decimal 250 180 147
Hex FA B4 93

RGB Percentages of Color #fab493

%43.33
%31.20
%25.48

CMYK Percentages of Color #fab493

%0
%28
%41
%2

Triadic Colors of #fab493

#fab493 #93fab4 #b493fa

Analogous Colors of #fab493

#fab493 #fae893 #fa93a6

Monochromatic Colors of #fab493

#fab493

Complementary Color

#fab493 #93d9fa

#fab493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab493 Color CSS Codes

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

#fab493 Text Font Color

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

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


#fab493 Background Color

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

This div background color is #fab493


#fab493 Border Color

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

This div border color is #fab493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab493


Comments

No comments written yet.

Please login to write comment.