Color Hex Logo

#f9aaac Color Hex

#F9AAAC
(249,170,172)
0 Favorites   0 Comments

Color spaces of #f9aaac

RGB 249170172
HSL1.000.870.82
HSV358°32°98°
CMYK 0.000.320.31   0.02
XYZ60.888051.867745.8321
Yxy51.86770.38390.3271
Hunter Lab72.019224.877512.6821
CIE-Lab77.201729.292410.8046

#f9aaac color RGB value is (249,170,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101010 10101100
Octal 371 252 254
Decimal 249 170 172
Hex F9 AA AC

RGB Percentages of Color #f9aaac

%42.13
%28.76
%29.10

CMYK Percentages of Color #f9aaac

%0
%32
%31
%2

Triadic Colors of #f9aaac

#f9aaac #acf9aa #aaacf9

Analogous Colors of #f9aaac

#f9aaac #f9d0aa #f9aad4

Monochromatic Colors of #f9aaac

#f9aaac

Complementary Color

#f9aaac #aaf9f7

#f9aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aaac Color CSS Codes

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

#f9aaac Text Font Color

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

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


#f9aaac Background Color

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

This div background color is #f9aaac


#f9aaac Border Color

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

This div border color is #f9aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aaac


Comments

No comments written yet.

Please login to write comment.