Color Hex Logo

#faa98b Color Hex

#FAA98B
(250,169,139)
1 Favorites   0 Comments

Color spaces of #faa98b

RGB 250169139
HSL0.050.920.76
HSV16°44°98°
CMYK 0.000.320.44   0.02
XYZ58.272550.564031.1146
Yxy50.56400.41640.3613
Hunter Lab71.108421.839123.8326
CIE-Lab76.414126.424627.6007

#faa98b color RGB value is (250,169,139).

#faa98b hex color red value is 250, green value is 169 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #faa98b hue: 0.05 , saturation: 0.92 and the lightness value of faa98b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 10001011
Octal 372 251 213
Decimal 250 169 139
Hex FA A9 8B

RGB Percentages of Color #faa98b

%44.80
%30.29
%24.91

CMYK Percentages of Color #faa98b

%0
%32
%44
%2

Triadic Colors of #faa98b

#faa98b #8bfaa9 #a98bfa

Analogous Colors of #faa98b

#faa98b #fae18b #fa8ba5

Monochromatic Colors of #faa98b

#faa98b

Complementary Color

#faa98b #8bdcfa

#faa98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa98b Color CSS Codes

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

#faa98b Text Font Color

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

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


#faa98b Background Color

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

This div background color is #faa98b


#faa98b Border Color

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

This div border color is #faa98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa98b


Comments

No comments written yet.

Please login to write comment.