Color Hex Logo

#faae98 Color Hex

#FAAE98
(250,174,152)
0 Favorites   0 Comments

Color spaces of #faae98

RGB 250174152
HSL0.040.910.79
HSV13°39°98°
CMYK 0.000.300.39   0.02
XYZ60.227952.863136.7350
Yxy52.86310.40200.3528
Hunter Lab72.707020.625820.9388
CIE-Lab77.794125.175522.4827

#faae98 color RGB value is (250,174,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 10011000
Octal 372 256 230
Decimal 250 174 152
Hex FA AE 98

RGB Percentages of Color #faae98

%43.40
%30.21
%26.39

CMYK Percentages of Color #faae98

%0
%30
%39
%2

Triadic Colors of #faae98

#faae98 #98faae #ae98fa

Analogous Colors of #faae98

#faae98 #fadf98 #fa98b3

Monochromatic Colors of #faae98

#faae98

Complementary Color

#faae98 #98e4fa

#faae98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae98 Color CSS Codes

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

#faae98 Text Font Color

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

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


#faae98 Background Color

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

This div background color is #faae98


#faae98 Border Color

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

This div border color is #faae98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae98


Comments

No comments written yet.

Please login to write comment.