Color Hex Logo

#fab092 Color Hex

#FAB092
(250,176,146)
0 Favorites   0 Comments

Color spaces of #fab092

RGB 250176146
HSL0.050.910.78
HSV17°42°98°
CMYK 0.000.300.42   0.02
XYZ60.138053.450034.3414
Yxy53.45000.40650.3613
Hunter Lab73.109518.887923.3266
CIE-Lab78.139923.471026.1712

#fab092 color RGB value is (250,176,146).

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

The process color (four color CMYK) of #fab092 color hex is 0.00, 0.30, 0.42, 0.02. Web safe color of #fab092 is #ff9999. Color #fab092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 10010010
Octal 372 260 222
Decimal 250 176 146
Hex FA B0 92

RGB Percentages of Color #fab092

%43.71
%30.77
%25.52

CMYK Percentages of Color #fab092

%0
%30
%42
%2

Triadic Colors of #fab092

#fab092 #92fab0 #b092fa

Analogous Colors of #fab092

#fab092 #fae492 #fa92a8

Monochromatic Colors of #fab092

#fab092

Complementary Color

#fab092 #92dcfa

#fab092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab092 Color CSS Codes

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

#fab092 Text Font Color

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

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


#fab092 Background Color

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

This div background color is #fab092


#fab092 Border Color

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

This div border color is #fab092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab092


Comments

No comments written yet.

Please login to write comment.