Color Hex Logo

#f9abaa Color Hex

#F9ABAA
(249,171,170)
0 Favorites   0 Comments

Color spaces of #f9abaa

RGB 249171170
HSL0.000.870.82
HSV32°98°
CMYK 0.000.310.32   0.02
XYZ60.885552.167844.8906
Yxy52.16780.38550.3303
Hunter Lab72.227324.072613.7093
CIE-Lab77.381128.513212.1474

#f9abaa color RGB value is (249,171,170).

#f9abaa hex color red value is 249, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f9abaa hue: 0.00 , saturation: 0.87 and the lightness value of f9abaa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101011 10101010
Octal 371 253 252
Decimal 249 171 170
Hex F9 AB AA

RGB Percentages of Color #f9abaa

%42.20
%28.98
%28.81

CMYK Percentages of Color #f9abaa

%0
%31
%32
%2

Triadic Colors of #f9abaa

#f9abaa #aaf9ab #abaaf9

Analogous Colors of #f9abaa

#f9abaa #f9d3aa #f9aad1

Monochromatic Colors of #f9abaa

#f9abaa

Complementary Color

#f9abaa #aaf8f9

#f9abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9abaa Color CSS Codes

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

#f9abaa Text Font Color

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

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


#f9abaa Background Color

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

This div background color is #f9abaa


#f9abaa Border Color

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

This div border color is #f9abaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,171,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9abaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9abaa;
  -webkit-box-shadow: 1px 1px 3px 2px #f9abaa;
  box-shadow:         1px 1px 3px 2px #f9abaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,171,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9abaa


Comments

No comments written yet.

Please login to write comment.