Color Hex Logo

#faa99f Color Hex

#FAA99F
(250,169,159)
0 Favorites   0 Comments

Color spaces of #faa99f

RGB 250169159
HSL0.020.900.80
HSV36°98°
CMYK 0.000.320.36   0.02
XYZ59.870351.203139.5286
Yxy51.20310.39750.3400
Hunter Lab71.556324.125117.3369
CIE-Lab76.801928.600717.3285

#faa99f color RGB value is (250,169,159).

#faa99f hex color red value is 250, green value is 169 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #faa99f hue: 0.02 , saturation: 0.90 and the lightness value of faa99f is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 10011111
Octal 372 251 237
Decimal 250 169 159
Hex FA A9 9F

RGB Percentages of Color #faa99f

%43.25
%29.24
%27.51

CMYK Percentages of Color #faa99f

%0
%32
%36
%2

Triadic Colors of #faa99f

#faa99f #9ffaa9 #a99ffa

Analogous Colors of #faa99f

#faa99f #fad79f #fa9fc3

Monochromatic Colors of #faa99f

#faa99f

Complementary Color

#faa99f #9ff0fa

#faa99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa99f Color CSS Codes

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

#faa99f Text Font Color

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

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


#faa99f Background Color

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

This div background color is #faa99f


#faa99f Border Color

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

This div border color is #faa99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa99f


Comments

No comments written yet.

Please login to write comment.