Color Hex Logo

#faa998 Color Hex

#FAA998
(250,169,152)
0 Favorites   0 Comments

Color spaces of #faa998

RGB 250169152
HSL0.030.910.79
HSV10°39°98°
CMYK 0.000.320.39   0.02
XYZ59.279850.966936.4190
Yxy50.96690.40420.3475
Hunter Lab71.391123.283519.7280
CIE-Lab76.659027.802920.9260

#faa998 color RGB value is (250,169,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 10011000
Octal 372 251 230
Decimal 250 169 152
Hex FA A9 98

RGB Percentages of Color #faa998

%43.78
%29.60
%26.62

CMYK Percentages of Color #faa998

%0
%32
%39
%2

Triadic Colors of #faa998

#faa998 #98faa9 #a998fa

Analogous Colors of #faa998

#faa998 #fada98 #fa98b8

Monochromatic Colors of #faa998

#faa998

Complementary Color

#faa998 #98e9fa

#faa998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa998 Color CSS Codes

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

#faa998 Text Font Color

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

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


#faa998 Background Color

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

This div background color is #faa998


#faa998 Border Color

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

This div border color is #faa998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa998


Comments

No comments written yet.

Please login to write comment.