Color Hex Logo

#faa698 Color Hex

#FAA698
(250,166,152)
0 Favorites   0 Comments

Color spaces of #faa698

RGB 250166152
HSL0.020.910.79
HSV39°98°
CMYK 0.000.340.39   0.02
XYZ58.728149.863436.2351
Yxy49.86340.40550.3443
Hunter Lab70.614024.879919.0056
CIE-Lab75.985329.377019.9986

#faa698 color RGB value is (250,166,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 10011000
Octal 372 246 230
Decimal 250 166 152
Hex FA A6 98

RGB Percentages of Color #faa698

%44.01
%29.23
%26.76

CMYK Percentages of Color #faa698

%0
%34
%39
%2

Triadic Colors of #faa698

#faa698 #98faa6 #a698fa

Analogous Colors of #faa698

#faa698 #fad798 #fa98bb

Monochromatic Colors of #faa698

#faa698

Complementary Color

#faa698 #98ecfa

#faa698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa698 Color CSS Codes

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

#faa698 Text Font Color

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

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


#faa698 Background Color

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

This div background color is #faa698


#faa698 Border Color

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

This div border color is #faa698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa698


Comments

No comments written yet.

Please login to write comment.