Color Hex Logo

#faab98 Color Hex

#FAAB98
(250,171,152)
0 Favorites   0 Comments

Color spaces of #faab98

RGB 250171152
HSL0.030.910.79
HSV12°39°98°
CMYK 0.000.320.39   0.02
XYZ59.654751.716836.5440
Yxy51.71680.40330.3496
Hunter Lab71.914422.219820.2113
CIE-Lab77.111226.752321.5470

#faab98 color RGB value is (250,171,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10011000
Octal 372 253 230
Decimal 250 171 152
Hex FA AB 98

RGB Percentages of Color #faab98

%43.63
%29.84
%26.53

CMYK Percentages of Color #faab98

%0
%32
%39
%2

Triadic Colors of #faab98

#faab98 #98faab #ab98fa

Analogous Colors of #faab98

#faab98 #fadc98 #fa98b6

Monochromatic Colors of #faab98

#faab98

Complementary Color

#faab98 #98e7fa

#faab98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab98 Color CSS Codes

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

#faab98 Text Font Color

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

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


#faab98 Background Color

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

This div background color is #faab98


#faab98 Border Color

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

This div border color is #faab98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,171,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 #faab98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab98


Comments

No comments written yet.

Please login to write comment.