Color Hex Logo

#fab098 Color Hex

#FAB098
(250,176,152)
0 Favorites   0 Comments

Color spaces of #fab098

RGB 250176152
HSL0.040.910.79
HSV15°39°98°
CMYK 0.000.300.39   0.02
XYZ60.617253.641736.8648
Yxy53.64170.40110.3550
Hunter Lab73.240519.563921.4254
CIE-Lab78.252324.123623.1090

#fab098 color RGB value is (250,176,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 10011000
Octal 372 260 230
Decimal 250 176 152
Hex FA B0 98

RGB Percentages of Color #fab098

%43.25
%30.45
%26.30

CMYK Percentages of Color #fab098

%0
%30
%39
%2

Triadic Colors of #fab098

#fab098 #98fab0 #b098fa

Analogous Colors of #fab098

#fab098 #fae198 #fa98b1

Monochromatic Colors of #fab098

#fab098

Complementary Color

#fab098 #98e2fa

#fab098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab098 Color CSS Codes

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

#fab098 Text Font Color

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

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


#fab098 Background Color

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

This div background color is #fab098


#fab098 Border Color

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

This div border color is #fab098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab098


Comments

No comments written yet.

Please login to write comment.